- search(String, String, String, String, String, String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- search(String, String, String, String, String, String) - Method in interface io.hawt.maven.indexer.MavenIndexerFacadeMXBean
-
Returns the latest version of each artifact that matches any of the given strings like groupId or groupId and artifactId etc
- searchClasses(String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
Attempts to search for the artifact with the given class name.
- searchClasses(String) - Method in interface io.hawt.maven.indexer.MavenIndexerFacadeMXBean
-
Returns the latest version of each artifact which contains the given class name text
- searchFlat(String, String, String, String, String, String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- searchFlat(BooleanQuery) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- searchFlat(String, String, String, String, String, String) - Method in interface io.hawt.maven.indexer.MavenIndexerFacadeMXBean
-
Returns all versions and artifacts that match the given query; such as to find all versions of a given groupId and artifactId.
- searchGrouped(Query) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- searchGrouped(Query, GAGrouping) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- searchText(String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
Attempts to search the maven repositories given some text to search for
- searchText(String) - Method in interface io.hawt.maven.indexer.MavenIndexerFacadeMXBean
-
Searches for all artifacts for the given text, returning the latest matching artifact version
- searchTextAndPackaging(String, String, String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- searchTextAndPackaging(String, String, String) - Method in interface io.hawt.maven.indexer.MavenIndexerFacadeMXBean
-
Searches for all artifacts for the given text with the optional packaging/classifier filter,
returning the latest matching artifact version
- setCacheDirectory(File) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- setCacheDirName(String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- setIndexDirectory(String) - Method in class io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory
-
- setIndexers(List<IndexCreator>) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
- setMaximumIndexersPerMachine(int) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
If we do not specify the directory to use for caches, then create a directory per process
up to this maximum number
- setMBeanServer(MBeanServer) - Method in class io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory
-
- setObjectName(ObjectName) - Method in class io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory
-
- setRepositories(String) - Method in class io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory
-
- setRepositories(String) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-
Param is a String, instead of a String[] to support properties replacement in blueprint
- setUpdateIndexOnStartup(boolean) - Method in class io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory
-
- setUpdateIndexOnStartup(boolean) - Method in class io.hawt.maven.indexer.MavenIndexerFacade
-