Path.FileChannelFactory
_pathSeparatorChar, _schemeMap, _separatorChar, L
Constructor and Description |
---|
NotFoundPath(SchemeMap schemeMap,
java.lang.String url)
Creates new NotFoundPath
|
Modifier and Type | Method and Description |
---|---|
protected Path |
copyCache() |
boolean |
equals(java.lang.Object obj)
Only identical is equals
|
java.lang.String |
getPath()
Returns the URL which can't be found.
|
java.lang.String |
getScheme()
Returns the url scheme
|
java.lang.String |
getURL()
The URL is error
|
StreamImpl |
openReadImpl()
Throws a FileNotFoundException for any read.
|
Path |
schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path,
int offset)
Dummy return.
|
bind, cacheCopy, canExecute, canRead, canWrite, changeGroup, changeGroup, changeOwner, changeOwner, chmod, clearStatusCache, compareTo, copy, createDepend, createLink, createNewFile, createRoot, createRoot, createTempFile, escapeURL, exists, fileChannelFactory, getAttribute, getAttributeNames, getBlockCount, getBlockSize, getCache, getCertificates, getContentType, getCrc64, getCreateTime, getDevice, getDeviceId, getDiskSpaceFree, getDiskSpaceTotal, getFileSeparatorChar, getFullPath, getGroup, getHost, getInode, getLastAccessTime, getLastModified, getLastStatusChangeTime, getLength, getMode, getNativePath, getNewlineString, getNumberOfLinks, getObject, getOwner, getParent, getPathSeparatorChar, getPort, getQuery, getRelativePath, getResources, getResources, getSchemeMap, getSeparatorChar, getTail, getUser, getUserDir, getUserPath, getValue, hashCode, isBlockDevice, isCharacterDevice, isDirectory, isExecutable, isFIFO, isFile, isHardLink, isLink, isObject, isPathCacheable, isSocket, isSymbolicLink, isWindows, isWindowsInsecure, iterator, list, lookup, lookup, lookup, lookupChild, lookupImpl, lookupNative, lookupNative, lookupRelativeNativePath, mkdir, mkdirs, openAppend, openAppendImpl, openFileRandomAccess, openMemoryMappedFile, openRandomAccess, openRead, openReadWrite, openReadWrite, openReadWrite, openReadWriteImpl, openWrite, openWriteImpl, putCache, readLink, realPath, remove, removeAll, renameTo, renameTo, scanScheme, sendfile, setDefaultSchemeMap, setExecutable, setLastModified, setObject, setTestWindows, setUserPath, setValue, toString, truncate, truncate, unbind, unwrap, writeToStream, writeToStream
public NotFoundPath(SchemeMap schemeMap, java.lang.String url)
public Path schemeWalk(java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.String path, int offset)
schemeWalk
in class Path
userPath
- the user's lookup() path.attributes
- the attributes for the new path.path
- the lookup() pathoffset
- offset into newPath to start lookup.public java.lang.String getScheme()
Path
public java.lang.String getPath()
public StreamImpl openReadImpl() throws java.io.IOException
openReadImpl
in class Path
java.io.IOException
protected Path copyCache()