|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.tags.TagFactory
public class TagFactory
The tag factory is used to create a tag based on the type of tag defined in the pom.xml.
Method Summary | |
---|---|
static AbsTag |
createTag(String tagType,
String rule)
Create a tag based on a tag type string. |
static String |
getDefaultTagType()
Returns the default tag type if one is not specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AbsTag createTag(String tagType, String rule) throws InvalidTagException
tagType
- the XML string for the tag to create.rule
- the tag string to use in matching tags.
InvalidTagException
- if the tagType is unknownpublic static final String getDefaultTagType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |