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
IOException
File getShellHomeDir() throws IOException
IOException
File getUserDir() throws IOException
IOException
File getUserHomeDir() throws IOException
IOException
File resolveFile(File baseDir, String path) throws IOException
IOException
File resolveFile(String path) throws IOException
IOException
boolean hasChildren(File file)
Copyright © 2008-2012 Sonatype. All Rights Reserved.