|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.ant.AntUtil
Field Summary | |
static String |
DEFAULT_CATEGORY
Default category for tasks without a category attribute. |
Constructor Summary | |
AntUtil()
|
Method Summary | |
String |
displayAttributeType(XMethod method)
|
String |
displayElementType()
|
String |
elementName(XMethod method)
Provides the element name for the current method |
String |
elementType()
Provides the element type for the current method |
static String |
getCategoryName(XClass clazz)
Provides the Ant category name as the Value of the category attribute. |
static String |
getTaskName(XClass clazz)
Provides the Ant task name. |
String |
shortMethodDescription(XMethod method)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_CATEGORY
Constructor Detail |
public AntUtil()
Method Detail |
public static final String getTaskName(XClass clazz)
clazz
- the class to for which we're getting the task name.
public static final String getCategoryName(XClass clazz)
clazz
- the class to for which we're getting the category name.
public String elementName(XMethod method) throws XDocletException
XDocletException
public String displayAttributeType(XMethod method) throws XDocletException
XDocletException
public String displayElementType() throws XDocletException
XDocletException
public String elementType() throws XDocletException
XDocletException
public String shortMethodDescription(XMethod method) throws XDocletException
XDocletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |