delimit
protected static String delimit(String attributeValue,
Properties attributes)
expandClassName
protected static String expandClassName(String value,
Properties attributes)
generate
public void generate(String template)
throws xdoclet.XDocletException
getCurrentClass
public static XClass getCurrentClass()
getCurrentClassTag
public static XTag getCurrentClassTag()
getCurrentConstructor
public static XConstructor getCurrentConstructor()
getCurrentField
public static XField getCurrentField()
getCurrentFieldTag
public static XTag getCurrentFieldTag()
getCurrentMethod
public static XMethod getCurrentMethod()
getCurrentMethodTag
public static XTag getCurrentMethodTag()
getCurrentPackage
public static XPackage getCurrentPackage()
getDocletContext
protected static xdoclet.DocletContext getDocletContext()
getEngine
public xdoclet.template.TemplateEngine getEngine()
getExpandedDelimitedTagValue
protected static String getExpandedDelimitedTagValue(Properties attributes,
int forType)
throws xdoclet.XDocletException
getTagValue
protected static String getTagValue(Properties attributes,
int forType)
throws xdoclet.XDocletException
getTagValue
protected static String getTagValue(int forType,
String tagName,
String paramName,
String validValues,
String defaultValue,
boolean superclasses,
boolean mandatory)
throws xdoclet.XDocletException
getTagValue
protected static String getTagValue(int forType,
XDoc doc,
String tagName,
String paramName,
String validValues,
String defaultValue,
boolean superclasses,
boolean mandatory)
throws xdoclet.XDocletException
hasHavingClassTag
protected boolean hasHavingClassTag(XClass clazz)
hasTag
protected static boolean hasTag(Properties attributes,
int forType)
throws xdoclet.XDocletException
isTagValueEqual
protected static boolean isTagValueEqual(Properties attributes,
int forType)
throws xdoclet.XDocletException
mandatoryParamNotFound
protected static void mandatoryParamNotFound(XDoc doc,
String paramName,
String tagName)
throws xdoclet.XDocletException
mandatoryTemplateTagParamNotFound
protected void mandatoryTemplateTagParamNotFound(String templateTagName,
String paramName)
throws xdoclet.XDocletException
modifiers
protected String modifiers(int forType)
throws xdoclet.XDocletException
popCurrentClass
public static XClass popCurrentClass()
pushCurrentClass
public static XClass pushCurrentClass(XClass clazz)
setCurrentClass
public static void setCurrentClass(XClass clazz)
setCurrentClassTag
public static void setCurrentClassTag(XTag currentTag)
setCurrentConstructor
public static void setCurrentConstructor(XConstructor constructor)
setCurrentField
public static void setCurrentField(XField field)
setCurrentFieldTag
public static void setCurrentFieldTag(XTag currentTag)
setCurrentMethod
public static void setCurrentMethod(XMethod method)
setCurrentMethodTag
public static void setCurrentMethodTag(XTag currentTag)
setCurrentPackage
public static void setCurrentPackage(XPackage pakkage)