public class FS_POSIX_Java5 extends FS_POSIX
FS.FSFactory
Constructor and Description |
---|
FS_POSIX_Java5()
Constructor
|
FS_POSIX_Java5(FS src)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute(File f)
Determine if the file is executable (or not).
|
FS |
newInstance() |
boolean |
retryFailedLockFileCommit()
Does this file system have problems with atomic renames?
|
boolean |
setExecute(File f,
boolean canExec)
Set a file to be executable by the user.
|
boolean |
supportsExecute()
Does this operating system and JRE support the execute flag on files?
|
discoverGitPrefix, isCaseSensitive, runInShell, setHidden
createSymLink, detect, detect, exists, gitPrefix, isDirectory, isFile, isHidden, isSymLink, lastModified, length, readPipe, readSymLink, resolve, searchPath, setGitPrefix, setLastModified, setUserHome, supportsSymlinks, userHome, userHomeImpl
public FS_POSIX_Java5()
public FS_POSIX_Java5(FS src)
src
- instance whose attributes to copypublic FS newInstance()
newInstance
in class FS
public boolean supportsExecute()
FS
supportsExecute
in class FS
public boolean canExecute(File f)
FS
Not all platforms and JREs support executable flags on files. If the feature is unsupported this method will always return false.
If the platform supports symbolic links and f
is a symbolic link
this method returns false, rather than the state of the executable flags
on the target file.
canExecute
in class FS
f
- abstract path to test.public boolean setExecute(File f, boolean canExec)
FS
Not all platforms and JREs support executable flags on files. If the feature is unsupported this method will always return false and no changes will be made to the file specified.
setExecute
in class FS
f
- path to modify the executable status of.canExec
- true to enable execution; false to disable it.public boolean retryFailedLockFileCommit()
FS
retryFailedLockFileCommit
in class FS
Copyright © 2013. All Rights Reserved.