wt.security
Class FileAccess_plugin
java.lang.Object
wt.security.Access
wt.security.FileAccess
wt.security.FileAccess_plugin
- final class FileAccess_plugin
- extends FileAccess
Fields inherited from class wt.security.Access |
|
Method Summary |
(package private) boolean |
canRead0(File file)
|
(package private) boolean |
canRead1(File file)
|
(package private) boolean |
canWrite0(File file)
|
(package private) boolean |
canWrite1(File file)
|
(package private) boolean |
delete0(File file)
|
(package private) boolean |
delete1(File file)
|
(package private) boolean |
exists0(File file)
|
(package private) boolean |
exists1(File file)
|
(package private) void |
FileDialog_setDirectory0(FileDialog dialog,
String directory)
|
(package private) void |
FileDialog_setDirectory1(FileDialog dialog,
String directory)
|
(package private) void |
FileDialog_setFile0(FileDialog dialog,
String file)
|
(package private) void |
FileDialog_setFile1(FileDialog dialog,
String file)
|
(package private) void |
FileDialog_show0(FileDialog dialog)
|
(package private) void |
FileDialog_show1(FileDialog dialog)
|
(package private) boolean |
fileEquals0(File file0,
File file1)
|
(package private) boolean |
fileEquals1(File file0,
File file1)
|
(package private) String |
getCanonicalPath0(File file)
|
(package private) String |
getCanonicalPath1(File file)
|
(package private) FileInputStream |
getFileInputStream0(File file)
|
(package private) FileInputStream |
getFileInputStream0(FileDescriptor file)
|
(package private) FileInputStream |
getFileInputStream0(String file)
|
(package private) FileInputStream |
getFileInputStream1(File file)
|
(package private) FileInputStream |
getFileInputStream1(FileDescriptor file)
|
(package private) FileInputStream |
getFileInputStream1(String file)
|
(package private) FileOutputStream |
getFileOutputStream0(File file)
|
(package private) FileOutputStream |
getFileOutputStream0(FileDescriptor file)
|
(package private) FileOutputStream |
getFileOutputStream0(String file)
|
(package private) FileOutputStream |
getFileOutputStream0(String file,
boolean append)
|
(package private) FileOutputStream |
getFileOutputStream1(File file)
|
(package private) FileOutputStream |
getFileOutputStream1(FileDescriptor file)
|
(package private) FileOutputStream |
getFileOutputStream1(String file,
boolean append)
|
(package private) String |
getParent0(File file)
|
(package private) String |
getParent1(File file)
|
(package private) File |
getParentDirectory0(FileSystemView view,
File file)
|
(package private) File |
getParentDirectory1(FileSystemView view,
File file)
|
(package private) boolean |
isDirectory0(File file)
|
(package private) boolean |
isDirectory1(File file)
|
(package private) boolean |
isFile0(File file)
|
(package private) boolean |
isFile1(File file)
|
(package private) void |
JFileChooser_setCurrentDirectory0(WTJFileChooser jfc,
File dir)
|
(package private) void |
JFileChooser_setCurrentDirectory1(WTJFileChooser jfc,
File dir)
|
(package private) void |
JFileChooser_setSelectedFile0(WTJFileChooser jfc,
File file)
|
(package private) void |
JFileChooser_setSelectedFile1(WTJFileChooser jfc,
File file)
|
(package private) void |
JFileChooser_setSelectedFiles0(WTJFileChooser jfc,
File[] file)
|
(package private) void |
JFileChooser_setSelectedFiles1(WTJFileChooser jfc,
File[] file)
|
(package private) int |
JFileChooser_showDialog0(WTJFileChooser jfc,
Component parent,
String text)
|
(package private) int |
JFileChooser_showDialog1(WTJFileChooser jfc,
Component parent,
String text)
|
(package private) long |
lastModified0(File file)
|
(package private) long |
lastModified1(File file)
|
(package private) long |
length0(File file)
|
(package private) long |
length1(File file)
|
(package private) String[] |
list0(File file)
|
(package private) String[] |
list1(File file)
|
File[] |
listFiles(File file)
Wrapper for File.listFiles() |
(package private) File[] |
listFiles0(File file)
|
(package private) File[] |
listFiles1(File file)
|
(package private) boolean |
mkdir0(File file)
|
(package private) boolean |
mkdir1(File file)
|
(package private) boolean |
mkdirs0(File file)
|
(package private) boolean |
mkdirs1(File file)
|
(package private) WTJFileChooser |
newJFileChooser0()
|
(package private) WTJFileChooser |
newJFileChooser0(File currentDirectory)
|
(package private) WTJFileChooser |
newJFileChooser1()
|
(package private) WTJFileChooser |
newJFileChooser1(File currentDirectory)
|
(package private) boolean |
renameTo0(File from,
File to)
|
(package private) boolean |
renameTo1(File from,
File to)
|
Methods inherited from class wt.security.FileAccess |
canRead, canWrite, delete, exists, FileDialog_setDirectory, FileDialog_setFile, FileDialog_show, fileEquals, getAbsolutePath, getAbsolutePath0, getCanonicalPath, getFileAccess, getFileAccess, getFileInputStream, getFileInputStream, getFileInputStream, getFileOutputStream, getFileOutputStream, getFileOutputStream, getFileOutputStream, getParent, getParentDirectory, isAbsolute, isAbsolute0, isDirectory, isFile, JFileChooser_setCurrentDirectory, JFileChooser_setSelectedFile, JFileChooser_setSelectedFiles, JFileChooser_showDialog, lastModified, length, list, mkdir, mkdirs, newFileDialog, newFileDialog0, newJFileChooser, newJFileChooser, renameTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileAccess_plugin
FileAccess_plugin()
getFileInputStream0
FileInputStream getFileInputStream0(String file)
throws WTSecurityException,
FileNotFoundException
- Overrides:
getFileInputStream0
in class FileAccess
- Throws:
WTSecurityException
FileNotFoundException
getFileInputStream1
FileInputStream getFileInputStream1(String file)
throws WTSecurityException,
FileNotFoundException
- Throws:
WTSecurityException
FileNotFoundException
getFileInputStream0
FileInputStream getFileInputStream0(File file)
throws WTSecurityException,
FileNotFoundException
- Overrides:
getFileInputStream0
in class FileAccess
- Throws:
WTSecurityException
FileNotFoundException
getFileInputStream1
FileInputStream getFileInputStream1(File file)
throws WTSecurityException,
FileNotFoundException
- Throws:
WTSecurityException
FileNotFoundException
getFileInputStream0
FileInputStream getFileInputStream0(FileDescriptor file)
throws WTSecurityException
- Overrides:
getFileInputStream0
in class FileAccess
- Throws:
WTSecurityException
getFileInputStream1
FileInputStream getFileInputStream1(FileDescriptor file)
throws WTSecurityException
- Throws:
WTSecurityException
getFileOutputStream0
FileOutputStream getFileOutputStream0(File file)
throws WTSecurityException,
FileNotFoundException
- Overrides:
getFileOutputStream0
in class FileAccess
- Throws:
WTSecurityException
FileNotFoundException
getFileOutputStream1
FileOutputStream getFileOutputStream1(File file)
throws WTSecurityException,
IOException
- Throws:
WTSecurityException
IOException
getFileOutputStream0
FileOutputStream getFileOutputStream0(FileDescriptor file)
throws WTSecurityException
- Overrides:
getFileOutputStream0
in class FileAccess
- Throws:
WTSecurityException
getFileOutputStream1
FileOutputStream getFileOutputStream1(FileDescriptor file)
throws WTSecurityException
- Throws:
WTSecurityException
getFileOutputStream0
FileOutputStream getFileOutputStream0(String file)
throws WTSecurityException,
FileNotFoundException
- Overrides:
getFileOutputStream0
in class FileAccess
- Throws:
WTSecurityException
FileNotFoundException
getFileOutputStream0
FileOutputStream getFileOutputStream0(String file,
boolean append)
throws WTSecurityException,
FileNotFoundException
- Overrides:
getFileOutputStream0
in class FileAccess
- Throws:
WTSecurityException
FileNotFoundException
getFileOutputStream1
FileOutputStream getFileOutputStream1(String file,
boolean append)
throws WTSecurityException,
IOException
- Throws:
WTSecurityException
IOException
exists0
boolean exists0(File file)
throws WTSecurityException
- Overrides:
exists0
in class FileAccess
- Throws:
WTSecurityException
exists1
boolean exists1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
list0
String[] list0(File file)
throws WTSecurityException
- Overrides:
list0
in class FileAccess
- Throws:
WTSecurityException
list1
String[] list1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
listFiles
public File[] listFiles(File file)
throws WTSecurityException
- Description copied from class:
FileAccess
- Wrapper for File.listFiles()
- Overrides:
listFiles
in class FileAccess
- Parameters:
file
- the file the operation is being performed upon
Supported API: true
- Throws:
WTSecurityException
listFiles0
File[] listFiles0(File file)
throws WTSecurityException
- Overrides:
listFiles0
in class FileAccess
- Throws:
WTSecurityException
listFiles1
File[] listFiles1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
isFile0
boolean isFile0(File file)
throws WTSecurityException
- Overrides:
isFile0
in class FileAccess
- Throws:
WTSecurityException
isFile1
boolean isFile1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
isDirectory0
boolean isDirectory0(File file)
throws WTSecurityException
- Overrides:
isDirectory0
in class FileAccess
- Throws:
WTSecurityException
isDirectory1
boolean isDirectory1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
lastModified0
long lastModified0(File file)
throws WTSecurityException
- Overrides:
lastModified0
in class FileAccess
- Throws:
WTSecurityException
lastModified1
long lastModified1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
length0
long length0(File file)
throws WTSecurityException
- Overrides:
length0
in class FileAccess
- Throws:
WTSecurityException
length1
long length1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
mkdir0
boolean mkdir0(File file)
throws WTSecurityException
- Overrides:
mkdir0
in class FileAccess
- Throws:
WTSecurityException
mkdir1
boolean mkdir1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
mkdirs0
boolean mkdirs0(File file)
throws WTSecurityException
- Overrides:
mkdirs0
in class FileAccess
- Throws:
WTSecurityException
mkdirs1
boolean mkdirs1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
renameTo0
boolean renameTo0(File from,
File to)
throws WTSecurityException
- Overrides:
renameTo0
in class FileAccess
- Throws:
WTSecurityException
renameTo1
boolean renameTo1(File from,
File to)
throws WTSecurityException
- Throws:
WTSecurityException
delete0
boolean delete0(File file)
throws WTSecurityException
- Overrides:
delete0
in class FileAccess
- Throws:
WTSecurityException
delete1
boolean delete1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
getCanonicalPath0
String getCanonicalPath0(File file)
throws WTSecurityException,
IOException
- Overrides:
getCanonicalPath0
in class FileAccess
- Throws:
WTSecurityException
IOException
getCanonicalPath1
String getCanonicalPath1(File file)
throws WTSecurityException,
IOException
- Throws:
WTSecurityException
IOException
getParent0
String getParent0(File file)
throws WTSecurityException,
IOException
- Overrides:
getParent0
in class FileAccess
- Throws:
WTSecurityException
IOException
getParent1
String getParent1(File file)
throws WTSecurityException,
IOException
- Throws:
WTSecurityException
IOException
getParentDirectory0
File getParentDirectory0(FileSystemView view,
File file)
throws WTSecurityException
- Overrides:
getParentDirectory0
in class FileAccess
- Throws:
WTSecurityException
getParentDirectory1
File getParentDirectory1(FileSystemView view,
File file)
throws WTSecurityException
- Throws:
WTSecurityException
canRead0
boolean canRead0(File file)
throws WTSecurityException
- Overrides:
canRead0
in class FileAccess
- Throws:
WTSecurityException
canRead1
boolean canRead1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
canWrite0
boolean canWrite0(File file)
throws WTSecurityException
- Overrides:
canWrite0
in class FileAccess
- Throws:
WTSecurityException
canWrite1
boolean canWrite1(File file)
throws WTSecurityException
- Throws:
WTSecurityException
fileEquals0
boolean fileEquals0(File file0,
File file1)
throws WTSecurityException
- Overrides:
fileEquals0
in class FileAccess
- Throws:
WTSecurityException
fileEquals1
boolean fileEquals1(File file0,
File file1)
throws WTSecurityException
- Throws:
WTSecurityException
FileDialog_show0
void FileDialog_show0(FileDialog dialog)
throws WTSecurityException
- Overrides:
FileDialog_show0
in class FileAccess
- Throws:
WTSecurityException
FileDialog_show1
void FileDialog_show1(FileDialog dialog)
throws WTSecurityException
- Throws:
WTSecurityException
FileDialog_setDirectory0
void FileDialog_setDirectory0(FileDialog dialog,
String directory)
throws WTSecurityException
- Overrides:
FileDialog_setDirectory0
in class FileAccess
- Throws:
WTSecurityException
FileDialog_setDirectory1
void FileDialog_setDirectory1(FileDialog dialog,
String directory)
throws WTSecurityException
- Throws:
WTSecurityException
FileDialog_setFile0
void FileDialog_setFile0(FileDialog dialog,
String file)
throws WTSecurityException
- Overrides:
FileDialog_setFile0
in class FileAccess
- Throws:
WTSecurityException
FileDialog_setFile1
void FileDialog_setFile1(FileDialog dialog,
String file)
throws WTSecurityException
- Throws:
WTSecurityException
newJFileChooser0
WTJFileChooser newJFileChooser0()
throws WTSecurityException
- Overrides:
newJFileChooser0
in class FileAccess
- Throws:
WTSecurityException
newJFileChooser1
WTJFileChooser newJFileChooser1()
throws WTSecurityException
- Throws:
WTSecurityException
newJFileChooser0
WTJFileChooser newJFileChooser0(File currentDirectory)
throws WTSecurityException
- Overrides:
newJFileChooser0
in class FileAccess
- Throws:
WTSecurityException
newJFileChooser1
WTJFileChooser newJFileChooser1(File currentDirectory)
throws WTSecurityException
- Throws:
WTSecurityException
JFileChooser_showDialog0
int JFileChooser_showDialog0(WTJFileChooser jfc,
Component parent,
String text)
throws WTSecurityException
- Overrides:
JFileChooser_showDialog0
in class FileAccess
- Throws:
WTSecurityException
JFileChooser_showDialog1
int JFileChooser_showDialog1(WTJFileChooser jfc,
Component parent,
String text)
throws WTSecurityException
- Throws:
WTSecurityException
JFileChooser_setCurrentDirectory0
void JFileChooser_setCurrentDirectory0(WTJFileChooser jfc,
File dir)
throws WTSecurityException
- Overrides:
JFileChooser_setCurrentDirectory0
in class FileAccess
- Throws:
WTSecurityException
JFileChooser_setCurrentDirectory1
void JFileChooser_setCurrentDirectory1(WTJFileChooser jfc,
File dir)
throws WTSecurityException
- Throws:
WTSecurityException
JFileChooser_setSelectedFile0
void JFileChooser_setSelectedFile0(WTJFileChooser jfc,
File file)
throws WTSecurityException
- Overrides:
JFileChooser_setSelectedFile0
in class FileAccess
- Throws:
WTSecurityException
JFileChooser_setSelectedFile1
void JFileChooser_setSelectedFile1(WTJFileChooser jfc,
File file)
throws WTSecurityException
- Throws:
WTSecurityException
JFileChooser_setSelectedFiles0
void JFileChooser_setSelectedFiles0(WTJFileChooser jfc,
File[] file)
throws WTSecurityException
- Overrides:
JFileChooser_setSelectedFiles0
in class FileAccess
- Throws:
WTSecurityException
JFileChooser_setSelectedFiles1
void JFileChooser_setSelectedFiles1(WTJFileChooser jfc,
File[] file)
throws WTSecurityException
- Throws:
WTSecurityException