public interface FileSystemAccess
| Modifier and Type | Method and Description |
|---|---|
File |
getShellHomeDir() |
File |
getUserDir() |
File |
getUserHomeDir() |
boolean |
hasChildren(File file) |
File |
resolveDir(String name) |
File |
resolveFile(File baseDir,
String path) |
File |
resolveFile(String path) |
File resolveDir(String name) throws IOException
IOExceptionFile getShellHomeDir() throws IOException
IOExceptionFile getUserDir() throws IOException
IOExceptionFile getUserHomeDir() throws IOException
IOExceptionFile resolveFile(File baseDir, String path) throws IOException
IOExceptionFile resolveFile(String path) throws IOException
IOExceptionboolean hasChildren(File file)
Copyright © 2008-2012 Sonatype. All Rights Reserved.