|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.rpe.api.docspec.RPEDocumentElement
com.ibm.rational.rpe.api.docspec.RPEDocumentSpecification
public class RPEDocumentSpecification
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 |
---|
public RPEDocumentSpecification()
Method Detail |
---|
public RPERuntime getRuntime()
public void setRuntime(RPERuntime runtime)
runtime
- the runtime to setpublic com.ibm.rational.rpe.api.docspec.RPEConfiguration getConfig()
public void setConfig(com.ibm.rational.rpe.api.docspec.RPEConfiguration config)
config
- the configuration to setpublic void accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v) throws RPEException
accept
in interface com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitable
RPEException
public void setURI(java.lang.String uri)
public java.lang.String getURI()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |