|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNFile | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
Uses of JNFile in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return JNFile | |
---|---|
JNFile |
JNFileFolder.getFile(String fileName)
Gets a file in this folder. |
JNFile |
JNFileFolder.linkUrl(String fileName,
String description,
FileStatus status,
URL link)
Creates a link to an URL. |
JNFile |
JNFileFolder.uploadFile(String fileName,
String description,
FileStatus fileStatus,
File fileToUpload)
Uploads a file to the folder. |
JNFile |
JNFileFolder.uploadFile(String fileName,
String description,
FileStatus fileStatus,
InputStream data,
String contentType)
Uploads a file from a source other than File . |
Methods in org.kohsuke.jnt that return types with arguments of type JNFile | |
---|---|
Map<String,JNFile> |
JNFileFolder.getFiles()
Returns the files in this folder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |