|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.ant.BuildXmlMetadataProvider
MetadataProvider that can be used to generate simple build.xml files from a given configuration of XDoclet.
Constructor Summary | |
BuildXmlMetadataProvider()
|
Method Summary | |
void |
cleanup()
Frees any resources and does any other necessary work before shutting down. |
Collection |
createMetadataCollection()
Returns a Collection of objects that should be used as basis for code generation. |
String |
getFilenameSubstitutionValue(Object o)
Returns the string that will be replaced in the {0} part of the file name. |
String |
getPackageName(Object o)
Returns the package name that will be used to determine the file name. |
void |
setClasspath(String classpath)
Sets the classpath. |
void |
setXDoclet(XDoclet xdoclet)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuildXmlMetadataProvider()
Method Detail |
public void setXDoclet(XDoclet xdoclet)
public Collection createMetadataCollection() throws XDocletException
MetadataProvider
createMetadataCollection
in interface MetadataProvider
XDocletException
public String getFilenameSubstitutionValue(Object o)
MetadataProvider
getFilenameSubstitutionValue
in interface MetadataProvider
o
- the object the substitution string should be derived from.
public String getPackageName(Object o)
MetadataProvider
getPackageName
in interface MetadataProvider
o
- the object from which the package name is derived.
public void cleanup()
MetadataProvider
cleanup
in interface MetadataProvider
public void setClasspath(String classpath) throws XDocletException
MetadataProvider
setClasspath
in interface MetadataProvider
XDocletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |