Serialized Form


Package org.apache.maven.index

Class org.apache.maven.index.ArtifactInfo extends ArtifactInfoRecord implements Serializable

serialVersionUID: 6028843453477511104L

Serialized Fields

fname

String fname

fextension

String fextension

groupId

String groupId

artifactId

String artifactId

version

String version

classifier

String classifier

packaging

String packaging
Artifact packaging for the main artifact and extension for secondary artifact (no classifier)


name

String name

description

String description

lastModified

long lastModified

size

long size

md5

String md5

sha1

String sha1

sourcesExists

ArtifactAvailablility sourcesExists

javadocExists

ArtifactAvailablility javadocExists

signatureExists

ArtifactAvailablility signatureExists

classNames

String classNames

repository

String repository

path

String path

remoteUrl

String remoteUrl

context

String context

prefix

String prefix
Plugin goal prefix (only if packaging is "maven-plugin")


goals

List<E> goals
Plugin goals (only if packaging is "maven-plugin")


bundleVersion

String bundleVersion
contains osgi metadata Bundle-Version if available

Since:
4.1.2

bundleSymbolicName

String bundleSymbolicName
contains osgi metadata Bundle-SymbolicName if available

Since:
4.1.2

bundleExportPackage

String bundleExportPackage
contains osgi metadata Export-Package if available

Since:
4.1.2

bundleExportService

String bundleExportService
contains osgi metadata Export-Service if available

Since:
4.1.2

bundleDescription

String bundleDescription
contains osgi metadata Bundle-Description if available

Since:
4.1.2

bundleName

String bundleName
contains osgi metadata Bundle-Name if available

Since:
4.1.2

bundleLicense

String bundleLicense
contains osgi metadata Bundle-License if available

Since:
4.1.2

bundleDocUrl

String bundleDocUrl
contains osgi metadata Bundle-DocURL if available

Since:
4.1.2

bundleImportPackage

String bundleImportPackage
contains osgi metadata Import-Package if available

Since:
4.1.2

bundleRequireBundle

String bundleRequireBundle
contains osgi metadata Require-Bundle if available

Since:
4.1.2

uinfo

String uinfo

attributes

Map<K,V> attributes

matchHighlights

List<E> matchHighlights

fields

List<E> fields

Class org.apache.maven.index.ArtifactInfoRecord extends Object implements Serializable

serialVersionUID: -4577081994768263824L


Package org.apache.maven.index.artifact

Class org.apache.maven.index.artifact.IllegalArtifactCoordinateException extends RuntimeException implements Serializable

serialVersionUID: 7137593998855995199L


Package org.apache.maven.index.context

Class org.apache.maven.index.context.UnsupportedExistingLuceneIndexException extends Exception implements Serializable

serialVersionUID: -3206758653346308322L



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.