org.crsh.util
Class JNDIHandler.JNDICompleter
java.lang.Object
org.crsh.cli.completers.AbstractPathCompleter<String>
org.crsh.util.JNDIHandler.JNDICompleter
- All Implemented Interfaces:
- Completer
- Enclosing class:
- JNDIHandler
-
public static class JNDIHandler.JNDICompleter
- extends AbstractPathCompleter<String>
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filters
private final String[] filters
-
bindings
private List<BindingRenderable.BindingData> bindings
-
JNDIHandler.JNDICompleter
public JNDIHandler.JNDICompleter(String... filters)
getCurrentPath
protected String getCurrentPath()
-
- Specified by:
getCurrentPath
in class AbstractPathCompleter<String>
-
getPath
protected String getPath(String path)
-
- Specified by:
getPath
in class AbstractPathCompleter<String>
-
exists
protected boolean exists(String path)
-
- Specified by:
exists
in class AbstractPathCompleter<String>
-
isDirectory
protected boolean isDirectory(String path)
-
- Specified by:
isDirectory
in class AbstractPathCompleter<String>
-
isFile
protected boolean isFile(String path)
-
- Specified by:
isFile
in class AbstractPathCompleter<String>
-
getChilren
protected Collection<String> getChilren(String path)
-
- Specified by:
getChilren
in class AbstractPathCompleter<String>
-
getName
protected String getName(String path)
-
- Specified by:
getName
in class AbstractPathCompleter<String>
-
Copyright © 2014 eXo Platform SAS. All Rights Reserved.