public class CaseInsensitiveLocation extends Location
Modifier and Type | Class and Description |
---|---|
private static class |
CaseInsensitiveLocation.Cache
Caching for CaseInsensitiveLocation.
|
Location.ListingsResult
Modifier and Type | Field and Description |
---|---|
private static CaseInsensitiveLocation.Cache |
cache |
Constructor and Description |
---|
CaseInsensitiveLocation(CaseInsensitiveLocation parent,
String child) |
CaseInsensitiveLocation(File file) |
CaseInsensitiveLocation(Location file) |
CaseInsensitiveLocation(String pathname) |
CaseInsensitiveLocation(String parent,
String child) |
Modifier and Type | Method and Description |
---|---|
private static String |
findCaseInsensitive(Location name) |
static void |
invalidateCache()
Remove (invalidate) cached content for all directories.
|
static void |
invalidateCache(File dir)
Remove (invalidate) cached content for the specified directory.
|
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
private static final CaseInsensitiveLocation.Cache cache
public CaseInsensitiveLocation(String pathname) throws IOException
IOException
public CaseInsensitiveLocation(Location file) throws IOException
IOException
public CaseInsensitiveLocation(File file) throws IOException
IOException
public CaseInsensitiveLocation(String parent, String child) throws IOException
IOException
public CaseInsensitiveLocation(CaseInsensitiveLocation parent, String child) throws IOException
IOException
public static void invalidateCache()
public static void invalidateCache(File dir)
dir
- the directory to remove,private static String findCaseInsensitive(Location name) throws IOException
IOException
Copyright © 2016 Open Microscopy Environment