Package loci.common
Class CaseInsensitiveLocation
- java.lang.Object
-
- loci.common.Location
-
- loci.common.CaseInsensitiveLocation
-
@Deprecated public class CaseInsensitiveLocation extends Location
Deprecated.useLocation
insteadCase insensitive variant of Location.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class loci.common.Location
Location.ListingsResult, Location.UrlType
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveLocation(File file)
Deprecated.CaseInsensitiveLocation(String pathname)
Deprecated.CaseInsensitiveLocation(String parent, String child)
Deprecated.CaseInsensitiveLocation(CaseInsensitiveLocation parent, String child)
Deprecated.CaseInsensitiveLocation(Location file)
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
invalidateCache()
Deprecated.Remove (invalidate) cached content for all directories.static void
invalidateCache(File dir)
Deprecated.Remove (invalidate) cached content for the specified directory.-
Methods inherited from class loci.common.Location
cacheDirectoryListings, canRead, canWrite, checkValidId, cleanStaleCacheEntries, clearDirectoryListingsCache, createNewFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getHandle, getHandle, getHandle, getHandle, getIdMap, getMappedFile, getMappedId, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, mapFile, mapId, mkdirs, reset, setCacheDirectoryTimeout, setIdMap, toString, toURL
-
-
-
-
Constructor Detail
-
CaseInsensitiveLocation
public CaseInsensitiveLocation(String pathname) throws IOException
Deprecated.- Throws:
IOException
-
CaseInsensitiveLocation
public CaseInsensitiveLocation(Location file) throws IOException
Deprecated.- Throws:
IOException
-
CaseInsensitiveLocation
public CaseInsensitiveLocation(File file) throws IOException
Deprecated.- Throws:
IOException
-
CaseInsensitiveLocation
public CaseInsensitiveLocation(String parent, String child) throws IOException
Deprecated.- Throws:
IOException
-
CaseInsensitiveLocation
public CaseInsensitiveLocation(CaseInsensitiveLocation parent, String child) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
invalidateCache
public static void invalidateCache()
Deprecated.Remove (invalidate) cached content for all directories.
-
invalidateCache
public static void invalidateCache(File dir)
Deprecated.Remove (invalidate) cached content for the specified directory.- Parameters:
dir
- the directory to remove,
-
-