| java.lang.Object org.apache.ivy.core.search.SearchEngine
SearchEngine | public class SearchEngine (Code) | | |
listModules | public ModuleId[] listModules(ModuleId criteria, PatternMatcher matcher)(Code) | | List module ids of the module accessible through the current resolvers matching the given mid
criteria according to the given matcher.
Parameters: criteria - Parameters: matcher - |
listModules | public ModuleRevisionId[] listModules(ModuleRevisionId criteria, PatternMatcher matcher)(Code) | | List module revision ids of the module accessible through the current resolvers matching the
given mrid criteria according to the given matcher.
Parameters: criteria - Parameters: matcher - |
listTokenValues | public String[] listTokenValues(String token, Map otherTokenValues)(Code) | | Returns an empty array when no token values are found.
Parameters: token - Parameters: otherTokenValues - |
|
|