Uses of Class
org.apache.maven.index.reader.Record.EntryKey
Packages that use Record.EntryKey
-
Uses of Record.EntryKey in org.apache.maven.index.reader
Fields in org.apache.maven.index.reader declared as Record.EntryKeyModifier and TypeFieldDescriptionstatic final Record.EntryKey
Record.ALL_GROUPS
static final Record.EntryKey
Record.ARTIFACT_ID
Key of artifact artifactId entry, that containsString
.static final Record.EntryKey
Record.CLASSIFIER
Key of artifact classifier entry, that containsString
.static final Record.EntryKey
Record.CLASSNAMES
static final Record.EntryKey
Record.DESCRIPTION
Key of artifact description (as set in POM), that containsString
.static final Record.EntryKey
Record.FILE_EXTENSION
Key of artifact file extension, that containsString
.static final Record.EntryKey
Record.FILE_MODIFIED
Key of artifact file last modified timestamp, that containsLong
.static final Record.EntryKey
Record.FILE_SIZE
Key of artifact file size in bytes, that containsLong
.static final Record.EntryKey
Record.GROUP_ID
Key of artifact groupId entry, that containsString
.static final Record.EntryKey
Record.HAS_JAVADOC
Key of artifact Javadoc presence flag, that containsBoolean
.static final Record.EntryKey
Record.HAS_SIGNATURE
Key of artifact signature presence flag, that containsBoolean
.static final Record.EntryKey
Record.HAS_SOURCES
Key of artifact Sources presence flag, that containsBoolean
.static final Record.EntryKey
Record.NAME
Key of artifact name (as set in POM), that containsString
.static final Record.EntryKey
Record.OSGI_BREE
Key of deprecated OSGi "Bundle-RequiredExecutionEnvironment" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_BUNDLE_DESCRIPTION
Key of OSGi "Bundle-Description" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_BUNDLE_LICENSE
Key of OSGi "Bundle-License" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_BUNDLE_NAME
Key of OSGi "Bundle-Name" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_BUNDLE_SYMBOLIC_NAME
Key of OSGi "Bundle-SymbolicName" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_BUNDLE_VERSION
Key of OSGi "Bundle-Version" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_EXPORT_DOCURL
Key of OSGi "Bundle-DocURL" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_EXPORT_PACKAGE
Key of OSGi "Export-Package" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_EXPORT_SERVICE
Key of OSGi "Export-Service" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_FRAGMENT_HOST
Key of OSGi "Fragment-Host" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_IMPORT_PACKAGE
Key of OSGi "Import-Package" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_PROVIDE_CAPABILITY
Key of OSGi "Provide-Capability" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_REQUIRE_BUNDLE
Key of OSGi "Require-Bundle" manifest entry, that containsString
.static final Record.EntryKey
Record.OSGI_REQUIRE_CAPABILITY
Key of OSGi "Require-Capability" manifest entry, that containsString
.static final Record.EntryKey
Record.PACKAGING
Key of artifact packaging entry, that containsString
.static final Record.EntryKey
Record.PLUGIN_GOALS
static final Record.EntryKey
Record.PLUGIN_PREFIX
Key of plugin artifact prefix, that containsString
.static final Record.EntryKey
Record.REC_MODIFIED
Key of index record modification (added to index or removed from index) timestamp entry, that containsLong
.static final Record.EntryKey
Record.REPOSITORY_ID
Key of repository ID entry, that containsString
.static final Record.EntryKey
Record.ROOT_GROUPS
static final Record.EntryKey
Record.SHA_256
Key for SHA-256 checksum needed for OSGI content capability that containsString
.static final Record.EntryKey
Record.SHA1
Key of artifact SHA1 digest, that containsString
.static final Record.EntryKey
Record.VERSION
Key of artifact version entry, that containsString
.Methods in org.apache.maven.index.reader that return types with arguments of type Record.EntryKeyModifier and TypeMethodDescriptionRecord.getExpanded()
Returns the expanded (processed and expanded synthetic fields) record asMap
ready for consumption.Methods in org.apache.maven.index.reader with parameters of type Record.EntryKeyModifier and TypeMethodDescriptionRecord.get
(Record.EntryKey entryKey) Type safe handy method to get value from expanded map.Record.getBoolean
(Record.EntryKey entryKey) Type safe handy method to get Boolean value from expanded map.Record.getLong
(Record.EntryKey entryKey) Type safe handy method to get Long value from expanded map.Record.getString
(Record.EntryKey entryKey) Type safe handy method to get string value from expanded map.String[]
Record.getStringArray
(Record.EntryKey entryKey) Type safe handy method to get String[] value from expanded map.Record.put
(Record.EntryKey entryKey, Object value) Type safe handy method to put value to expanded map.Constructor parameters in org.apache.maven.index.reader with type arguments of type Record.EntryKey