|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--com.ashridgetech.jamda.config.ModelTransformerSpec | +--com.ashridgetech.jamda.config.AbstractModelTransformerSpec
Base class for elements relating to subclasses of AbstractModelTransformer
.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
AbstractModelTransformerSpec()
|
Method Summary | |
protected void |
configureTransformer(ModelTransformer transformer)
Configure the ModelTransformer specified by this class. |
void |
setStereotypes(java.lang.String names)
Set the names of the Stereotype s included. |
Methods inherited from class com.ashridgetech.jamda.config.ModelTransformerSpec |
createConfig, getConfiguredTransformer, getTransformer, loadClass, setClassName, setClasspath, setClasspathRef |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractModelTransformerSpec()
Method Detail |
public void setStereotypes(java.lang.String names)
Stereotype
s included.
names
- the list of names, separated by spaces or commasprotected void configureTransformer(ModelTransformer transformer)
ModelTransformer
specified by this class.
configureTransformer
in class ModelTransformerSpec
transformer
- the transformer to be configured - must not be null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |