Uses of Class
org.kohsuke.jnt.JNFileFolder

Packages that use JNFileFolder
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
 

Uses of JNFileFolder in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNFileFolder
 JNFileFolder JNFileFolder.createFolder(String name, String description)
          Creates a new sub-folder in this folder.
 JNFileFolder JNFile.getFolder()
          Gets the folder to which this file belongs.
 JNFileFolder JNProject.getFolder(String folderPathName)
          Obtains the top folder in the file sharing section.
 JNFileFolder JNFileFolder.getParent()
          Returns the parent folder, or null if this folder is the root.
 JNFileFolder JNProject.getRootFolder()
          Returns the top folder in the document & files section.
 JNFileFolder JNFileFolder.getSubFolder(String folderName)
          Returns a sub-folder.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNFileFolder
 Map<String,JNFileFolder> JNFileFolder.getSubFolders()
          Returns the subfolders of this folder.
 

Methods in org.kohsuke.jnt with parameters of type JNFileFolder
 void JNFile.moveTo(JNFileFolder newFolder)
          Move this file to another folder
 



Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.