- AbstractArchetypeDataSource - Class in org.apache.maven.index.archetype
-
Support class to implement org.apache.maven.archetype.source.ArchetypeDataSource
interface.
- AbstractArchetypeDataSource(Indexer) - Constructor for class org.apache.maven.index.archetype.AbstractArchetypeDataSource
-
- AbstractGrouping - Class in org.apache.maven.index.search.grouping
-
- AbstractGrouping() - Constructor for class org.apache.maven.index.search.grouping.AbstractGrouping
-
- AbstractGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.AbstractGrouping
-
- AbstractIndexCreator - Class in org.apache.maven.index.creator
-
- AbstractIndexCreator(String) - Constructor for class org.apache.maven.index.creator.AbstractIndexCreator
-
- AbstractIndexCreator(String, List<String>) - Constructor for class org.apache.maven.index.creator.AbstractIndexCreator
-
- AbstractIndexingContext - Class in org.apache.maven.index.context
-
- AbstractIndexingContext() - Constructor for class org.apache.maven.index.context.AbstractIndexingContext
-
- AbstractMultiArtifactInfoFilter - Class in org.apache.maven.index
-
An abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.
- AbstractMultiArtifactInfoFilter(List<ArtifactInfoFilter>) - Constructor for class org.apache.maven.index.AbstractMultiArtifactInfoFilter
-
- AbstractSearchPageableRequest - Class in org.apache.maven.index
-
Pageable search request.
- AbstractSearchPageableRequest(Query) - Constructor for class org.apache.maven.index.AbstractSearchPageableRequest
-
- AbstractSearchPageableRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.AbstractSearchPageableRequest
-
- AbstractSearchRequest - Class in org.apache.maven.index
-
- AbstractSearchRequest(Query) - Constructor for class org.apache.maven.index.AbstractSearchRequest
-
- AbstractSearchRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.AbstractSearchRequest
-
- AbstractSearchResponse - Class in org.apache.maven.index
-
- AbstractSearchResponse(Query, int, int) - Constructor for class org.apache.maven.index.AbstractSearchResponse
-
- AbstractTreeNode - Class in org.apache.maven.index.treeview
-
Base set of functionality for the TreeNode that all implementations will need.
- AbstractTreeNode(IndexTreeView, TreeViewRequest) - Constructor for class org.apache.maven.index.treeview.AbstractTreeNode
-
Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation;
- AbstractZipHandle - Class in org.apache.maven.index.util.zip
-
- AbstractZipHandle(File) - Constructor for class org.apache.maven.index.util.zip.AbstractZipHandle
-
- accept(Document) - Method in interface org.apache.maven.index.context.DocumentFilter
-
- accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
-
The filter's implementation is: if list of filters is empty, the just accept it, otherwise consult the list of
filters.
- accepts(List<ArtifactInfoFilter>, IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
-
It is left to final implementor to implement how we want to decide using filters.
- accepts(List<ArtifactInfoFilter>, IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AndMultiArtifactInfoFilter
-
- accepts(IndexingContext, ArtifactInfo) - Method in interface org.apache.maven.index.ArtifactInfoFilter
-
- accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
-
- accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
-
Deprecated.
- accepts(String) - Method in interface org.apache.maven.index.util.zip.EntryNameFilter
-
- acquire() - Method in class org.apache.maven.index.context.NexusIndexMultiReader
-
- acquireIndexSearcher() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- acquireIndexSearcher() - Method in interface org.apache.maven.index.context.IndexingContext
-
Acquires a fresh instance of IndexSearcher
.
- acquireIndexSearcher() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- addArtifactInfo(ArtifactInfo) - Method in class org.apache.maven.index.ArtifactInfoGroup
-
- addArtifactInfo(Map<String, ArtifactInfoGroup>, ArtifactInfo) - Method in interface org.apache.maven.index.Grouping
-
Adds a single ArticatInfo to the result map.
- addArtifactInfo(Map<String, ArtifactInfoGroup>, ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.AbstractGrouping
-
- addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultIndexer
-
- addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.Indexer
-
Adds the passed in artifact contexts to passed in indexing context.
- addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- addArtifactToIndex(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultIndexer
-
- addArtifactToIndex(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addArtifactToIndex(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.Indexer
-
Adds the passed in artifact contexts to passed in indexing context.
- addArtifactToIndex(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- addError(Exception) - Method in class org.apache.maven.index.ArtifactContext
-
- addException(Exception) - Method in class org.apache.maven.index.ScanningResult
-
- addField(Field) - Method in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
-
- addFieldHint(Field, String) - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- addIndexerField(IndexerField) - Method in class org.apache.maven.index.Field
-
- addIndexingContext(IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addIndexingContext(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addIndexingContext(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addIndexingContext(IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
Adds an indexing context to Nexus indexer.
- addIndexingContext(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
-
- addIndexingContext(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
-
- addIndexingContextForced(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addIndexingContextForced(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addIndexingContextForced(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
-
- addIndexingContextForced(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
-
- addMergedIndexingContext(String, String, File, File, boolean, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, Directory, boolean, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, Directory, boolean, ContextMemberProvider) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, File, boolean, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, Directory, boolean, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- addMergedIndexingContext(String, String, File, Directory, boolean, ContextMemberProvider) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- ALL_GROUPS - Static variable in class org.apache.maven.index.ArtifactInfo
-
- ALL_GROUPS_LIST - Static variable in class org.apache.maven.index.ArtifactInfo
-
- ALL_GROUPS_VALUE - Static variable in class org.apache.maven.index.ArtifactInfo
-
- AndMultiArtifactInfoFilter - Class in org.apache.maven.index
-
This is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if
one rejects, results is reject).
- AndMultiArtifactInfoFilter(List<ArtifactInfoFilter>) - Constructor for class org.apache.maven.index.AndMultiArtifactInfoFilter
-
- ARTIFACT_ID - Static variable in class org.apache.maven.index.ArtifactInfo
-
ArtifactId.
- ARTIFACT_ID - Static variable in interface org.apache.maven.index.MAVEN
-
- ArtifactAvailability - Enum in org.apache.maven.index
-
Enumeration provides values indicating artifact availability
- ArtifactContext - Class in org.apache.maven.index
-
An artifact context used to provide information about artifact during scanning.
- ArtifactContext(File, File, File, ArtifactInfo, Gav) - Constructor for class org.apache.maven.index.ArtifactContext
-
- ArtifactContextProducer - Interface in org.apache.maven.index
-
A producer that creates
ArtifactContext
from POM and from other available files.
- artifactDiscovered(ArtifactContext) - Method in interface org.apache.maven.index.ArtifactDiscoveryListener
-
- artifactDiscovered(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
Delegates to the
IndexerEngine
to add a new artifact to the index
- artifactDiscovered(ArtifactContext) - Method in class org.apache.maven.index.DefaultScannerListener
-
- artifactDiscovered(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- ArtifactDiscoveryListener - Interface in org.apache.maven.index
-
A listener notified upon artifact discovery.
- artifactError(ArtifactContext, Exception) - Method in interface org.apache.maven.index.ArtifactScanningListener
-
- artifactError(ArtifactContext, Exception) - Method in class org.apache.maven.index.DefaultScannerListener
-
- ArtifactInfo - Class in org.apache.maven.index
-
ArtifactInfo holds the values known about an repository artifact.
- ArtifactInfo() - Constructor for class org.apache.maven.index.ArtifactInfo
-
- ArtifactInfo(String, String, String, String, String, String) - Constructor for class org.apache.maven.index.ArtifactInfo
-
- ArtifactInfoFilter - Interface in org.apache.maven.index
-
ArtifactInfoFilter is used to filter out components before they are handed over to searcher (and well before paging
is implemented).
- ArtifactInfoGroup - Class in org.apache.maven.index
-
An object that holds grouped sets of
ArtifactInfo
in case of grouped search.
- ArtifactInfoGroup(String) - Constructor for class org.apache.maven.index.ArtifactInfoGroup
-
- ArtifactInfoGroup(String, Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.ArtifactInfoGroup
-
- ArtifactInfoPostprocessor - Interface in org.apache.maven.index
-
ArtifactInfoPostprocessor is used to postprocess the ArtifactInfo, after it passed filtering and paging but before it
is handed over to client performing search.
- ArtifactInfoRecord - Class in org.apache.maven.index
-
Pulling out ArtifactInfo, clearing up.
- ArtifactInfoRecord() - Constructor for class org.apache.maven.index.ArtifactInfoRecord
-
- ArtifactLocator - Class in org.apache.maven.index.locator
-
Artifact locator.
- ArtifactLocator(ArtifactPackagingMapper) - Constructor for class org.apache.maven.index.locator.ArtifactLocator
-
- ArtifactPackagingMapper - Interface in org.apache.maven.index.artifact
-
A utility component that resolves POM packaging to artifact extension.
- ArtifactScanningListener - Interface in org.apache.maven.index
-
A listener notified during repository scan process to track progress, collect results, etc.
- fetchAndUpdateIndex(IndexUpdateRequest) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
-
- fetchAndUpdateIndex(IndexUpdateRequest) - Method in interface org.apache.maven.index.updater.IndexUpdater
-
- Field - Class in org.apache.maven.index
-
- Field(Field, String, String, String) - Constructor for class org.apache.maven.index.Field
-
- FileFetcher(File) - Constructor for class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
-
- finalize() - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
- findChildByPath(String, TreeNode.Type) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Find a TreeNode based upon a path and Type check.
- findChildByPath(String, TreeNode.Type) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- FlatSearchRequest - Class in org.apache.maven.index
-
A flat search request.
- FlatSearchRequest(Query) - Constructor for class org.apache.maven.index.FlatSearchRequest
-
- FlatSearchRequest(Query, Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.FlatSearchRequest
-
- FlatSearchRequest(Query, IndexingContext) - Constructor for class org.apache.maven.index.FlatSearchRequest
-
- FlatSearchRequest(Query, Comparator<ArtifactInfo>, IndexingContext) - Constructor for class org.apache.maven.index.FlatSearchRequest
-
- FlatSearchResponse - Class in org.apache.maven.index
-
A flat search response.
- FlatSearchResponse(Query, int, Set<ArtifactInfo>) - Constructor for class org.apache.maven.index.FlatSearchResponse
-
- FLD_ARTIFACT_ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_ARTIFACT_ID_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_BUNDLE_DESCRIPTION - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_DOCURL - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_EXPORT_PACKAGE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_EXPORT_SERVIVE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
Deprecated.
- FLD_BUNDLE_FRAGMENT_HOST - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_IMPORT_PACKAGE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_LICENSE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_NAME - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_PROVIDE_CAPABILITY - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_REQUIRE_BUNDLE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_REQUIRE_CAPABILITY - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_SYMBOLIC_NAME - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_BUNDLE_VERSION - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_CLASSIFIER - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_CLASSNAMES - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
-
- FLD_CLASSNAMES_KW - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
-
NexusAnalyzer makes exception with this field only, to keep backward compatibility with old consumers of
nexus-indexer.
- FLD_DELETED - Static variable in class org.apache.maven.index.ArtifactInfoRecord
-
Del: contains UINFO to mark record as deleted (needed for incremental updates!).
- FLD_DESCRIPTION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_DESCRIPTOR - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
-
- FLD_DESCRIPTOR_CONTENTS - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
-
- FLD_EXTENSION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_GROUP_ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_GROUP_ID_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_IDXINFO - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
-
- FLD_INFO - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
Info: packaging, lastModified, size, sourcesExists, javadocExists, signatureExists.
- FLD_LAST_MODIFIED - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_NAME - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_PACKAGING - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_PLUGIN_GOALS - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
-
- FLD_PLUGIN_PREFIX - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
-
- FLD_SHA1 - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_SHA256 - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- FLD_UINFO - Static variable in class org.apache.maven.index.ArtifactInfoRecord
-
Unique groupId, artifactId, version, classifier, extension (or packaging).
- FLD_VERSION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- FLD_VERSION_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- forceSearchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- forceSearchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search in all contexts, no matter if the context is searchable or not
- forceSearchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- forceSearchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search in all contexts, no matter if the context is searchable or not
- forceSearchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- forceSearchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search in all contexts, no matter if the context is searchable or not
- FRAGMENT_HOST - Static variable in interface org.apache.maven.index.OSGI
-
used to hold the Fragment Host header for an OSGI Fragment bundle.
- fromString(String) - Static method in enum org.apache.maven.index.ArtifactAvailability
-
- FS - Static variable in class org.apache.maven.index.ArtifactInfoRecord
-
Field separator
- FS_PATTERN - Static variable in class org.apache.maven.index.ArtifactInfoRecord
-
- FSDirectoryFactory - Interface in org.apache.maven.index.updater
-
FSDirectoryFactory allows host application choose specific FSDirectory implementation used during index update.
- GAGrouping - Class in org.apache.maven.index.search.grouping
-
A GroupId : ArtifactId grouping implementation.
- GAGrouping() - Constructor for class org.apache.maven.index.search.grouping.GAGrouping
-
- GAGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GAGrouping
-
- Gav - Class in org.apache.maven.index.artifact
-
An immutable value class representing unique artifact coordinates.
- Gav(String, String, String) - Constructor for class org.apache.maven.index.artifact.Gav
-
- Gav(String, String, String, String, String, Integer, Long, String, boolean, Gav.HashType, boolean, Gav.SignatureType) - Constructor for class org.apache.maven.index.artifact.Gav
-
- Gav.HashType - Enum in org.apache.maven.index.artifact
-
Enumeration representing Maven artifact hash types
- Gav.SignatureType - Enum in org.apache.maven.index.artifact
-
Enumeration representing Maven artifact signature types
- GavCalculator - Interface in org.apache.maven.index.artifact
-
An interface to calculate Gav
based on provided artifact path and to calculate an artifact path from
provided Gav
.
- GAVGrouping - Class in org.apache.maven.index.search.grouping
-
A GroupId : ArtifactId : Version grouping implementation.
- GAVGrouping() - Constructor for class org.apache.maven.index.search.grouping.GAVGrouping
-
- GAVGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GAVGrouping
-
- GavHelpedLocator - Interface in org.apache.maven.index.locator
-
An artifact locator used to locate repository "elements" relative to some file with given
Gav
.
- gavToPath(Gav) - Method in interface org.apache.maven.index.artifact.GavCalculator
-
Reassembles the repository path from the supplied GAV.
- gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M1GavCalculator
-
// XXX this is not accurate, m1 is using packaging as an artifact folder name.
- gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M2GavCalculator
-
- getAcquiredSearchers() - Method in class org.apache.maven.index.context.NexusIndexMultiReader
-
- getAllGroups() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getAllGroups() - Method in interface org.apache.maven.index.context.IndexingContext
-
Gets all group names stored in the current indexing context
- getAllGroups() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getAllGroups() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- getAnalyzer() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getAnalyzer() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns the Lucene Analyzer of this context used for by IndexWriter and IndexSearcher.
- getAnalyzer() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getArchetypeCatalog(Properties) - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
-
- getArtifact() - Method in class org.apache.maven.index.ArtifactContext
-
- getArtifactContext(IndexingContext, File) - Method in interface org.apache.maven.index.ArtifactContextProducer
-
- getArtifactContext(IndexingContext, File) - Method in class org.apache.maven.index.DefaultArtifactContextProducer
-
Get ArtifactContext for given pom or artifact (jar, war, etc).
- getArtifactId() - Method in class org.apache.maven.index.artifact.Gav
-
- getArtifactId() - Method in class org.apache.maven.index.ArtifactInfo
-
- getArtifactId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the artifact id of this node.
- getArtifactId() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getArtifactInfo() - Method in class org.apache.maven.index.ArtifactContext
-
- getArtifactInfoComparator() - Method in class org.apache.maven.index.FlatSearchRequest
-
- getArtifactInfoFilter() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getArtifactInfoFilter() - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getArtifactInfoPostprocessor() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getArtifactInfos() - Method in class org.apache.maven.index.ArtifactInfoGroup
-
- getArtifacts(TreeNode, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getArtifactsByG(String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getArtifactsByGA(String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getArtifactsByGAV(String, String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getArtifactsByGAVField(String, String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getArtifactScanningListener() - Method in class org.apache.maven.index.ScanningRequest
-
- getArtifactVersion() - Method in class org.apache.maven.index.ArtifactInfo
-
- getAttributes() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBaseVersion() - Method in class org.apache.maven.index.artifact.Gav
-
- getBestFragments(Query, Formatter, TokenStream, String, int) - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
- getBundleDescription() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleDocUrl() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleExportPackage() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleExportService() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleFragmentHost() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleImportPackage() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleLicense() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleName() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleProvideCapability() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleRequireBundle() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleRequireCapability() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleRequiredExecutionEnvironment() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleSymbolicName() - Method in class org.apache.maven.index.ArtifactInfo
-
- getBundleVersion() - Method in class org.apache.maven.index.ArtifactInfo
-
- getChar(int) - Method in class org.apache.maven.index.OneLineFragmenter
-
- getChildren() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the children of this node.
- getChildren() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getClassifier() - Method in class org.apache.maven.index.artifact.Gav
-
- getClassifier() - Method in class org.apache.maven.index.ArtifactInfo
-
- getClassNames() - Method in class org.apache.maven.index.ArtifactInfo
-
- getContext() - Method in class org.apache.maven.index.ArtifactInfo
-
- getContext() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- getContexts() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getCount() - Method in class org.apache.maven.index.AbstractSearchRequest
-
Returns the "count" of wanted results.
- getCreatorDependencies() - Method in interface org.apache.maven.index.context.IndexCreator
-
Returns list of IndexCreator IDs that this creator depends on.
- getCreatorDependencies() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
-
- getDefaults() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getDeletedFiles() - Method in class org.apache.maven.index.ScanningResult
-
- getDescription() - Method in class org.apache.maven.index.ArtifactInfo
-
- getDescription() - Method in class org.apache.maven.index.Field
-
- getDocumentCount() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- getDocumentFilter() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getEntries() - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
-
- getEntries(EntryNameFilter) - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
-
- getEntries() - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
-
- getEntries(EntryNameFilter) - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
-
- getEntries() - Method in interface org.apache.maven.index.util.zip.ZipHandle
-
Returns a list of string, with each string representing a valid path for existing entry in this Zip handle.
- getEntries(EntryNameFilter) - Method in interface org.apache.maven.index.util.zip.ZipHandle
-
Returns a list of string, with each string representing a valid path for existing entry in this Zip handle.
- getEntryContent(String) - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
-
- getEntryContent(String) - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
-
- getEntryContent(String) - Method in interface org.apache.maven.index.util.zip.ZipHandle
-
Returns the "payload" (uncompressed) of the entry at given path, or null if no such path exists in the Zip file
this handle points to.
- getErrors() - Method in class org.apache.maven.index.ArtifactContext
-
- getExceptions() - Method in class org.apache.maven.index.ScanningResult
-
- getExtension() - Method in class org.apache.maven.index.artifact.Gav
-
- getExtensionForPackaging(String) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
-
Returns the extension belonging to given packaging, like "jar" for "jar", "jar" for "ear", etc.
- getExtensionForPackaging(String) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getFactory() - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getField() - Method in class org.apache.maven.index.MatchHighlight
-
- getField() - Method in class org.apache.maven.index.MatchHighlightRequest
-
- getFieldHint(Field) - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getFieldHints() - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getFieldName() - Method in class org.apache.maven.index.Field
-
- getFields() - Method in class org.apache.maven.index.ArtifactInfo
-
- getFieldValue(Field) - Method in class org.apache.maven.index.ArtifactInfo
-
This method will disappear, once we drop ArtifactInfo.
- getFileExtension() - Method in class org.apache.maven.index.ArtifactInfo
-
- getFileName() - Method in class org.apache.maven.index.ArtifactInfo
-
- getFilters() - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
-
Returns an unmodifiable list of filters.
- getFormats() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
Returns index formats to be created.
- getFQN() - Method in class org.apache.maven.index.Field
-
- getFSDirectoryFactory() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getGav() - Method in class org.apache.maven.index.ArtifactContext
-
- getGavCalculator() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getGavCalculator() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns the GavCalculator for this Context.
- getGavCalculator() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getGoals() - Method in class org.apache.maven.index.ArtifactInfo
-
- getGroupId() - Method in class org.apache.maven.index.artifact.Gav
-
- getGroupId() - Method in class org.apache.maven.index.ArtifactInfo
-
- getGroupId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the group id of this node.
- getGroupId() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getGrouping() - Method in class org.apache.maven.index.GroupedSearchRequest
-
- getGroupKey() - Method in class org.apache.maven.index.ArtifactInfoGroup
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.AbstractGrouping
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GAGrouping
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GAVGrouping
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GGrouping
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.RGAVGrouping
-
- getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.RGGrouping
-
- getGroupKeyComparator() - Method in class org.apache.maven.index.GroupedSearchRequest
-
- getGroups(String, String, String) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getGroups(String, Set<String>) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getHashType() - Method in class org.apache.maven.index.artifact.Gav
-
- getHighlightedMatch() - Method in class org.apache.maven.index.MatchHighlight
-
- getHighlightMode() - Method in class org.apache.maven.index.MatchHighlightRequest
-
- getHintedArtifacts(TreeNode, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getId() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getId() - Method in interface org.apache.maven.index.context.IndexCreator
-
Returns IndexCreator ID, that has to be unique across all existing creators.
- getId() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns this indexing context id.
- getId() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getId() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
-
- getIncrementalUpdates(IndexPackingRequest, Properties) - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
-
- getIncrementalUpdates(IndexPackingRequest, Properties) - Method in interface org.apache.maven.index.incremental.IncrementalHandler
-
- getIndexCreators() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getIndexCreators() - Method in interface org.apache.maven.index.context.IndexingContext
-
List of IndexCreators used in this context.
- getIndexCreators() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getIndexDirectory() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getIndexDirectory() - Method in interface org.apache.maven.index.context.IndexingContext
-
- getIndexDirectory() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getIndexDirectoryFile() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getIndexDirectoryFile() - Method in interface org.apache.maven.index.context.IndexingContext
-
- getIndexDirectoryFile() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getIndexer() - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
- getIndexerFields() - Method in interface org.apache.maven.index.context.IndexCreator
-
Returns the indexer fields that this IndexCreator introduces to index.
- getIndexerFields() - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
-
- getIndexerFields() - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
-
- getIndexerFields() - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
-
- getIndexerFields() - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- getIndexerFields() - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- getIndexerFields() - Method in class org.apache.maven.index.Field
-
- getIndexingContext() - Method in class org.apache.maven.index.context.NexusIndexSearcher
-
- getIndexingContext() - Method in class org.apache.maven.index.ScanningRequest
-
- getIndexingContext() - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getIndexingContext() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getIndexingContextForPointer(Document, int) - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
- getIndexingContexts() - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
-
- getIndexingContexts() - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- getIndexingContexts() - Method in interface org.apache.maven.index.NexusIndexer
-
- getIndexMethod() - Method in class org.apache.maven.index.IndexerField
-
- getIndexReader() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- getIndexUpdateUrl() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getIndexUpdateUrl() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns url for the index update
- getIndexUpdateUrl() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getIndexWriter() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getIndexWriter() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns the Lucene IndexWriter (thread safe, shared instance) of this context.
- getIndexWriter() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getJavadocExists() - Method in class org.apache.maven.index.ArtifactInfo
-
- getKey() - Method in class org.apache.maven.index.IndexerField
-
- getLastModified() - Method in class org.apache.maven.index.ArtifactInfo
-
- getLocalIndexCacheDir() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getLocker() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getLogger() - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
-
- getLogger() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getLogger() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
-
- getLogger() - Method in class org.apache.maven.index.DefaultQueryCreator
-
- getLogger() - Method in class org.apache.maven.index.DefaultSearchEngine
-
- getLogger() - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
-
- getLogger() - Method in class org.apache.maven.index.packer.DefaultIndexPacker
-
- getLogger() - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
-
- getLuceneScore() - Method in class org.apache.maven.index.ArtifactInfo
-
- getMatchHighlightRequests() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getMatchHighlights() - Method in class org.apache.maven.index.ArtifactInfo
-
- getMaxIndexChunks() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- getMd5() - Method in class org.apache.maven.index.ArtifactInfo
-
- getMd5Digest(String) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a string.
- getMd5Digest(InputStream) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a stream.
- getMd5Digest(File) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a file.
- getMembers() - Method in interface org.apache.maven.index.context.ContextMemberProvider
-
- getMembers() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getMembers() - Method in class org.apache.maven.index.context.StaticContextMemberProvider
-
- getMergedIndexReader(Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
-
Locks down participating contexts, and returns a "merged" reader of them.
- getMetadata() - Method in class org.apache.maven.index.ArtifactContext
-
- getName() - Method in class org.apache.maven.index.artifact.Gav
-
- getName() - Method in class org.apache.maven.index.ArtifactInfo
-
- getNamespace() - Method in class org.apache.maven.index.Field
-
- getNexusIndexMultiReader() - Method in class org.apache.maven.index.context.NexusIndexMultiSearcher
-
- getNodeName() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the name of the node.
- getNodeName() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getOntology() - Method in class org.apache.maven.index.IndexerField
-
- getPackaging() - Method in class org.apache.maven.index.ArtifactInfo
-
- getPackaging2extensionMapping() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getParent() - Method in class org.apache.maven.index.Field
-
- getParticipatingContexts(Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
-
Returns the list of participating contexts.
- getPath() - Method in class org.apache.maven.index.ArtifactInfo
-
- getPath() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the path of the node.
- getPath() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getPath() - Method in class org.apache.maven.index.treeview.TreeViewRequest
-
- getPathForAi(ArtifactInfo, Field) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
-
Builds a path out from ArtifactInfo.
- getPom() - Method in class org.apache.maven.index.ArtifactContext
-
- getPomModel() - Method in class org.apache.maven.index.ArtifactContext
-
- getPrefix() - Method in class org.apache.maven.index.ArtifactInfo
-
- getQuery() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getQuery() - Method in class org.apache.maven.index.AbstractSearchResponse
-
- getQuery() - Method in class org.apache.maven.index.MatchHighlightRequest
-
- getRemoteUrl() - Method in class org.apache.maven.index.ArtifactInfo
-
- getRepository() - Method in class org.apache.maven.index.ArtifactInfo
-
- getRepository() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getRepository() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns location for the local repository.
- getRepository() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getRepositoryId() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getRepositoryId() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns repository id.
- getRepositoryId() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getRepositoryId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the repository id that this node is stored in.
- getRepositoryId() - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
-
- getRepositoryId() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getRepositoryId() - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
-
- getRepositoryUrl() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getRepositoryUrl() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns public repository url.
- getRepositoryUrl() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getRequest() - Method in class org.apache.maven.index.ScanningResult
-
- getResourceFetcher() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- getResultHitLimit() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- getResults() - Method in class org.apache.maven.index.FlatSearchResponse
-
- getResults() - Method in class org.apache.maven.index.GroupedSearchResponse
-
- getResults() - Method in class org.apache.maven.index.IteratorSearchResponse
-
- getReturnedHitsCount() - Method in class org.apache.maven.index.AbstractSearchResponse
-
Returns the number of hits returned by this search response.
- getRootGroup() - Method in class org.apache.maven.index.ArtifactInfo
-
- getRootGroups() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getRootGroups() - Method in interface org.apache.maven.index.context.IndexingContext
-
Gets root group names stored in the current indexing context
- getRootGroups() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getRootGroups() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- getSearchType() - Method in interface org.apache.maven.index.expr.SearchTyped
-
- getSearchType() - Method in class org.apache.maven.index.expr.SearchTypedStringSearchExpression
-
- getSha1() - Method in class org.apache.maven.index.ArtifactInfo
-
- getSha1Digest(String) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a string.
- getSha1Digest(InputStream) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a stream.
- getSha1Digest(File) - Static method in class org.apache.maven.index.packer.DigesterUtils
-
Calculates a SHA1 digest for a file.
- getSha256() - Method in class org.apache.maven.index.ArtifactInfo
-
- getSignatureExists() - Method in class org.apache.maven.index.ArtifactInfo
-
- getSignatureType() - Method in class org.apache.maven.index.artifact.Gav
-
- getSize() - Method in class org.apache.maven.index.ArtifactInfo
-
- getSize() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getSize() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns a number that represents the "size" useful for doing comparisons between contexts (which one has more
data indexed?).
- getSize() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getSnapshotBuildNumber() - Method in class org.apache.maven.index.artifact.Gav
-
- getSnapshotTimeStamp() - Method in class org.apache.maven.index.artifact.Gav
-
- getSourcesExists() - Method in class org.apache.maven.index.ArtifactInfo
-
- getStart() - Method in class org.apache.maven.index.AbstractSearchPageableRequest
-
Returns the "start" of wanted results calculated from result set window.
- getStartingDirectory() - Method in class org.apache.maven.index.ScanningRequest
-
- getStartingPath() - Method in class org.apache.maven.index.ScanningRequest
-
- getStoreMethod() - Method in class org.apache.maven.index.IndexerField
-
- getStringValue() - Method in interface org.apache.maven.index.expr.SearchExpression
-
Returns the expression value as plain java String.
- getStringValue() - Method in class org.apache.maven.index.expr.StringSearchExpression
-
- getTargetDir() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- getTargetFile() - Method in class org.apache.maven.index.util.zip.AbstractZipHandle
-
- getTermVector() - Method in class org.apache.maven.index.IndexerField
-
- getText() - Method in class org.apache.maven.index.OneLineFragmenter
-
- getTimestamp() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- getTimestamp() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns index update time
- getTimestamp(Directory) - Static method in class org.apache.maven.index.context.IndexUtils
-
- getTimestamp() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- getTimestamp(Properties, String) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
-
- getTimestamp() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- getTimestamp() - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- getTopDocsCollectorHitNum(AbstractSearchRequest, int) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- getTotalFiles() - Method in class org.apache.maven.index.ScanningResult
-
- getTotalHits() - Method in class org.apache.maven.index.AbstractSearchResponse
-
- getTotalHitsCount() - Method in class org.apache.maven.index.AbstractSearchResponse
-
Returns the number of total hits found by this query (total number of potential hits as reported by Lucene
index).
- getTotalProcessedArtifactInfoCount() - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
- getTotalProcessedArtifactInfoCount() - Method in interface org.apache.maven.index.IteratorResultSet
-
Returns the up-to-date number of the actual number of loaded Lucene Documents that were converted into
ArtifactInfo object until last next() invocation.
- getTotalProcessedArtifactInfoCount() - Method in class org.apache.maven.index.IteratorSearchResponse
-
A helper method delegating the call to the IteratorResultSet.
- getType() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the type of node.
- getType() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getUinfo() - Method in class org.apache.maven.index.ArtifactInfo
-
- getVersion() - Method in class org.apache.maven.index.artifact.Gav
-
- getVersion() - Method in class org.apache.maven.index.ArtifactInfo
-
- getVersion() - Method in class org.apache.maven.index.IndexerField
-
- getVersion() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get the version of this node.
- getVersion() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- getVersionScheme() - Method in class org.apache.maven.index.ArtifactInfo
-
- getWagonResourceFetcher(TransferListener) - Method in class org.apache.maven.index.updater.WagonHelper
-
- getWagonResourceFetcher(TransferListener, AuthenticationInfo, ProxyInfo) - Method in class org.apache.maven.index.updater.WagonHelper
-
- getWagonResourceFetcher(TransferListener, AuthenticationInfo, ProxyInfo, String) - Method in class org.apache.maven.index.updater.WagonHelper
-
- getWrappedAnalyzer(String) - Method in class org.apache.maven.index.context.NexusAnalyzer
-
- getWrappedAnalyzer(String) - Method in class org.apache.maven.index.context.NexusLegacyAnalyzer
-
- getWriterConfig() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
Returns new IndexWriterConfig instance
- getZipFile() - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
-
- getZipFile() - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
-
- getZipHandle(File) - Static method in class org.apache.maven.index.util.zip.ZipFacade
-
- GGrouping - Class in org.apache.maven.index.search.grouping
-
A GroupId grouping implementation.
- GGrouping() - Constructor for class org.apache.maven.index.search.grouping.GGrouping
-
- GGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GGrouping
-
- GROUP_ID - Static variable in class org.apache.maven.index.ArtifactInfo
-
GroupId.
- GROUP_ID - Static variable in interface org.apache.maven.index.MAVEN
-
- GroupedSearchRequest - Class in org.apache.maven.index
-
A grouped search request.
- GroupedSearchRequest(Query, Grouping) - Constructor for class org.apache.maven.index.GroupedSearchRequest
-
- GroupedSearchRequest(Query, Grouping, Comparator<String>) - Constructor for class org.apache.maven.index.GroupedSearchRequest
-
- GroupedSearchRequest(Query, Grouping, IndexingContext) - Constructor for class org.apache.maven.index.GroupedSearchRequest
-
- GroupedSearchRequest(Query, Grouping, Comparator<String>, IndexingContext) - Constructor for class org.apache.maven.index.GroupedSearchRequest
-
- GroupedSearchResponse - Class in org.apache.maven.index
-
A grouped search response.
- GroupedSearchResponse(Query, int, Map<String, ArtifactInfoGroup>) - Constructor for class org.apache.maven.index.GroupedSearchResponse
-
- Grouping - Interface in org.apache.maven.index
-
A grouping criteria for grouped searches.
- ID - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
-
- ID - Static variable in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
-
- ID - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
-
- ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
-
- ID - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
-
- identify(File, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultIndexer
-
- identify(Query, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultIndexer
-
- identify(Field, String) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- identify(File) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- identify(File, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- identify(Query) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- identify(Query, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- identify(File, Collection<IndexingContext>) - Method in interface org.apache.maven.index.Indexer
-
Performs an "identity" search.
- identify(Query, Collection<IndexingContext>) - Method in interface org.apache.maven.index.Indexer
-
Performs an "identity" search.
- identify(Field, String) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- identify(File) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- identify(File, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- identify(Query) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- identify(Query, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
-
Deprecated.
- IMPORT_PACKAGE - Static variable in interface org.apache.maven.index.OSGI
-
- IncrementalHandler - Interface in org.apache.maven.index.incremental
-
- index(IndexingContext, ArtifactContext) - Method in class org.apache.maven.index.DefaultIndexerEngine
-
- index(IndexingContext, ArtifactContext) - Method in interface org.apache.maven.index.IndexerEngine
-
Add new artifact to the index
- INDEX_CHAIN_ID - Static variable in interface org.apache.maven.index.context.IndexingContext
-
An id that defines the current incremental chain.
- INDEX_CHUNK_COUNTER - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A counter used to id the chunks
- INDEX_CHUNK_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A prefix used to specify an incremental update chunk name
- INDEX_FILE_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
-
Standard name of the full repository index that is used when clients requesting index information have nothing to
start with.
- INDEX_ID - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A property name used to specify index id
- INDEX_LEGACY_TIMESTAMP - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A property name used to specify legacy index timestamp (the last update time)
- INDEX_PACKER_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
-
- INDEX_PROPERTY_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A prefix used for all index property names
- INDEX_REMOTE_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
-
- INDEX_TIME_DAY_FORMAT - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A date format used for incremental update chunk names
- INDEX_TIME_FORMAT - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A date format used for index timestamp
- INDEX_TIMESTAMP - Static variable in interface org.apache.maven.index.context.IndexingContext
-
A property name used to specify index timtestamp
- INDEX_UPDATER_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
-
- IndexCreator - Interface in org.apache.maven.index.context
-
An index creator is responsible for storing and reading data to and from Lucene index.
- IndexCreatorSorter - Class in org.apache.maven.index.util
-
- IndexCreatorSorter() - Constructor for class org.apache.maven.index.util.IndexCreatorSorter
-
- IndexDataReader - Class in org.apache.maven.index.updater
-
An index data reader used to parse transfer index format.
- IndexDataReader(InputStream) - Constructor for class org.apache.maven.index.updater.IndexDataReader
-
- IndexDataReader.IndexDataReadResult - Class in org.apache.maven.index.updater
-
An index data read result holder
- IndexDataReader.IndexDataReadVisitor - Interface in org.apache.maven.index.updater
-
Visitor of indexed Lucene documents.
- IndexDataReadResult() - Constructor for class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- IndexDataWriter - Class in org.apache.maven.index.updater
-
An index data writer used to write transfer index format.
- IndexDataWriter(OutputStream) - Constructor for class org.apache.maven.index.updater.IndexDataWriter
-
- Indexer - Interface in org.apache.maven.index
-
Indexer component.
- IndexerEngine - Interface in org.apache.maven.index
-
An indexer engine used to index, update and remote artifacts to the indexing context.
- IndexerField - Class in org.apache.maven.index
-
Holds basic information about Indexer field, how it is stored.
- IndexerField(Field, IndexerFieldVersion, String, String, Field.Store, Field.Index) - Constructor for class org.apache.maven.index.IndexerField
-
- IndexerField(Field, IndexerFieldVersion, String, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.maven.index.IndexerField
-
- IndexerFieldVersion - Enum in org.apache.maven.index
-
- IndexingContext - Interface in org.apache.maven.index.context
-
An indexing context is representing artifact repository for indexing and searching.
- IndexPacker - Interface in org.apache.maven.index.packer
-
An index packer used to create transfer index format that can be used by the
IndexUpdater
.
- IndexPackingRequest - Class in org.apache.maven.index.packer
-
An index packing request.
- IndexPackingRequest(IndexingContext, IndexReader, File) - Constructor for class org.apache.maven.index.packer.IndexPackingRequest
-
- IndexPackingRequest.IndexFormat - Enum in org.apache.maven.index.packer
-
Index format enumeration.
- IndexTreeView - Interface in org.apache.maven.index.treeview
-
Component rendering a "tree" based on index data.
- IndexUpdater - Interface in org.apache.maven.index.updater
-
An index updater provides functionality to update index for remote repositories using transfer format produced by the
IndexPacker
.
- IndexUpdateRequest - Class in org.apache.maven.index.updater
-
Request to update indexes.
- IndexUpdateRequest(IndexingContext, ResourceFetcher) - Constructor for class org.apache.maven.index.updater.IndexUpdateRequest
-
- IndexUpdateResult - Class in org.apache.maven.index.updater
-
- IndexUpdateResult() - Constructor for class org.apache.maven.index.updater.IndexUpdateResult
-
- IndexUpdateSideEffect - Interface in org.apache.maven.index.updater
-
Ability to spread index updates to (possible) plugin receivers.
- IndexUtils - Class in org.apache.maven.index.context
-
- IndexUtils() - Constructor for class org.apache.maven.index.context.IndexUtils
-
- INFO - Static variable in class org.apache.maven.index.ArtifactInfo
-
Info: packaging, lastModified, size, sourcesExists, javadocExists, signatureExists.
- INFO - Static variable in interface org.apache.maven.index.NEXUS
-
- initializeProperties(Properties) - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
-
- initializeProperties(Properties) - Method in interface org.apache.maven.index.incremental.IncrementalHandler
-
- instantiateNode(IndexTreeView, TreeViewRequest, String, boolean, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
-
- isCacheOnly() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- isChecksum(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
-
Is this item M1 Checksum?
- isChecksum(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
-
Is this item M2 Checksum?
- isCreateChecksumFiles() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- isCreateIncrementalChunks() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- isForceFullUpdate() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- isFullUpdate() - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- isHash() - Method in class org.apache.maven.index.artifact.Gav
-
- isHitLimited() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- isHitLimitExceeded() - Method in class org.apache.maven.index.AbstractSearchResponse
-
- isIncrementalOnly() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- isIndexed() - Method in class org.apache.maven.index.IndexerField
-
- isKeyword() - Method in class org.apache.maven.index.IndexerField
-
- isLeaf() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Get flag that determines if the node is a leaf.
- isLeaf() - Method in interface org.apache.maven.index.treeview.TreeNode
-
- isLuceneExplain() - Method in class org.apache.maven.index.AbstractSearchRequest
-
- isMetadata(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
-
Is this item M1 metadata?
- isMetadata(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
-
Is this item M2 metadata?
- isNewFragment(Token) - Method in class org.apache.maven.index.OneLineFragmenter
-
- isNewFragment() - Method in class org.apache.maven.index.OneLineFragmenter
-
- isNewline(char) - Method in class org.apache.maven.index.OneLineFragmenter
-
- isOffline() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- isPom(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
-
Is this item M1 POM?
- isPom(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
-
Is this item M2 POM?
- isReceivingUpdates() - Method in class org.apache.maven.index.context.AbstractIndexingContext
-
- isReceivingUpdates() - Method in interface org.apache.maven.index.context.IndexingContext
-
Returns true if this context is receiving updates from remote via IndexUpdater.
- isSearchable() - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- isSearchable() - Method in interface org.apache.maven.index.context.IndexingContext
-
Is the context searchable when doing "non-targeted" searches?
- isSearchable() - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- isSignature() - Method in class org.apache.maven.index.artifact.Gav
-
- isSignature(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
-
- isSnapshot() - Method in class org.apache.maven.index.artifact.Gav
-
- isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
-
Is this item M1 snapshot?
- isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
-
Is this item M2 Snapshot?
- isSnapshot(String) - Static method in class org.apache.maven.index.artifact.VersionUtils
-
- isStored() - Method in class org.apache.maven.index.IndexerField
-
- isSuccessful() - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- isTextField(String) - Method in class org.apache.maven.index.context.NexusLegacyAnalyzer
-
- isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
-
Deprecated.
- isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.LetterOrDigitTokenizer
-
- isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.NoopTokenizer
-
- isUseTargetProperties() - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- iterator() - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
- iterator() - Method in class org.apache.maven.index.IteratorSearchResponse
-
- IteratorResultSet - Interface in org.apache.maven.index
-
IteratorResultSet, that returns the result hit's in "iterator-like fashion", instead lifting all the hits into memory
(and bashing IO and RAM consumption).
- IteratorSearchRequest - Class in org.apache.maven.index
-
A Search Request that will perform the new "iterator-like" type of search.
- IteratorSearchRequest(Query) - Constructor for class org.apache.maven.index.IteratorSearchRequest
-
- IteratorSearchRequest(Query, ArtifactInfoFilter) - Constructor for class org.apache.maven.index.IteratorSearchRequest
-
- IteratorSearchRequest(Query, IndexingContext) - Constructor for class org.apache.maven.index.IteratorSearchRequest
-
- IteratorSearchRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.IteratorSearchRequest
-
- IteratorSearchRequest(Query, List<IndexingContext>, ArtifactInfoFilter) - Constructor for class org.apache.maven.index.IteratorSearchRequest
-
- IteratorSearchResponse - Class in org.apache.maven.index
-
A Search Response for the "iterator-like" search request.
- IteratorSearchResponse(Query, int, IteratorResultSet) - Constructor for class org.apache.maven.index.IteratorSearchResponse
-
- scan(IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- scan(IndexingContext, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- scan(IndexingContext, ArtifactScanningListener) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- scan(IndexingContext, ArtifactScanningListener, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- scan(IndexingContext, String, ArtifactScanningListener, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
Uses
Scanner
to scan repository content.
- scan(ScanningRequest) - Method in class org.apache.maven.index.DefaultScanner
-
- scan(IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
-
- scan(IndexingContext, ArtifactScanningListener) - Method in interface org.apache.maven.index.NexusIndexer
-
- scan(IndexingContext, boolean) - Method in interface org.apache.maven.index.NexusIndexer
-
- scan(IndexingContext, ArtifactScanningListener, boolean) - Method in interface org.apache.maven.index.NexusIndexer
-
- scan(IndexingContext, String, ArtifactScanningListener, boolean) - Method in interface org.apache.maven.index.NexusIndexer
-
- scan(ScanningRequest) - Method in interface org.apache.maven.index.Scanner
-
- Scanner - Interface in org.apache.maven.index
-
An abstraction for scanning content of the artifact repositories
- scanningFinished(IndexingContext, ScanningResult) - Method in interface org.apache.maven.index.ArtifactScanningListener
-
- scanningFinished(IndexingContext, ScanningResult) - Method in class org.apache.maven.index.DefaultScannerListener
-
- ScanningRequest - Class in org.apache.maven.index
-
A scanning request provides various input parameters for repository scan
- ScanningRequest(IndexingContext, ArtifactScanningListener) - Constructor for class org.apache.maven.index.ScanningRequest
-
- ScanningRequest(IndexingContext, ArtifactScanningListener, String) - Constructor for class org.apache.maven.index.ScanningRequest
-
- ScanningResult - Class in org.apache.maven.index
-
A scanning result holds result of repository scan
- ScanningResult(ScanningRequest) - Constructor for class org.apache.maven.index.ScanningResult
-
- scanningStarted(IndexingContext) - Method in interface org.apache.maven.index.ArtifactScanningListener
-
- scanningStarted(IndexingContext) - Method in class org.apache.maven.index.DefaultScannerListener
-
- SearchEngine - Interface in org.apache.maven.index
-
A search engine used to perform searches trough repository indexes.
- SearchExpression - Interface in org.apache.maven.index.expr
-
SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches.
- searchFlat(FlatSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
-
- searchFlat(FlatSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- searchFlat(Comparator<ArtifactInfo>, IndexingContext, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
-
Deprecated.
- searchFlat(Comparator<ArtifactInfo>, Collection<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
-
Deprecated.
- searchFlat(FlatSearchRequest, Collection<ArtifactInfo>, List<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchFlat(FlatSearchRequest) - Method in interface org.apache.maven.index.Indexer
-
Searches according the request parameters.
- searchFlat(FlatSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
-
- searchFlat(Comparator<ArtifactInfo>, IndexingContext, Query) - Method in interface org.apache.maven.index.SearchEngine
-
Deprecated.
- searchFlat(Comparator<ArtifactInfo>, Collection<IndexingContext>, Query) - Method in interface org.apache.maven.index.SearchEngine
-
Deprecated.
- searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search only on searchable contexts
- searchGrouped(GroupedSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
-
- searchGrouped(GroupedSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- searchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchGrouped(GroupedSearchRequest, Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchGrouped(GroupedSearchRequest, Map<String, ArtifactInfoGroup>, Grouping, List<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchGrouped(GroupedSearchRequest) - Method in interface org.apache.maven.index.Indexer
-
Searches according the request parameters.
- searchGrouped(GroupedSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
-
- searchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search only on searchable contexts
- searchIterator(IteratorSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
-
- searchIterator(IteratorSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
-
Deprecated.
- searchIterator(IteratorSearchRequest) - Method in interface org.apache.maven.index.Indexer
-
Searches according to request parameters.
- searchIterator(IteratorSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
-
- searchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
-
- searchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
-
Do the search only on searchable contexts
- SearchType - Enum in org.apache.maven.index
-
Designated search types that NexusIndexer supports.
- SearchTyped - Interface in org.apache.maven.index.expr
-
SearchTyped is a interface that describes the wanted search type to be used.
- SearchTypedStringSearchExpression - Class in org.apache.maven.index.expr
-
A search typed implementation of string backed search expression.
- SearchTypedStringSearchExpression(String, SearchType) - Constructor for class org.apache.maven.index.expr.SearchTypedStringSearchExpression
-
- selectIndexerField(Field, SearchType) - Method in class org.apache.maven.index.DefaultQueryCreator
-
- selectIndexerField(Field, SearchType) - Method in interface org.apache.maven.index.QueryCreator
-
Performs a selection of the appropriate IndexerField belonging to proper Field.
- selectStoredIndexerField(Field) - Method in class org.apache.maven.index.DefaultIteratorResultSet
-
Select a STORED IndexerField assigned to passed in Field.
- setAllGroups(Collection<String>) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- setAllGroups(Collection<String>) - Method in interface org.apache.maven.index.context.IndexingContext
-
Sets all group names stored in the current indexing context
- setAllGroups(Collection<String>) - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- setAllGroups(Set<String>) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- setArtifactId(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setArtifactId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the artifact id of this node.
- setArtifactId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setArtifactInfoComparator(Comparator<ArtifactInfo>) - Method in class org.apache.maven.index.FlatSearchRequest
-
- setArtifactInfoFilter(ArtifactInfoFilter) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setArtifactInfoPostprocessor(ArtifactInfoPostprocessor) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setArtifactVersion(Version) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleDescription(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleDocUrl(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleExportPackage(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleExportService(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleFragmentHost(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleImportPackage(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleLicense(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleName(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleProvideCapability(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleRequireBundle(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleRequireCapability(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleRequiredExecutionEnvironment(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleSymbolicName(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setBundleVersion(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setCacheOnly(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setClassifier(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setClassNames(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setContext(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setContexts(List<IndexingContext>) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setCount(int) - Method in class org.apache.maven.index.AbstractSearchRequest
-
Sets the "count" of wanted results.
- setCreateChecksumFiles(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- setCreateIncrementalChunks(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- setDeletedFiles(int) - Method in class org.apache.maven.index.ScanningResult
-
- setDescription(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setDocumentCount(int) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- setDocumentFilter(DocumentFilter) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setFields(List<Field>) - Method in class org.apache.maven.index.ArtifactInfo
-
- setFieldValue(Field, String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setFileExtension(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setFileName(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setForceFullUpdate(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setFormats(Collection<IndexPackingRequest.IndexFormat>) - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
Sets index formats to be created
- setFSDirectoryFactory(FSDirectoryFactory) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setFullUpdate(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- setGoals(List<String>) - Method in class org.apache.maven.index.ArtifactInfo
-
- setGroupId(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setGroupId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the group id of this node.
- setGroupId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setGrouping(Grouping) - Method in class org.apache.maven.index.GroupedSearchRequest
-
- setGroupKeyComparator(Comparator<String>) - Method in class org.apache.maven.index.GroupedSearchRequest
-
- setGroups(Collection<String>, String, String, String) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- setIncrementalOnly(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setIndexDirectoryFile(File) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
Sets index location.
- setIndexDirectoryFile(File) - Method in class org.apache.maven.index.context.MergedIndexingContext
-
Sets index location.
- setJavadocExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
-
- setLastModified(long) - Method in class org.apache.maven.index.ArtifactInfo
-
- setLeaf(boolean) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set flag that determines if the node is a leaf.
- setLeaf(boolean) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setLocalIndexCacheDir(File) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setLocker(Locker) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setLuceneExplain(boolean) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setLuceneScore(float) - Method in class org.apache.maven.index.ArtifactInfo
-
- setMatchHighlightRequests(List<MatchHighlightRequest>) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setMaxIndexChunks(int) - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- setMd5(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setName(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setNodeName(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the name of the node.
- setNodeName(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setOffline(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
-
- setPackaging(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setPackaging2extensionMapping(Map<String, String>) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- setPath(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setPath(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the path of the node.
- setPath(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setPrefix(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setPropertiesFile(File) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
-
Sets the file to source the user provided mappings from, and resets the mappings, forcing it to reload the file.
- setPropertiesFile(File) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- setQuery(Query) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setRemoteUrl(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setRepository(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setRepositoryId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the repository id that this node is stored in.
- setRepositoryId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setResultHitLimit(int) - Method in class org.apache.maven.index.AbstractSearchRequest
-
- setRootGroups(Collection<String>) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- setRootGroups(Collection<String>) - Method in interface org.apache.maven.index.context.IndexingContext
-
Sets root group names stored in the current indexing context
- setRootGroups(Collection<String>) - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- setRootGroups(Set<String>) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- setSearchable(boolean) - Method in class org.apache.maven.index.context.DefaultIndexingContext
-
- setSearchable(boolean) - Method in interface org.apache.maven.index.context.IndexingContext
-
Sets is the context searchable when doing "non-targeted" searches.
- setSearchable(boolean) - Method in class org.apache.maven.index.context.MergedIndexingContext
-
- setSha1(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setSha256(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setSignatureExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
-
- setSize(long) - Method in class org.apache.maven.index.ArtifactInfo
-
- setSourcesExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
-
- setStart(int) - Method in class org.apache.maven.index.AbstractSearchPageableRequest
-
Sets the "start" of wanted results calculated from result set window.
- setSuccessful(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- setText(String) - Method in class org.apache.maven.index.OneLineFragmenter
-
- setTimestamp(Date) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
-
- setTimestamp(Date) - Method in class org.apache.maven.index.updater.IndexUpdateResult
-
- setTotalFiles(int) - Method in class org.apache.maven.index.ScanningResult
-
- setType(TreeNode.Type) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the type of node.
- setType(TreeNode.Type) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- setUseTargetProperties(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
-
- setVersion(String) - Method in class org.apache.maven.index.ArtifactInfo
-
- setVersion(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
-
Set the version of this node.
- setVersion(String) - Method in interface org.apache.maven.index.treeview.TreeNode
-
- SHA1 - Static variable in class org.apache.maven.index.ArtifactInfo
-
SHA1.
- SHA1 - Static variable in interface org.apache.maven.index.MAVEN
-
- Sha1Locator - Class in org.apache.maven.index.locator
-
An sha1 locator to locate the sha1 file relative to POM.
- Sha1Locator() - Constructor for class org.apache.maven.index.locator.Sha1Locator
-
- SHA256 - Static variable in interface org.apache.maven.index.OSGI
-
used to hold the SHA256 checksum required as identifier for OSGI Content resources.
- SignatureLocator - Class in org.apache.maven.index.locator
-
A signature locator to locate the signature file relative to POM.
- SignatureLocator() - Constructor for class org.apache.maven.index.locator.SignatureLocator
-
- sob(String) - Static method in class org.apache.maven.index.creator.AbstractIndexCreator
-
- sort(List<? extends IndexCreator>) - Static method in class org.apache.maven.index.util.IndexCreatorSorter
-
- SourcedSearchExpression - Class in org.apache.maven.index.expr
-
SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down
with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we
want to search for.
- SourcedSearchExpression(String) - Constructor for class org.apache.maven.index.expr.SourcedSearchExpression
-
- SourcesLocator - Class in org.apache.maven.index.locator
-
A sources locator to locate the sources bundle relative to POM.
- SourcesLocator() - Constructor for class org.apache.maven.index.locator.SourcesLocator
-
- start(String) - Method in class org.apache.maven.index.OneLineFragmenter
-
- start(String, TokenStream) - Method in class org.apache.maven.index.OneLineFragmenter
-
- StaticContextMemberProvider - Class in org.apache.maven.index.context
-
A simple "static" context member provider, when the members are known in advance.
- StaticContextMemberProvider(Collection<IndexingContext>) - Constructor for class org.apache.maven.index.context.StaticContextMemberProvider
-
- str2lst(String) - Static method in class org.apache.maven.index.ArtifactInfo
-
- StringSearchExpression - Class in org.apache.maven.index.expr
-
A simple string based implementation of SearchExpression that is immutable.
- StringSearchExpression(String) - Constructor for class org.apache.maven.index.expr.StringSearchExpression
-
- SYMBOLIC_NAME - Static variable in interface org.apache.maven.index.OSGI
-
- valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.HashType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.ArtifactAvailability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.IndexerFieldVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.MatchHighlightMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.SearchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.index.treeview.TreeNode.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.maven.index.artifact.Gav.HashType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.ArtifactAvailability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.IndexerFieldVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.MatchHighlightMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.SearchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.index.treeview.TreeNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class org.apache.maven.index.ArtifactInfo
-
Version.
- VERSION - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
-
- VERSION - Static variable in interface org.apache.maven.index.MAVEN
-
- VERSION - Static variable in interface org.apache.maven.index.OSGI
-
- VERSION_COMPARATOR - Static variable in class org.apache.maven.index.ArtifactInfo
-
- VersionUtils - Class in org.apache.maven.index.artifact
-
Utility methods for working with artifact version strings.
- VersionUtils() - Constructor for class org.apache.maven.index.artifact.VersionUtils
-
- visitDocument(Document) - Method in interface org.apache.maven.index.updater.IndexDataReader.IndexDataReadVisitor
-
Called on each read document.