Uses of Class
org.hibernate.tool.hbm2x.doc.DocFolder

Packages that use DocFolder
org.hibernate.tool.hbm2x.doc   
 

Uses of DocFolder in org.hibernate.tool.hbm2x.doc
 

Methods in org.hibernate.tool.hbm2x.doc that return DocFolder
 DocFolder DocFileManager.getAssetsDocFolder()
          Returns the DocFolder for the helper files.
 DocFolder DocFile.getFolder()
          Return the parent DocFolder.
 DocFolder DocFolder.getParent()
          Returns the parent folder.
 DocFolder DocFileManager.getRootDocFolder()
           
 

Constructors in org.hibernate.tool.hbm2x.doc with parameters of type DocFolder
DocFile(String pName, DocFolder pFolder)
          Constructor.
DocFolder(String pName, DocFolder pParent)
          Constructor.