|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.openanzo.util.properties.PropertiesDefinitionTask
public class PropertiesDefinitionTask
Ant Task for running property definition generator
| Constructor Summary | |
|---|---|
PropertiesDefinitionTask()
Create a new composition task |
|
| Method Summary | |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fileSet)
Add a set of files to parse |
void |
execute()
|
void |
parseFile(java.lang.String fileName)
Parse a properties file |
void |
setDestdir(java.io.File destinationFolder)
Set the destination file |
void |
setWikiDestdir(java.io.File destinationFolder)
Set the wikiDestinationFolder file |
| Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
|---|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesDefinitionTask()
| Method Detail |
|---|
public void setDestdir(java.io.File destinationFolder)
destinationFolder - directory where the property classes is writtenpublic void setWikiDestdir(java.io.File destinationFolder)
destinationFolder - directory where the wiki text is writtenpublic void addFileset(org.apache.tools.ant.types.FileSet fileSet)
fileSet - a set of files to parse
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void parseFile(java.lang.String fileName)
fileName - file to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||