project35.specifications
Class PrintServiceSpecification

java.lang.Object
  extended by project35.specifications.FunctionalSpecificationAspect
      extended by project35.specifications.PrintServiceSpecification
All Implemented Interfaces:
ServiceAspectDescription

public class PrintServiceSpecification
extends FunctionalSpecificationAspect

a class used to print properties of services. These properties are shared by services such as ontology services, validation services and general plugins.


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
 
Fields inherited from class project35.specifications.FunctionalSpecificationAspect
columnValues, documentHeaderUtility, mainBodyBuffer
 
Constructor Summary
PrintServiceSpecification()
           
PrintServiceSpecification(ServiceConfiguration serviceConfiguration)
           
 
Method Summary
 void generateHTML()
          generates the HTML for the functional specification aspect.
 java.lang.String getServiceDescription(ServiceConfiguration serviceConfiguration)
          provides the description of a service.
 
Methods inherited from class project35.specifications.FunctionalSpecificationAspect
addColumnColourValue, addColumnHeader, addColumnValue, addYesNoColumnValue, beginColumnValue, beginParagraph, beginRow, beginTable, endColumnValue, endParagraph, endRow, endTable, getBulletedList, getDescription, getHyperLinkText, getJumpLinkTable, printBackToTop, printBoldHeading, printBulletedList, printBulletedList, printEnumeratedList, printField, printField, printHeading, printHorizontalLine, printHyperLink, printHyperLink, printParagraphSeparator, printParagraphText, replaceSpacesWithUnderscores, setSectionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintServiceSpecification

public PrintServiceSpecification()

PrintServiceSpecification

public PrintServiceSpecification(ServiceConfiguration serviceConfiguration)
Method Detail

getServiceDescription

public java.lang.String getServiceDescription(ServiceConfiguration serviceConfiguration)
provides the description of a service.


generateHTML

public void generateHTML()
Description copied from class: FunctionalSpecificationAspect
generates the HTML for the functional specification aspect.

Specified by:
generateHTML in class FunctionalSpecificationAspect