|
|||||||||||
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. Use DocumentSpecificationBuilder
for building * RPEDocumentSpecification objects in client applications.
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 run time section of the document specification. |
java.lang.String |
getURI()
Returns the URI of the document specification, which is the location from where the document specification was loaded. |
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 run time information associated with the document specification. |
void |
setURI(java.lang.String uri)
Sets the URI of the document specification, which is the location from where the document specification was loaded. |
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 run time 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 |