public class GoogleStorePath extends GooglePath
Path.FileChannelFactory_fileService, _inode, _inodeService, _parent, QUERCUS_ROOT_PATH_bindRoot, _pathname, _root, _userPath_pathSeparatorChar, _schemeMap, _separatorChar, L| Constructor and Description | 
|---|
GoogleStorePath()  | 
GoogleStorePath(FileService fileService,
               GoogleInodeService inodeService,
               java.lang.String bucket)  | 
GoogleStorePath(java.lang.String bucket)  | 
| Modifier and Type | Method and Description | 
|---|---|
Path | 
copy()  | 
GooglePath | 
createInstance(FilesystemPath root,
              java.lang.String userPath,
              java.lang.String path)  | 
AppEngineFile | 
getAppEngineFile()  | 
java.lang.String | 
getBucket()  | 
java.lang.String | 
getNativePath()
Returns the native representation of the path. 
 | 
StreamImpl | 
openAppendImpl()  | 
StreamImpl | 
openWriteImpl()  | 
protected boolean | 
removeImpl()  | 
canRead, canWrite, clearStatusCache, equals, exists, fsWalk, getFullPath, getLastModified, getLength, getMode, getParent, getScheme, getURL, hashCode, init, isDirectory, isExecutable, isFile, isPathCacheable, list, mkdir, mkdirs, openFileRandomAccess, openReadImpl, remove, renameTo, setLastModified, toStringbind, createRoot, getPath, getRoot, getTail, getUserPath, init, normalizePath, normalizePath, schemeWalk, setUserPathcacheCopy, canExecute, changeGroup, changeGroup, changeOwner, changeOwner, chmod, compareTo, createDepend, createLink, createNewFile, createRoot, createTempFile, escapeURL, fileChannelFactory, getAttribute, getAttributeNames, getBlockCount, getBlockSize, getCache, getCertificates, getContentType, getCrc64, getCreateTime, getDevice, getDeviceId, getDiskSpaceFree, getDiskSpaceTotal, getFileSeparatorChar, getGroup, getHost, getInode, getLastAccessTime, getLastStatusChangeTime, getNewlineString, getNumberOfLinks, getObject, getOwner, getPathSeparatorChar, getPort, getQuery, getRelativePath, getResources, getResources, getSchemeMap, getSeparatorChar, getUser, getUserDir, getValue, isBlockDevice, isCharacterDevice, isFIFO, isHardLink, isLink, isObject, isSocket, isSymbolicLink, isWindows, isWindowsInsecure, iterator, lookup, lookup, lookup, lookupChild, lookupImpl, lookupNative, lookupNative, lookupRelativeNativePath, openAppend, openMemoryMappedFile, openRandomAccess, openRead, openReadWrite, openReadWrite, openReadWrite, openReadWriteImpl, openWrite, putCache, readLink, realPath, removeAll, renameTo, scanScheme, sendfile, setDefaultSchemeMap, setExecutable, setObject, setTestWindows, setValue, truncate, truncate, unbind, unwrap, writeToStream, writeToStreampublic GoogleStorePath()
public GoogleStorePath(java.lang.String bucket)
public GoogleStorePath(FileService fileService,
                       GoogleInodeService inodeService,
                       java.lang.String bucket)
public java.lang.String getBucket()
public GooglePath createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
createInstance in class GooglePathprotected boolean removeImpl()
removeImpl in class GooglePathpublic AppEngineFile getAppEngineFile()
public java.lang.String getNativePath()
PathgetNativePath in class Pathpublic StreamImpl openWriteImpl() throws java.io.IOException
openWriteImpl in class Pathjava.io.IOExceptionpublic StreamImpl openAppendImpl() throws java.io.IOException
openAppendImpl in class Pathjava.io.IOExceptionpublic Path copy()
copy in class GooglePath