Serialized Form


Package org.apache.avalon.repository

Class org.apache.avalon.repository.Artifact extends Object implements Serializable

Serialized Fields

m_base

String m_base
the artifact base path


m_filename

String m_filename
the name of the the artifact relative to the base


m_path

String m_path
the computed path


m_properties

Properties m_properties
Properties associated with the artifact.

Class org.apache.avalon.repository.ClassicArtifact extends Artifact implements Serializable

Serialized Fields

m_group

String m_group
The artifact group.


m_name

String m_name
The artifact name.


m_type

String m_type
The artifact type.


m_version

String m_version
The artifact version.

Class org.apache.avalon.repository.RepositoryException extends Exception implements Serializable

Serialized Fields

m_cause

Throwable m_cause

Class org.apache.avalon.repository.RepositoryRuntimeException extends RuntimeException implements Serializable

Serialized Fields

m_cause

Throwable m_cause


Package org.apache.avalon.repository.criteria

Class org.apache.avalon.repository.criteria.ValidationException extends RepositoryException implements Serializable


Package org.apache.avalon.repository.meta

Class org.apache.avalon.repository.meta.ApplicationDescriptor extends ArtifactDescriptor implements Serializable

Serialized Fields

c_implementation

Artifact c_implementation

c_factory

String c_factory

Class org.apache.avalon.repository.meta.ArtifactDescriptor extends Object implements Serializable

Serialized Fields

c_domain

String c_domain

c_classifier

String c_classifier

c_version

String c_version

Class org.apache.avalon.repository.meta.MetaException extends RepositoryException implements Serializable

Class org.apache.avalon.repository.meta.RelationalDescriptor extends ArtifactDescriptor implements Serializable

Serialized Fields

c_api

Artifact[] c_api

c_spi

Artifact[] c_spi

c_imp

Artifact[] c_imp



Copyright © Apache Software Foundation. All Rights Reserved.