public class FS_POSIX_Java7 extends FS_POSIX
FS.FSFactory| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(File f) |
void |
createSymLink(File path,
String target) |
boolean |
exists(File path) |
boolean |
isDirectory(File path) |
boolean |
isFile(File path) |
boolean |
isHidden(File path) |
boolean |
isSymLink(File path) |
long |
lastModified(File path) |
long |
length(File f) |
FS |
newInstance() |
String |
readSymLink(File path) |
boolean |
retryFailedLockFileCommit() |
boolean |
setExecute(File f,
boolean canExecute) |
void |
setHidden(File path,
boolean hidden) |
void |
setLastModified(File path,
long time) |
boolean |
supportsExecute() |
boolean |
supportsSymlinks() |
discoverGitPrefix, isCaseSensitive, runInShelldetect, detect, gitPrefix, readPipe, resolve, searchPath, setGitPrefix, setUserHome, userHome, userHomeImplpublic FS newInstance()
newInstance in class FSpublic boolean supportsExecute()
supportsExecute in class FSpublic boolean canExecute(File f)
canExecute in class FSpublic boolean setExecute(File f, boolean canExecute)
setExecute in class FSpublic boolean retryFailedLockFileCommit()
retryFailedLockFileCommit in class FSpublic boolean supportsSymlinks()
supportsSymlinks in class FSpublic boolean isSymLink(File path) throws IOException
isSymLink in class FSIOExceptionpublic long lastModified(File path) throws IOException
lastModified in class FSIOExceptionpublic void setLastModified(File path, long time) throws IOException
setLastModified in class FSIOExceptionpublic long length(File f) throws IOException
length in class FSIOExceptionpublic boolean isDirectory(File path)
isDirectory in class FSpublic boolean isHidden(File path) throws IOException
isHidden in class FSIOExceptionpublic void setHidden(File path, boolean hidden) throws IOException
setHidden in class FS_POSIXIOExceptionpublic String readSymLink(File path) throws IOException
readSymLink in class FSIOExceptionpublic void createSymLink(File path, String target) throws IOException
createSymLink in class FSIOExceptionCopyright © 2013. All rights reserved.