|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.ifx.tools.PackageHtml
Models a package.html file. This is needed to pass in data to the velocity template for each package in the generated code.
Constructor Summary | |
PackageHtml()
|
Method Summary | |
java.lang.String |
getPackageName()
Returns the name of the package this should be in. |
void |
setPackageName(java.lang.String packageName)
Sets the package name of this package. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PackageHtml()
Method Detail |
public java.lang.String getPackageName()
public void setPackageName(java.lang.String packageName)
packageName
- the packageName to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |