|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.MatchingTask org.japano.metadata.annotation.MetadataProcessor
public class MetadataProcessor
Ant task which creates tag library definitions from javadoc attributes in pagenode and action sources. This tasks just invokes the apt command line tool with appropriate arguments.
Field Summary | |
---|---|
static java.lang.String |
JAPANO_TAG_PREFIX
|
static java.lang.String |
NEWLINE
|
static java.lang.String |
TLD_SUFFIX
|
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
---|
fileset |
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
MetadataProcessor()
|
Method Summary | |
---|---|
void |
execute()
|
void |
setAttrfix(boolean attrfix)
|
void |
setClasspath(java.lang.String classpath)
Setter for ant attribute classpath. |
void |
setIsjar(boolean isJar)
|
void |
setSessionType(java.lang.String sessionType)
|
void |
setSources(java.lang.String sources)
Directory containting the sources to process. |
void |
setWebapp(java.lang.String webapp)
Setter for ant attribute webapp. |
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, getDirectoryScanner, getImplicitFileSet, 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, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NEWLINE
public static final java.lang.String JAPANO_TAG_PREFIX
public static final java.lang.String TLD_SUFFIX
Constructor Detail |
---|
public MetadataProcessor()
Method Detail |
---|
public void setWebapp(java.lang.String webapp)
webapp
- New value of property webapp.public void setSources(java.lang.String sources)
sources
- root directory of sourcespublic void setClasspath(java.lang.String classpath)
classpath
- New value of property classpath.public void setAttrfix(boolean attrfix)
public void setIsjar(boolean isJar)
public void setSessionType(java.lang.String sessionType)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |