public interface Scanner
Modifier and Type | Method and Description |
---|---|
boolean | acceptResult(String fqn) |
boolean | acceptsInput(String file) |
Scanner | filterResultsBy(com.google.common.base.Predicate<String> filter) |
com.google.common.collect.Multimap<String,String> | getStore() |
Object | scan(Vfs.File file, Object classObject) |
void | setConfiguration(Configuration configuration) |
void | setStore(com.google.common.collect.Multimap<String,String> store) |
void setConfiguration(Configuration configuration)
boolean acceptsInput(String file)
boolean acceptResult(String fqn)
Copyright © 2015. All rights reserved.