public class FS_Win32_Java7Cygwin extends FS_Win32_Cygwin
FS.FSFactory| Modifier and Type | Method and Description |
|---|---|
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) |
void |
setHidden(File path,
boolean hidden) |
void |
setLastModified(File path,
long time) |
boolean |
supportsSymlinks() |
isCygwin, resolve, runInShell, userHomeImplcanExecute, discoverGitPrefix, isCaseSensitive, retryFailedLockFileCommit, setExecute, supportsExecutedetect, detect, gitPrefix, readPipe, searchPath, setGitPrefix, setUserHome, userHomepublic FS newInstance()
newInstance in class FS_Win32_Cygwinpublic 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 FSIOExceptionpublic 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.