Uses of Class
loci.common.Location
-
Packages that use Location Package Description loci.common -
-
Uses of Location in loci.common
Subclasses of Location in loci.common Modifier and Type Class Description class
CaseInsensitiveLocation
Deprecated.useLocation
insteadMethods in loci.common that return Location Modifier and Type Method Description Location
Location. getAbsoluteFile()
Return the absolute form of this abstract location.Location
Location. getCanonicalFile()
Returns the canonical path to this file.Location
Location. getParentFile()
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.Location[]
Location. listFiles()
Return a list of files in this directory, or null if this file is not a directory.Constructors in loci.common with parameters of type Location Constructor Description CaseInsensitiveLocation(Location file)
Deprecated.Location(Location parent, String child)
Construct a Location using the given directory and relative path.
-