Package | Description |
---|---|
net.sourceforge.jnlp.util |
Modifier and Type | Method and Description |
---|---|
static FileUtils.OpenFileResult |
FileUtils.testFilePermissions(java.io.File file)
Verify that a given file object points to a real, accessible plain file.
|
static FileUtils.OpenFileResult |
FileUtils.OpenFileResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileUtils.OpenFileResult[] |
FileUtils.OpenFileResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.showCouldNotOpenFileDialog(java.awt.Component frame,
java.lang.String filePath,
FileUtils.OpenFileResult reason)
Show an error dialog indicating the file could not be opened, with a particular reason
|