|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.tool.hbm2x.doc.DocFolder
public class DocFolder
Represents a documentation folder.
Constructor Summary | |
---|---|
DocFolder(File root)
Constructor for the root folder. |
|
DocFolder(String pName,
DocFolder pParent)
Constructor. |
Method Summary | |
---|---|
File |
getFile()
Return the File instance. |
String |
getName()
Return the name of this folder. |
DocFolder |
getParent()
Returns the parent folder. |
List |
getPathFolders()
Returns a list with the folders from root. |
String |
toString()
Return a String representation of this folder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocFolder(File root)
pFileRoot
- the File that represents the root for the documentation.public DocFolder(String pName, DocFolder pParent)
pName
- the name of the file.pParent
- the parent folder.Method Detail |
---|
public String getName()
public DocFolder getParent()
public File getFile()
public List getPathFolders()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |