Class DocFolder
java.lang.Object
org.hibernate.tool.internal.export.doc.DocFolder
Represents a documentation folder.
- Author:
- Ricardo C. Moral
-
Constructor Details
-
DocFolder
Constructor for the root folder.- Parameters:
pFileRoot- the File that represents the root for the documentation.
-
DocFolder
Constructor.- Parameters:
pName- the name of the file.pParent- the parent folder.
-
-
Method Details
-
getName
Return the name of this folder.- Returns:
- the name of this folder.
-
getParent
Returns the parent folder.- Returns:
- the parent folder.
-
getFile
Return the File instance.- Returns:
- the File instance.
-
getPathFolders
Returns a list with the folders from root.- Returns:
- a list with the folders from root.
-
toString
Return a String representation of this folder.
-