com.ibm.rational.rpe.api.docspec
Class RPEDocumentSpecification

java.lang.Object
  extended by com.ibm.rational.rpe.api.docspec.RPEDocumentElement
      extended by com.ibm.rational.rpe.api.docspec.RPEDocumentSpecification
All Implemented Interfaces:
com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitable

public class RPEDocumentSpecification
extends com.ibm.rational.rpe.api.docspec.RPEDocumentElement
implements com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitable

Represents a Document Specification object. Client applications should use DocumentSpecificationBuilder for constructing RPEDocumentSpecification objects.


Constructor Summary
RPEDocumentSpecification()
           
 
Method Summary
 void accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 com.ibm.rational.rpe.api.docspec.RPEConfiguration getConfig()
          Retrieves the configuration section of the Document Specification.
 RPERuntime getRuntime()
          Retrieves the runtime section of the Document Specification.
 java.lang.String getURI()
           
 void setConfig(com.ibm.rational.rpe.api.docspec.RPEConfiguration config)
          Sets the configuration section associated with the Document Specification.
 void setRuntime(RPERuntime runtime)
          Sets the runtime information associated with the Document Specification.
 void setURI(java.lang.String uri)
           
 
Methods inherited from class com.ibm.rational.rpe.api.docspec.RPEDocumentElement
addProperties, addProperty, getProperties, getProperty, makeFeature, removeProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPEDocumentSpecification

public RPEDocumentSpecification()
Method Detail

getRuntime

public RPERuntime getRuntime()
Retrieves the runtime section of the Document Specification.

Returns:
the runtime information

setRuntime

public void setRuntime(RPERuntime runtime)
Sets the runtime information associated with the Document Specification.

Parameters:
runtime - the runtime to set

getConfig

public com.ibm.rational.rpe.api.docspec.RPEConfiguration getConfig()
Retrieves the configuration section of the Document Specification.

Returns:
the runtime configuration

setConfig

public void setConfig(com.ibm.rational.rpe.api.docspec.RPEConfiguration config)
Sets the configuration section associated with the Document Specification.

Parameters:
config - the configuration to set

accept

public void accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
            throws RPEException
Specified by:
accept in interface com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitable
Throws:
RPEException

setURI

public void setURI(java.lang.String uri)

getURI

public java.lang.String getURI()