|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalFileAccessException | |
---|---|
net.sourceforge.pebble.domain |
Uses of IllegalFileAccessException in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that throw IllegalFileAccessException | |
---|---|
java.io.File |
FileManager.copyFile(java.lang.String path,
java.lang.String name,
java.lang.String newName)
Copies a file. |
java.io.File |
FileManager.createDirectory(java.lang.String path,
java.lang.String name)
Creates a new directory with the specified name underneath the given path. |
void |
FileManager.deleteFile(java.lang.String path,
java.lang.String name)
Deletes a file. |
java.util.List |
FileManager.getFiles(java.lang.String path)
Gets a list of files that reside under a given path. |
java.util.List |
FileManager.getFiles(java.lang.String path,
boolean includeChildren)
|
java.lang.String |
FileManager.loadFile(java.lang.String path,
java.lang.String name)
Loads a file into a String. |
java.io.File |
FileManager.renameFile(java.lang.String path,
java.lang.String name,
java.lang.String newName)
Renames a file. |
FileMetaData |
FileManager.saveFile(java.lang.String name,
byte[] content)
Saves a file with the given binary content. |
void |
FileManager.saveFile(java.lang.String path,
java.lang.String name,
java.lang.String content)
Saves a file with the given content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |