|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.options.TagListOptions
public class TagListOptions
Specific TagList parameters, i.e. options that POM doesn't have any notions.
Constructor Summary | |
---|---|
TagListOptions()
|
Method Summary | |
---|---|
void |
addTagClasse(TagClass tagClass)
Method addTagClasse. |
String |
getModelEncoding()
Get the modelEncoding field. |
List |
getTagClasses()
Method getTagClasses. |
void |
removeTagClasse(TagClass tagClass)
Method removeTagClasse. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setTagClasses(List tagClasses)
Set the tagClasses field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagListOptions()
Method Detail |
---|
public void addTagClasse(TagClass tagClass)
tagClass
- public String getModelEncoding()
public List getTagClasses()
public void removeTagClasse(TagClass tagClass)
tagClass
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setTagClasses(List tagClasses)
tagClasses
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |