|
|||||||||
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 xjavadoc.ant.XJavadocTask org.japano.metadata.xjavadoc.MetadataProcessor
public class MetadataProcessor
Creates tag library definitions from javadoc attributes in pagenode and action sources.
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.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
MetadataProcessor()
|
Method Summary | |
---|---|
static void |
error(xjavadoc.XTag xtag,
java.lang.String message)
|
void |
setAddAttributeDescriptionFix(boolean fix)
|
void |
setJar(boolean isJAR)
If set to true, enables jar mode. |
void |
setWebApp(java.lang.String webApp)
Sets the Path for the web application to generate tag library definitions for. |
protected void |
start()
Entry method implemented from xjavadoc.ant.XJavadocTask |
Methods inherited from class xjavadoc.ant.XJavadocTask |
---|
addFileset, createIgnoredtag, execute, getClasspath, getXJavaDoc, setDocencoding, setEncoding, setIgnoredtags, setValidating, validateOptions |
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, setProject |
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
- web application pathpublic void setJar(boolean isJAR)
public void setAddAttributeDescriptionFix(boolean fix)
protected void start()
start
in class xjavadoc.ant.XJavadocTask
public static void error(xjavadoc.XTag xtag, java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |