Uses of Class java.io.File

Uses in package javax.xml.transform.stream

Constructors with parameter type java.io.File

Constructor with a system ID specified as a File object.
Constructor with a system ID specified as a File reference.

Methods with parameter type java.io.File

void
Sets the system ID from a File reference.
void
Sets the system ID using a File reference.

Uses in package javax.swing.plaf.basic

Methods with parameter type java.io.File

boolean
DOCUMENT ME!
void
DOCUMENT ME!
void
DOCUMENT ME!
Icon
DOCUMENT ME!
String
DOCUMENT ME!
Icon
DOCUMENT ME!
String
DOCUMENT ME!
String
DOCUMENT ME!
Boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
void
DOCUMENT ME!

Methods with return type java.io.File

File
DOCUMENT ME!

Uses in package javax.swing.plaf

Methods with parameter type java.io.File

void
Ensures that a specified file is visible in the JFileChooser

Uses in package java.util.zip

Constructors with parameter type java.io.File

Opens a Zip file reading the given File.
ZipFile.ZipFile(File file, int mode)
Opens a Zip file reading the given File in the given mode.

Uses in package java.io

Constructors with parameter type java.io.File

File.File(File directory, String name)
This method initializes a new File object to represent a file in the specified directory.
This method initializes a FileInputStream to read from the specified File object.
This method initializes a FileOutputStream object to write to the specified File object.
FileOutputStream.FileOutputStream(File file, boolean append)
This method initializes a FileOutputStream object to write to the specified File object.
This method initializes a FileReader instance to read from the specified File object.
This method initializes a new FileWriter object to write to the specified File object.
FileWriter.FileWriter(File file, boolean append)
This method initializes a new FileWriter object to write to the specified File object.
This method initializes a new instance of RandomAccessFile to read from the specified File object with the specified access mode.

Methods with parameter type java.io.File

boolean
This method determines whether or not a given pathname should be included in a pathname listing.
boolean
This method determines whether or not a given file should be included in a directory listing.
int
This method compares the specified File to this one to test for equality.
File
File.createTempFile(String prefix, String suffix, File directory)
This method creates a temporary file in the specified directory.
boolean
This method renames the file represented by this object to the path of the file represented by the argument File.

Methods with return type java.io.File

File
File.createTempFile(String prefix, String suffix)
This method creates a temporary file in the system temporary directory.
File
File.createTempFile(String prefix, String suffix, File directory)
This method creates a temporary file in the specified directory.
File
This method returns a File object representing the absolute path of this object.
File
This method returns a File object representing the canonical path of this object.
File
This method returns a File object representing the parent file of this one.
File[]
This method returns an array of File objects representing all the files in the directory represented by this object.
File[]
This method returns an array of File objects representing all the files in the directory represented by this object.
File[]
This method returns an array of File objects representing all the files in the directory represented by this object.
File[]
This method returns an array of filesystem roots.

Uses in package java.util.jar

Constructors with parameter type java.io.File

Creates a new JarFile.
JarFile.JarFile(File file, boolean verify)
Creates a new JarFile.
JarFile.JarFile(File file, boolean verify, int mode)
Creates a new JarFile with the indicated mode.

Uses in package javax.imageio

Methods with parameter type java.io.File

BufferedImage
ImageIO.read(File input)
void
ImageIO.setCacheDirectory(File cacheDirectory)
boolean
ImageIO.write(RenderedImage im, String formatName, File output)

Methods with return type java.io.File

File

Uses in package javax.imageio.spi

Methods with parameter type java.io.File

ImageInputStream
ImageInputStreamSpi.createInputStreamInstance(Object input, boolean useCache, File cacheDir)
ImageOutputStream
ImageOutputStreamSpi.createOutputStreamInstance(Object output, boolean useCache, File cacheDir)

Uses in package javax.swing.filechooser

Methods with parameter type java.io.File

boolean
accept
File
DOCUMENT ME!
File
DOCUMENT ME!
File
DOCUMENT ME!
File
FileSystemView.getChild(File parent, String fileName)
DOCUMENT ME!
String
getDescription
File[]
FileSystemView.getFiles(File dir, boolean useFileHiding)
DOCUMENT ME!
Icon
getIcon
String
getName
File
DOCUMENT ME!
String
DOCUMENT ME!
Icon
DOCUMENT ME!
String
DOCUMENT ME!
String
getTypeDescription
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
boolean
DOCUMENT ME!
Boolean
DOCUMENT ME!
Boolean
isTraversable

Methods with return type java.io.File

File
DOCUMENT ME!
File
DOCUMENT ME!
File
DOCUMENT ME!
File
DOCUMENT ME!
File
FileSystemView.getChild(File parent, String fileName)
DOCUMENT ME!
File
DOCUMENT ME!
File[]
FileSystemView.getFiles(File dir, boolean useFileHiding)
DOCUMENT ME!
File
DOCUMENT ME!
File
DOCUMENT ME!
File[]
DOCUMENT ME!

Uses in package java.lang

Methods with parameter type java.io.File

Process
Runtime.exec(String cmdline, String env, File dir)
Create a new subprocess with the specified command line, environment, and working directory.

Uses in package javax.swing

Constructors with parameter type java.io.File

JFileChooser.JFileChooser(File currentDirectory)
Creates a new JFileChooser object.
JFileChooser.JFileChooser(File currentDirectory, FileSystemView fsv)
Creates a new JFileChooser object.

Methods with parameter type java.io.File

boolean
DOCUMENT ME!
void
DOCUMENT ME!
String
DOCUMENT ME!
Icon
DOCUMENT ME!
String
DOCUMENT ME!
String
DOCUMENT ME!
boolean
DOCUMENT ME!
void
DOCUMENT ME!
void
DOCUMENT ME!
void
DOCUMENT ME!

Methods with return type java.io.File

File
DOCUMENT ME!
File
DOCUMENT ME!
File[]
DOCUMENT ME!

Uses in package javax.imageio.stream

Constructors with parameter type java.io.File

Uses in package javax.xml.parsers

Methods with parameter type java.io.File

Document
Parse the specified file and return a DOM Document.
void
Parse the content of the specified file, reporting SAX1 events to the given handler.
void
Parse the content of the specified file, reporting SAX2 events to the given handler.

Uses in package javax.xml.validation

Methods with parameter type java.io.File

Schema
Returns a schema based on the specified source file.