|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.maventaglib.checker.Tld
public class Tld
Contains information about a single tag library.
Constructor Summary | |
---|---|
Tld()
|
Method Summary | |
---|---|
java.lang.String |
getFilename()
|
ELFunction[] |
getFunctions()
Returns the functions. |
java.lang.String |
getInfo()
Getter for info . |
java.lang.String |
getName()
Returns the shortname for this library. |
java.lang.String |
getShortname()
Getter for shortname . |
TagFile[] |
getTagfiles()
Returns the tagfiles. |
Tag[] |
getTags()
Returnss the list of tags in this tag library. |
java.lang.String |
getTlibversion()
Getter for tlibversion . |
java.lang.String |
getUri()
Getter for uri . |
void |
setFilename(java.lang.String file)
|
void |
setFunctions(ELFunction[] functions)
Sets the functions. |
void |
setInfo(java.lang.String info)
Setter for info . |
void |
setName(java.lang.String tagLibName)
Sets the shortname for this library. |
void |
setShortname(java.lang.String shortname)
Setter for shortname . |
void |
setTagfiles(TagFile[] tagfiles)
Sets the tagfiles. |
void |
setTags(Tag[] tagList)
Sets the list of tags in this tag library. |
void |
setTlibversion(java.lang.String tlibversion)
Setter for tlibversion . |
void |
setUri(java.lang.String uri)
Setter for uri . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tld()
Method Detail |
---|
public java.lang.String getFilename()
public void setFilename(java.lang.String file)
file
- The filename to set.public java.lang.String getName()
public void setName(java.lang.String tagLibName)
tagLibName
- shortname for this tag library.public Tag[] getTags()
public java.lang.String getUri()
uri
.
public void setUri(java.lang.String uri)
uri
.
uri
- The uri to set.public void setTags(Tag[] tagList)
tagList
- list of tags in this tag librarypublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.String getShortname()
shortname
.
public void setShortname(java.lang.String shortname)
shortname
.
shortname
- The shortname to set.public java.lang.String getInfo()
info
.
public void setInfo(java.lang.String info)
info
.
info
- The info to set.public java.lang.String getTlibversion()
tlibversion
.
public void setTlibversion(java.lang.String tlibversion)
tlibversion
.
tlibversion
- The tlibversion to set.public ELFunction[] getFunctions()
public void setFunctions(ELFunction[] functions)
functions
- the functions to setpublic TagFile[] getTagfiles()
public void setTagfiles(TagFile[] tagfiles)
tagfiles
- the tagfiles to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |