tachyon
Class PrefixList
java.lang.Object
tachyon.PrefixList
public class PrefixList
- extends Object
Prefix list is used by PINList and WhiteList to do file filtering.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixList
public PrefixList(ArrayList<String> prefixList)
PrefixList
public PrefixList(String prefixes,
String separator)
inList
public boolean inList(String path)
outList
public boolean outList(String path)
getList
public List<String> getList()
Copyright © 2013. All Rights Reserved.