public class CaseInsensitiveLocation extends Location
Location.ListingsResult| Constructor and Description |
|---|
CaseInsensitiveLocation(CaseInsensitiveLocation parent,
java.lang.String child) |
CaseInsensitiveLocation(java.io.File file) |
CaseInsensitiveLocation(java.lang.String pathname) |
CaseInsensitiveLocation(java.lang.String parent,
java.lang.String child) |
| Modifier and Type | Method and Description |
|---|---|
static void |
invalidateCache()
Remove (invalidate) cached content for all directories.
|
static void |
invalidateCache(java.io.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, toURLpublic CaseInsensitiveLocation(java.lang.String pathname)
throws java.io.IOException
java.io.IOExceptionpublic CaseInsensitiveLocation(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic CaseInsensitiveLocation(java.lang.String parent,
java.lang.String child)
throws java.io.IOException
java.io.IOExceptionpublic CaseInsensitiveLocation(CaseInsensitiveLocation parent, java.lang.String child) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 Open Microscopy Environment