public class FileCompleter extends AbstractPathCompleter<File>
| Constructor and Description |
|---|
FileCompleter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
exists(File path) |
protected Collection<File> |
getChilren(File path) |
protected String |
getCurrentPath() |
protected String |
getName(File path) |
protected File |
getPath(String path) |
protected boolean |
isDirectory(File path) |
protected boolean |
isFile(File path) |
completepublic FileCompleter()
protected String getCurrentPath() throws Exception
getCurrentPath in class AbstractPathCompleter<File>Exceptionprotected File getPath(String path)
getPath in class AbstractPathCompleter<File>protected boolean exists(File path)
exists in class AbstractPathCompleter<File>protected boolean isDirectory(File path)
isDirectory in class AbstractPathCompleter<File>protected boolean isFile(File path)
isFile in class AbstractPathCompleter<File>protected Collection<File> getChilren(File path)
getChilren in class AbstractPathCompleter<File>Copyright © 2015 eXo Platform SAS. All Rights Reserved.