|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CvsModule | |
net.sf.statcvs.model | |
net.sf.statcvs.output |
Uses of CvsModule in net.sf.statcvs.model |
Methods in net.sf.statcvs.model that return CvsModule | |
CvsModule |
CvsTree.getRoot()
Returns the root. |
CvsModule |
CvsTreeIterator.next()
Returns next module |
CvsModule |
CvsModule.getChild(java.lang.String childPath)
Returns a child module, specified by pathname |
CvsModule |
CvsModule.getFather()
Returns the father of this module. |
Methods in net.sf.statcvs.model with parameters of type CvsModule | |
void |
CvsModule.addChild(CvsModule childModule)
Adds a child module into this module |
Constructors in net.sf.statcvs.model with parameters of type CvsModule | |
CvsTreeIterator(CvsModule rootModule)
Constructor for given module |
|
CvsModule(CvsContent content,
CvsModule father,
java.lang.String name)
Constructor CvsModule |
Uses of CvsModule in net.sf.statcvs.output |
Fields in net.sf.statcvs.output declared as CvsModule | |
protected CvsModule |
ModulePage.module
|
Methods in net.sf.statcvs.output with parameters of type CvsModule | |
protected java.lang.String |
HTMLPage.getFolderHtml(CvsModule module,
int currentDepth)
|
Constructors in net.sf.statcvs.output with parameters of type CvsModule | |
ModulePage(CvsContent content,
java.lang.String moduleName,
CvsModule module)
Method ModulePage. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |