static Record.EntryKey<java.lang.String[]> |
Record.ALL_GROUPS |
Key of all groups list entry, that contains List .
|
static Record.EntryKey<java.lang.String> |
Record.ARTIFACT_ID |
Key of artifact artifactId entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.CLASSIFIER |
Key of artifact classifier entry, that contains String .
|
static Record.EntryKey<java.lang.String[]> |
Record.CLASSNAMES |
Key of artifact contained class names, that contains List .
|
static Record.EntryKey<java.lang.String> |
Record.DESCRIPTION |
Key of artifact description (as set in POM), that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.FILE_EXTENSION |
Key of artifact file extension, that contains String .
|
static Record.EntryKey<java.lang.Long> |
Record.FILE_MODIFIED |
Key of artifact file last modified timestamp, that contains Long .
|
static Record.EntryKey<java.lang.Long> |
Record.FILE_SIZE |
Key of artifact file size in bytes, that contains Long .
|
static Record.EntryKey<java.lang.String> |
Record.GROUP_ID |
Key of artifact groupId entry, that contains String .
|
static Record.EntryKey<java.lang.Boolean> |
Record.HAS_JAVADOC |
Key of artifact Javadoc presence flag, that contains Boolean .
|
static Record.EntryKey<java.lang.Boolean> |
Record.HAS_SIGNATURE |
Key of artifact signature presence flag, that contains Boolean .
|
static Record.EntryKey<java.lang.Boolean> |
Record.HAS_SOURCES |
Key of artifact Sources presence flag, that contains Boolean .
|
static Record.EntryKey<java.lang.String> |
Record.NAME |
Key of artifact name (as set in POM), that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BREE |
Key of deprecated OSGi "Bundle-RequiredExecutionEnvironment" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BUNDLE_DESCRIPTION |
Key of OSGi "Bundle-Description" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BUNDLE_LICENSE |
Key of OSGi "Bundle-License" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BUNDLE_NAME |
Key of OSGi "Bundle-Name" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BUNDLE_SYMBOLIC_NAME |
Key of OSGi "Bundle-SymbolicName" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_BUNDLE_VERSION |
Key of OSGi "Bundle-Version" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_EXPORT_DOCURL |
Key of OSGi "Bundle-DocURL" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_EXPORT_PACKAGE |
Key of OSGi "Export-Package" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_EXPORT_SERVICE |
Key of OSGi "Export-Service" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_FRAGMENT_HOST |
Key of OSGi "Fragment-Host" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_IMPORT_PACKAGE |
Key of OSGi "Import-Package" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_PROVIDE_CAPABILITY |
Key of OSGi "Provide-Capability" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_REQUIRE_BUNDLE |
Key of OSGi "Require-Bundle" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.OSGI_REQUIRE_CAPABILITY |
Key of OSGi "Require-Capability" manifest entry, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.PACKAGING |
Key of artifact packaging entry, that contains String .
|
static Record.EntryKey<java.lang.String[]> |
Record.PLUGIN_GOALS |
Key of plugin artifact goals, that contains List .
|
static Record.EntryKey<java.lang.String> |
Record.PLUGIN_PREFIX |
Key of plugin artifact prefix, that contains String .
|
static Record.EntryKey<java.lang.Long> |
Record.REC_MODIFIED |
Key of index record modification (added to index or removed from index) timestamp entry, that contains Long .
|
static Record.EntryKey<java.lang.String> |
Record.REPOSITORY_ID |
Key of repository ID entry, that contains String .
|
static Record.EntryKey<java.lang.String[]> |
Record.ROOT_GROUPS |
Key of root groups list entry, that contains List .
|
static Record.EntryKey<java.lang.String> |
Record.SHA_256 |
Key for SHA-256 checksum needed for OSGI content capability that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.SHA1 |
Key of artifact SHA1 digest, that contains String .
|
static Record.EntryKey<java.lang.String> |
Record.VERSION |
Key of artifact version entry, that contains String .
|