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