|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileStatus | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
Uses of FileStatus in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return FileStatus | |
---|---|
FileStatus |
JNFile.getStatus()
File status. |
static FileStatus |
FileStatus.parse(String name)
Gets the FileStatus objcet from its name (such as "Draft"). |
static FileStatus |
FileStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileStatus[] |
FileStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.kohsuke.jnt with parameters of type FileStatus | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |