public static class JNDIHandler.JNDICompleter extends AbstractPathCompleter<String>
Modifier and Type | Field and Description |
---|---|
private List<BindingRenderer.BindingData> |
bindings |
private String[] |
filters |
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) |
complete
private List<BindingRenderer.BindingData> bindings
public 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>
Copyright © 2015 eXo Platform SAS. All Rights Reserved.