Serialized Form


Package org.apache.archiva.admin.model

Class org.apache.archiva.admin.model.AbstractRepositoryConnector extends Object implements Serializable

Serialized Fields

sourceRepoId

String sourceRepoId
The Repository Source for this connector.


targetRepoId

String targetRepoId
The Repository Target for this connector.


proxyId

String proxyId
The network proxy ID to use for this connector.


blackListPatterns

List<E> blackListPatterns
Field blackListPatterns.


whiteListPatterns

List<E> whiteListPatterns
Field whiteListPatterns.


policies

Map<K,V> policies
Field policies.


policiesEntries

List<E> policiesEntries
field to ease json mapping wrapper on policies field

Since:
1.4-M3

properties

Map<K,V> properties
Field properties.


propertiesEntries

List<E> propertiesEntries
field to ease json mapping wrapper on properties field

Since:
1.4-M3

disabled

boolean disabled
If the the repository proxy connector is disabled or not

Class org.apache.archiva.admin.model.RepositoryAdminException extends Exception implements Serializable

Serialized Fields

fieldName

String fieldName
can return the field name of bean with issue can be null

Since:
1.4-M3

Package org.apache.archiva.admin.model.beans

Class org.apache.archiva.admin.model.beans.AbstractRepository extends Object implements Serializable

Serialized Fields

id

String id

name

String name

layout

String layout

indexDirectory

String indexDirectory

description

String description
Since:
1.4-M3

Class org.apache.archiva.admin.model.beans.CacheConfiguration extends Object implements Serializable

Serialized Fields

timeToIdleSeconds

int timeToIdleSeconds
TimeToIdleSeconds.


timeToLiveSeconds

int timeToLiveSeconds
TimeToLiveSeconds.


maxElementsInMemory

int maxElementsInMemory
max elements in memory.


maxElementsOnDisk

int maxElementsOnDisk
max elements on disk.

Class org.apache.archiva.admin.model.beans.FileType extends Object implements Serializable

Serialized Fields

id

String id
Field id.


patterns

List<E> patterns
Field patterns.

Class org.apache.archiva.admin.model.beans.LdapConfiguration extends Object implements Serializable

Serialized Fields

hostName

String hostName
The LDAP host.


port

int port
The LDAP port.


ssl

boolean ssl
ssl LDAP connection.


baseDn

String baseDn
The LDAP base dn.


contextFactory

String contextFactory
contextFactory to use.


bindDn

String bindDn
The LDAP bind dn.


baseGroupsDn

String baseGroupsDn
The LDAP base dn for groups (if empty baseDn is used).


password

String password
The LDAP password.


authenticationMethod

String authenticationMethod
The LDAP authenticationMethod.


bindAuthenticatorEnabled

boolean bindAuthenticatorEnabled

useRoleNameAsGroup

boolean useRoleNameAsGroup
Will use role name as LDAP group.


extraProperties

Map<K,V> extraProperties
Field extraProperties.


extraPropertiesEntries

List<E> extraPropertiesEntries
field to ease json mapping wrapper on extraProperties field


writable

boolean writable
LDAP writable.

Class org.apache.archiva.admin.model.beans.LegacyArtifactPath extends Object implements Serializable

Serialized Fields

path

String path
The legacy path.


artifact

String artifact
The artifact reference, as " [groupId] : [artifactId] : [version] : [classifier] : [type] ".


groupId

String groupId

artifactId

String artifactId

version

String version

classifier

String classifier

type

String type

Class org.apache.archiva.admin.model.beans.ManagedRepository extends AbstractRepository implements Serializable

Serialized Fields

location

String location

snapshots

boolean snapshots

releases

boolean releases

blockRedeployments

boolean blockRedeployments

cronExpression

String cronExpression
default model value hourly


stagingRepository

ManagedRepository stagingRepository
not need when creating the repo : only available when reading


scanned

boolean scanned

daysOlder

int daysOlder
default model value


retentionCount

int retentionCount
default model value


deleteReleasedSnapshots

boolean deleteReleasedSnapshots

stageRepoNeeded

boolean stageRepoNeeded

resetStats

boolean resetStats

skipPackedIndexCreation

boolean skipPackedIndexCreation
Since:
1.4-M3

Class org.apache.archiva.admin.model.beans.NetworkConfiguration extends Object implements Serializable

Serialized Fields

maxTotal

int maxTotal
maximum total external http connections.


maxTotalPerHost

int maxTotalPerHost
maximum total external http connections per host.


usePooling

boolean usePooling

Class org.apache.archiva.admin.model.beans.NetworkProxy extends Object implements Serializable

Serialized Fields

id

String id

protocol

String protocol
The network protocol to use with this proxy: "http", "socks-4" .


host

String host
The proxy host.


port

int port
The proxy port.


username

String username
The proxy user.


password

String password
The proxy password.


useNtlm

boolean useNtlm
Since:
1.4-M3 use NTLM proxy

Class org.apache.archiva.admin.model.beans.PropertyEntry extends Object implements Serializable

Serialized Fields

key

String key

value

String value

Class org.apache.archiva.admin.model.beans.ProxyConnector extends AbstractRepositoryConnector implements Serializable

Serialized Fields

order

int order
The order of the proxy connectors. (0 means no order specified) .

Class org.apache.archiva.admin.model.beans.ProxyConnectorRule extends Object implements Serializable

Serialized Fields

pattern

String pattern

proxyConnectorRuleType

ProxyConnectorRuleType proxyConnectorRuleType

proxyConnectors

List<E> proxyConnectors

Class org.apache.archiva.admin.model.beans.RedbackRuntimeConfiguration extends Object implements Serializable

Serialized Fields

userManagerImpls

List<E> userManagerImpls
Field userManagerImpls.


rbacManagerImpls

List<E> rbacManagerImpls
Field rbacManagerImpls.


ldapConfiguration

LdapConfiguration ldapConfiguration

migratedFromRedbackConfiguration

boolean migratedFromRedbackConfiguration
flag to know if redback configuration has been checked/migrated.


configurationProperties

Map<K,V> configurationProperties

configurationPropertiesEntries

List<E> configurationPropertiesEntries
field to ease json mapping wrapper on configurationProperties field


useUsersCache

boolean useUsersCache
flag to know if redback will use a cache to prevent searching users already found.


usersCacheConfiguration

CacheConfiguration usersCacheConfiguration

ldapGroupMappings

List<E> ldapGroupMappings
Field ldapGroupMappings.

Class org.apache.archiva.admin.model.beans.RemoteRepository extends AbstractRepository implements Serializable

Serialized Fields

url

String url

userName

String userName

password

String password

timeout

int timeout

downloadRemoteIndex

boolean downloadRemoteIndex
Activate download of remote index if remoteIndexUrl is set too.


remoteIndexUrl

String remoteIndexUrl
Remote Index Url : if not starting with http will be relative to the remote repository url.


remoteDownloadNetworkProxyId

String remoteDownloadNetworkProxyId

cronExpression

String cronExpression
default model value daily : every sunday at 8H00


remoteDownloadTimeout

int remoteDownloadTimeout

downloadRemoteIndexOnStartup

boolean downloadRemoteIndexOnStartup
Since:
1.4-M2

extraParameters

Map<K,V> extraParameters
extraParameters.

Since:
1.4-M4

extraParametersEntries

List<E> extraParametersEntries
field to ease json mapping wrapper on extraParameters field

Since:
1.4-M4

extraHeaders

Map<K,V> extraHeaders
extraHeaders.

Since:
1.4-M4

extraHeadersEntries

List<E> extraHeadersEntries
field to ease json mapping wrapper on extraHeaders field

Since:
1.4-M4

Class org.apache.archiva.admin.model.beans.RepositoryGroup extends Object implements Serializable

Serialized Fields

id

String id
repository group Id


repositories

List<E> repositories
repositories ids


mergedIndexPath

String mergedIndexPath
The path of the merged index.


mergedIndexTtl

int mergedIndexTtl
The TTL (time to live) of the repo group's merged index.


Package org.apache.archiva.common

Class org.apache.archiva.common.ArchivaException extends Exception implements Serializable


Package org.apache.archiva.common.plexusbridge

Class org.apache.archiva.common.plexusbridge.PlexusSisuBridgeException extends Exception implements Serializable


Package org.apache.archiva.common.utils

Class org.apache.archiva.common.utils.BaseFile extends File implements Serializable

Serialized Fields

baseDir

File baseDir

Package org.apache.archiva.configuration

Class org.apache.archiva.configuration.AbstractRepositoryConfiguration extends Object implements Serializable

Serialized Fields

id

String id
The repository identifier.


name

String name
The descriptive name of the repository.


layout

String layout
The layout of the repository. Valid values are "default" and "legacy".


indexDir

String indexDir
The directory for the indexes of this repository.


description

String description
The description of this repository.

Class org.apache.archiva.configuration.AbstractRepositoryConnectorConfiguration extends Object implements Serializable

Serialized Fields

sourceRepoId

String sourceRepoId
The Repository Source for this connector.


targetRepoId

String targetRepoId
The Repository Target for this connector.


proxyId

String proxyId
The network proxy ID to use for this connector.


blackListPatterns

List<E> blackListPatterns
Field blackListPatterns.


whiteListPatterns

List<E> whiteListPatterns
Field whiteListPatterns.


policies

Map<K,V> policies
Field policies.


properties

Map<K,V> properties
Field properties.


disabled

boolean disabled
If the the repository proxy connector is disabled or not .

Class org.apache.archiva.configuration.ArchivaRuntimeConfiguration extends Object implements Serializable

Serialized Fields

urlFailureCacheConfiguration

CacheConfiguration urlFailureCacheConfiguration
the url failure cache configuration.

Class org.apache.archiva.configuration.CacheConfiguration extends Object implements Serializable

Serialized Fields

timeToIdleSeconds

int timeToIdleSeconds
TimeToIdleSeconds.


timeToLiveSeconds

int timeToLiveSeconds
TimeToLiveSeconds.


maxElementsInMemory

int maxElementsInMemory
max elements in memory.


maxElementsOnDisk

int maxElementsOnDisk
max elements on disk.

Class org.apache.archiva.configuration.Configuration extends Object implements Serializable

Serialized Fields

version

String version
This is the version of the configuration format.


repositories

List<E> repositories
Field repositories.


repositoryGroups

List<E> repositoryGroups
Field repositoryGroups.


managedRepositories

List<E> managedRepositories
Field managedRepositories.


remoteRepositories

List<E> remoteRepositories
Field remoteRepositories.


proxyConnectors

List<E> proxyConnectors
Field proxyConnectors.


networkProxies

List<E> networkProxies
Field networkProxies.


legacyArtifactPaths

List<E> legacyArtifactPaths
Field legacyArtifactPaths.


repositoryScanning

RepositoryScanningConfiguration repositoryScanning
The repository scanning configuration.


webapp

WebappConfiguration webapp
The webapp configuration.


organisationInfo

OrganisationInformation organisationInfo
The organisation info.


networkConfiguration

NetworkConfiguration networkConfiguration
The NetworkConfiguration .


redbackRuntimeConfiguration

RedbackRuntimeConfiguration redbackRuntimeConfiguration
The RedbackRuntimeConfiguration.


archivaRuntimeConfiguration

ArchivaRuntimeConfiguration archivaRuntimeConfiguration
The ArchivaRuntimeConfiguration.


proxyConnectorRuleConfigurations

List<E> proxyConnectorRuleConfigurations
Field proxyConnectorRuleConfigurations.


modelEncoding

String modelEncoding
Field modelEncoding.


repositoryToGroupMap

Map<K,V> repositoryToGroupMap

groupToRepositoryMap

Map<K,V> groupToRepositoryMap

Class org.apache.archiva.configuration.ConfigurationRuntimeException extends RuntimeException implements Serializable

Class org.apache.archiva.configuration.FileType extends Object implements Serializable

Serialized Fields

id

String id
Field id.


patterns

List<E> patterns
Field patterns.

Class org.apache.archiva.configuration.IndeterminateConfigurationException extends Exception implements Serializable

Class org.apache.archiva.configuration.InvalidConfigurationException extends Exception implements Serializable

Serialized Fields

name

String name

Class org.apache.archiva.configuration.LdapConfiguration extends Object implements Serializable

Serialized Fields

hostName

String hostName
The LDAP host.


port

int port
The LDAP port.


ssl

boolean ssl
ssl LDAP connection.


baseDn

String baseDn
The LDAP base dn.


baseGroupsDn

String baseGroupsDn
The LDAP base dn for groups (if empty baseDn is used).


contextFactory

String contextFactory
contextFactory to use.


bindDn

String bindDn
The LDAP bind dn.


password

String password
The LDAP password.


authenticationMethod

String authenticationMethod
The LDAP authenticationMethod.


bindAuthenticatorEnabled

boolean bindAuthenticatorEnabled
The LDAP authenticator enabled.


writable

boolean writable
LDAP writable.


useRoleNameAsGroup

boolean useRoleNameAsGroup
Will use role name as LDAP group.


extraProperties

Map<K,V> extraProperties
Field extraProperties.

Class org.apache.archiva.configuration.LdapGroupMapping extends Object implements Serializable

Serialized Fields

group

String group
LDAP Group.


roleNames

List<E> roleNames
Field roleNames.

Class org.apache.archiva.configuration.LegacyArtifactPath extends Object implements Serializable

Serialized Fields

path

String path
The legacy path.


artifact

String artifact
The artifact reference, as " [groupId] : [artifactId] : [version] : [classifier] : [type] ".

Class org.apache.archiva.configuration.ManagedRepositoryConfiguration extends AbstractRepositoryConfiguration implements Serializable

Serialized Fields

location

String location
The file system location for this repository.


releases

boolean releases
True if this repository contains release versioned artifacts.


blockRedeployments

boolean blockRedeployments
True if re-deployment of artifacts already in the repository will be blocked.


snapshots

boolean snapshots
True if this repository contains snapshot versioned artifacts


scanned

boolean scanned
True if this repository should be scanned and processed.


refreshCronExpression

String refreshCronExpression
When to run the refresh task. Default is every hour .


retentionCount

int retentionCount
The total count of the artifact to be retained for each snapshot.


daysOlder

int daysOlder
The number of days old which will be the basis for removing a snapshot.


deleteReleasedSnapshots

boolean deleteReleasedSnapshots
True if the released snapshots are to be removed from the repo during repository purge.


skipPackedIndexCreation

boolean skipPackedIndexCreation
True to not generate packed index (note you won't be able to export your index.


stageRepoNeeded

boolean stageRepoNeeded
Need a staging repository .

Class org.apache.archiva.configuration.NetworkConfiguration extends Object implements Serializable

Serialized Fields

maxTotal

int maxTotal
maximum total external http connections.


maxTotalPerHost

int maxTotalPerHost
maximum total external http connections per host.


usePooling

boolean usePooling
use or not http connection pooling default true.

Class org.apache.archiva.configuration.NetworkProxyConfiguration extends Object implements Serializable

Serialized Fields

id

String id
The ID for this proxy.


protocol

String protocol
The network protocol to use with this proxy: "http", "socks-4" .


host

String host
The proxy host.


port

int port
The proxy port.


username

String username
The proxy user.


password

String password
The proxy password.


useNtlm

boolean useNtlm
Use ntlm authentification.

Class org.apache.archiva.configuration.OrganisationInformation extends Object implements Serializable

Serialized Fields

name

String name
name of the organisation.


url

String url
name of the organisation.


logoLocation

String logoLocation
name of the organisation.

Class org.apache.archiva.configuration.ProxyConnectorConfiguration extends AbstractRepositoryConnectorConfiguration implements Serializable

Serialized Fields

order

int order
The order of the proxy connectors. (0 means no order specified) .

Class org.apache.archiva.configuration.ProxyConnectorRuleConfiguration extends Object implements Serializable

Serialized Fields

ruleType

String ruleType
The type if this rule: whiteList, blackList etc..


pattern

String pattern
The pattern for this rule: whiteList, blackList etc..


proxyConnectors

List<E> proxyConnectors
Field proxyConnectors.

Class org.apache.archiva.configuration.RedbackRuntimeConfiguration extends Object implements Serializable

Serialized Fields

migratedFromRedbackConfiguration

boolean migratedFromRedbackConfiguration
flag to know if redback configuration has been checked/migrated.


userManagerImpls

List<E> userManagerImpls
Field userManagerImpls.


rbacManagerImpls

List<E> rbacManagerImpls
Field rbacManagerImpls.


ldapConfiguration

LdapConfiguration ldapConfiguration
the ldap configuration.


ldapGroupMappings

List<E> ldapGroupMappings
Field ldapGroupMappings.


configurationProperties

Map<K,V> configurationProperties
Field configurationProperties.


useUsersCache

boolean useUsersCache
flag to know if redback will use a cache to prevent searching users already found.


usersCacheConfiguration

CacheConfiguration usersCacheConfiguration
the users cache configuration.

Class org.apache.archiva.configuration.RemoteRepositoryConfiguration extends AbstractRepositoryConfiguration implements Serializable

Serialized Fields

url

String url
The URL for this repository.


username

String username
The Username for this repository.


password

String password
The Password for this repository.


timeout

int timeout
Timeout in seconds for connections to this repository .


refreshCronExpression

String refreshCronExpression
When to run the refresh task. Default is every sunday at 8H00.


downloadRemoteIndex

boolean downloadRemoteIndex
Activate download of remote index if remoteIndexUrl is set too.


remoteIndexUrl

String remoteIndexUrl
Remote Index Url : if not starting with http will be relative to the remote repository url.


remoteDownloadNetworkProxyId

String remoteDownloadNetworkProxyId
Id of the networkProxy to use when downloading remote index.


remoteDownloadTimeout

int remoteDownloadTimeout
Timeout in seconds for download remote index. Default is more long than artifact download.


downloadRemoteIndexOnStartup

boolean downloadRemoteIndexOnStartup
Schedule download of remote index when archiva start .


extraParameters

Map<K,V> extraParameters
Field extraParameters.


extraHeaders

Map<K,V> extraHeaders
Field extraHeaders.

Class org.apache.archiva.configuration.RepositoryGroupConfiguration extends Object implements Serializable

Serialized Fields

id

String id
The id of the repository group.


mergedIndexPath

String mergedIndexPath
The path of the merged index.


mergedIndexTtl

int mergedIndexTtl
The time to live of the merged index of the repository group.


repositories

List<E> repositories
Field repositories.

Class org.apache.archiva.configuration.RepositoryScanningConfiguration extends Object implements Serializable

Serialized Fields

fileTypes

List<E> fileTypes
Field fileTypes.


knownContentConsumers

List<E> knownContentConsumers
Field knownContentConsumers.


invalidContentConsumers

List<E> invalidContentConsumers
Field invalidContentConsumers.

Class org.apache.archiva.configuration.SyncConnectorConfiguration extends AbstractRepositoryConnectorConfiguration implements Serializable

Serialized Fields

cronExpression

String cronExpression
When to run the sync mechanism. Default is every hour on the hour.


method

String method
The type of synchronization to use.

Class org.apache.archiva.configuration.UserInterfaceOptions extends Object implements Serializable

Serialized Fields

showFindArtifacts

boolean showFindArtifacts
true if find artifacts should be enabled.


appletFindEnabled

boolean appletFindEnabled
true if applet behavior for find artifacts should be enabled.


disableEasterEggs

boolean disableEasterEggs
Field disableEasterEggs.


applicationUrl

String applicationUrl
Field applicationUrl.


disableRegistration

boolean disableRegistration
Field disableRegistration.

Class org.apache.archiva.configuration.V1RepositoryConfiguration extends ManagedRepositoryConfiguration implements Serializable

Serialized Fields

url

String url
The URL for this repository.


indexed

boolean indexed
Field indexed.

Class org.apache.archiva.configuration.WebappConfiguration extends Object implements Serializable

Serialized Fields

ui

UserInterfaceOptions ui
options for altering the ui presentation.


Package org.apache.archiva.consumers

Class org.apache.archiva.consumers.ConsumerException extends ArchivaException implements Serializable


Package org.apache.archiva.consumers.core.repository

Class org.apache.archiva.consumers.core.repository.RepositoryPurgeException extends Exception implements Serializable


Package org.apache.archiva.converter

Class org.apache.archiva.converter.RepositoryConversionException extends Exception implements Serializable


Package org.apache.archiva.converter.artifact

Class org.apache.archiva.converter.artifact.ArtifactConversionException extends Exception implements Serializable


Package org.apache.archiva.dependency.tree.maven2

Class org.apache.archiva.dependency.tree.maven2.DependencyTreeBuilderException extends Exception implements Serializable


Package org.apache.archiva.indexer.merger

Class org.apache.archiva.indexer.merger.IndexMergerException extends Exception implements Serializable

Class org.apache.archiva.indexer.merger.TemporaryGroupIndex extends Object implements Serializable

Serialized Fields

creationTime

long creationTime

directory

File directory

indexId

String indexId

groupId

String groupId

mergedIndexTtl

int mergedIndexTtl

Package org.apache.archiva.indexer.search

Class org.apache.archiva.indexer.search.RepositorySearchException extends Exception implements Serializable


Package org.apache.archiva.maven2.model

Class org.apache.archiva.maven2.model.Artifact extends Object implements Serializable

Serialized Fields

context

String context

url

String url

groupId

String groupId

artifactId

String artifactId

repositoryId

String repositoryId

version

String version

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:
1.4-M1

bundleSymbolicName

String bundleSymbolicName
contains osgi metadata Bundle-SymbolicName if available

Since:
1.4-M1

bundleExportPackage

String bundleExportPackage
contains osgi metadata Export-Package if available

Since:
1.4-M1

bundleExportService

String bundleExportService
contains osgi metadata Export-Service if available

Since:
1.4-M1

bundleDescription

String bundleDescription
contains osgi metadata Bundle-Description if available

Since:
1.4-M1

bundleName

String bundleName
contains osgi metadata Bundle-Name if available

Since:
1.4-M1

bundleLicense

String bundleLicense
contains osgi metadata Bundle-License if available

Since:
1.4-M1

bundleDocUrl

String bundleDocUrl
contains osgi metadata Bundle-DocURL if available

Since:
1.4-M1

bundleImportPackage

String bundleImportPackage
contains osgi metadata Import-Package if available

Since:
1.4-M1

bundleRequireBundle

String bundleRequireBundle
contains osgi metadata Require-Bundle if available

Since:
1.4-M1

classifier

String classifier

packaging

String packaging

fileExtension

String fileExtension
file extension of the artifact

Since:
1.4-M2

size

String size
human readable size : not available for all services

Since:
1.4-M3

type

String type
Since:
1.4-M3

path

String path
Since:
1.4-M3

id

String id
concat of artifactId+'-'+version+'.'+type

Since:
1.4-M3

scope

String scope
Since:
1.4-M3

Class org.apache.archiva.maven2.model.TreeEntry extends Object implements Serializable

Serialized Fields

childs

List<E> childs

artifact

Artifact artifact

parent

TreeEntry parent

Package org.apache.archiva.metadata.model

Class org.apache.archiva.metadata.model.CiManagement extends Object implements Serializable

Serialized Fields

system

String system
A simple identifier for the type of CI server used, eg continuum, bamboo, hudson, etc.


url

String url
The base URL of the CI system.

Class org.apache.archiva.metadata.model.Dependency extends Object implements Serializable

Serialized Fields

classifier

String classifier
The Maven classifier of the dependency.


optional

boolean optional
Whether the dependency is optional or required.


scope

String scope
The Maven scope of the dependency - compile (default), runtime, etc.


systemPath

String systemPath
The system path of the file of the dependency artifact to use.


type

String type
The Maven type of the dependency.


artifactId

String artifactId
The Maven artifact ID of the dependency.


groupId

String groupId
The Maven group ID of the dependency.


version

String version
The version of the artifact to depend on. If this refers to a project version then the repository implementation may choose the most appropriate artifact version to use.

Class org.apache.archiva.metadata.model.IssueManagement extends Object implements Serializable

Serialized Fields

system

String system
A simple identifier for the type of issue management server used, eg jira, bugzilla, etc.


url

String url
The base URL of the issue management system.

Class org.apache.archiva.metadata.model.License extends Object implements Serializable

Serialized Fields

name

String name
The name of the license.


url

String url
The URL of the license text.

Class org.apache.archiva.metadata.model.MailingList extends Object implements Serializable

Serialized Fields

mainArchiveUrl

String mainArchiveUrl
The primary archive URL for this mailing list.


otherArchives

List<E> otherArchives
A list of other URLs to archives of the mailing list.


name

String name
The name of the mailing list, eg. Archiva Developers List.


postAddress

String postAddress
The email address to post a new message to the mailing list, if applicable.


subscribeAddress

String subscribeAddress
The email address to send a message to to subscribe to the mailing list, if applicable.


unsubscribeAddress

String unsubscribeAddress
The email address to send a message to to unsubscribe from the mailing list, if applicable.

Class org.apache.archiva.metadata.model.Organization extends Object implements Serializable

Serialized Fields

name

String name

url

String url

Class org.apache.archiva.metadata.model.Scm extends Object implements Serializable

Serialized Fields

connection

String connection

developerConnection

String developerConnection

url

String url

Package org.apache.archiva.metadata.repository

Class org.apache.archiva.metadata.repository.MetadataRepositoryException extends Exception implements Serializable

Class org.apache.archiva.metadata.repository.MetadataResolutionException extends Exception implements Serializable


Package org.apache.archiva.metadata.repository.storage

Class org.apache.archiva.metadata.repository.storage.RepositoryStorageMetadataException extends Exception implements Serializable

Serialized Fields

id

String id

Class org.apache.archiva.metadata.repository.storage.RepositoryStorageMetadataInvalidException extends RepositoryStorageMetadataException implements Serializable

Class org.apache.archiva.metadata.repository.storage.RepositoryStorageMetadataNotFoundException extends RepositoryStorageMetadataException implements Serializable

Class org.apache.archiva.metadata.repository.storage.RepositoryStorageRuntimeException extends RepositoryStorageMetadataException implements Serializable


Package org.apache.archiva.model

Class org.apache.archiva.model.ArchivaAll extends Object implements Serializable

serialVersionUID: 3259707008803111764L

Serialized Fields

artifacts

List<E> artifacts
Field artifacts.


repositoryMetadata

List<E> repositoryMetadata
Field repositoryMetadata.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.archiva.model.ArchivaArtifactModel extends Object implements Serializable

serialVersionUID: -6292417108113887384L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.


classifier

String classifier
The classifier for this artifact.


type

String type
The type of artifact.


repositoryId

String repositoryId
The repository associated with this content.


snapshot

boolean snapshot
True if this is a snapshot.


checksumMD5

String checksumMD5
The MD5 checksum for the artifact file.


checksumSHA1

String checksumSHA1
The SHA1 checksum for the artifact file.


lastModified

Date lastModified
The Last Modified Timestamp of this artifact.


size

long size
The size of the artifact on disk.


whenGathered

Date whenGathered
When this artifact was gathered or discovered from the repository.

Class org.apache.archiva.model.ArchivaRepositoryMetadata extends Object implements Serializable

serialVersionUID: 914715358219606100L

Serialized Fields

groupId

String groupId
The Group ID of the metadata.


artifactId

String artifactId
The Artifact ID of the metadata.


version

String version
The Version of the metadata.


latestVersion

String latestVersion
The latest version id.


releasedVersion

String releasedVersion
The released version id.


snapshotVersion

SnapshotVersion snapshotVersion
The snapshot version id.


plugins

List<E> plugins
Field plugins.


availableVersions

List<E> availableVersions
Field availableVersions.


lastUpdated

String lastUpdated
When the metadata was last updated.


fileLastModified

Date fileLastModified
The Last Modified Timestamp of this file.


fileSize

long fileSize
The size of the artifact on disk.

Class org.apache.archiva.model.ArtifactReference extends Object implements Serializable

serialVersionUID: -6116764846682178732L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.


classifier

String classifier
The classifier for this artifact.


type

String type
The type of artifact.

Class org.apache.archiva.model.Plugin extends Object implements Serializable

Serialized Fields

prefix

String prefix
The prefix for a plugin .


artifactId

String artifactId
The artifactId for a plugin .


name

String name
The name for a plugin .

Class org.apache.archiva.model.ProjectReference extends Object implements Serializable

serialVersionUID: 8947981859537138991L

Serialized Fields

groupId

String groupId
The Group ID of the project reference.


artifactId

String artifactId
The Artifact ID of the project reference.

Class org.apache.archiva.model.SnapshotVersion extends Object implements Serializable

serialVersionUID: -1251466956496493405L

Serialized Fields

timestamp

String timestamp
The unique timestamp for the snapshot version.


buildNumber

int buildNumber
The incremental build number of the snapshot.

Class org.apache.archiva.model.VersionedReference extends Object implements Serializable

serialVersionUID: -6990353165677563113L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.


Package org.apache.archiva.policies

Class org.apache.archiva.policies.PolicyConfigurationException extends ArchivaException implements Serializable

Class org.apache.archiva.policies.PolicyViolationException extends ArchivaException implements Serializable

Class org.apache.archiva.policies.ProxyDownloadException extends ArchivaException implements Serializable

Serialized Fields

failures

Map<K,V> failures
A list of failures keyed by repository ID.


Package org.apache.archiva.proxy

Class org.apache.archiva.proxy.NotFoundException extends ProxyException implements Serializable

Class org.apache.archiva.proxy.NotModifiedException extends ProxyException implements Serializable

Class org.apache.archiva.proxy.ProxyException extends Exception implements Serializable


Package org.apache.archiva.proxy.common

Class org.apache.archiva.proxy.common.WagonFactoryException extends Exception implements Serializable


Package org.apache.archiva.repository

Class org.apache.archiva.repository.ContentNotFoundException extends RepositoryException implements Serializable

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

Class org.apache.archiva.repository.RepositoryNotFoundException extends RepositoryException implements Serializable


Package org.apache.archiva.repository.layout

Class org.apache.archiva.repository.layout.LayoutException extends ArchivaException implements Serializable


Package org.apache.archiva.repository.metadata

Class org.apache.archiva.repository.metadata.RepositoryMetadataException extends RepositoryException implements Serializable


Package org.apache.archiva.repository.scanner

Class org.apache.archiva.repository.scanner.RepositoryScannerException extends Exception implements Serializable


Package org.apache.archiva.rest.api.model

Class org.apache.archiva.rest.api.model.AdminRepositoryConsumer extends Object implements Serializable

Serialized Fields

enabled

boolean enabled

id

String id

description

String description

Class org.apache.archiva.rest.api.model.ArchivaRepositoryStatistics extends Object implements Serializable

Serialized Fields

scanEndTime

Date scanEndTime

scanStartTime

Date scanStartTime

totalArtifactCount

long totalArtifactCount

totalArtifactFileSize

long totalArtifactFileSize

totalFileCount

long totalFileCount

totalGroupCount

long totalGroupCount

totalProjectCount

long totalProjectCount

newFileCount

long newFileCount

duration

long duration

lastScanDate

String lastScanDate

Class org.apache.archiva.rest.api.model.ArtifactContent extends Object implements Serializable

Serialized Fields

content

String content

repositoryId

String repositoryId

Class org.apache.archiva.rest.api.model.ArtifactContentEntry extends Object implements Serializable

Serialized Fields

path

String path

file

boolean file

depth

int depth

repositoryId

String repositoryId

Class org.apache.archiva.rest.api.model.ArtifactTransferRequest extends Artifact implements Serializable

Serialized Fields

targetRepositoryId

String targetRepositoryId

Class org.apache.archiva.rest.api.model.BrowseResult extends Object implements Serializable

Serialized Fields

browseResultEntries

List<E> browseResultEntries

rootLevel

boolean rootLevel

Class org.apache.archiva.rest.api.model.BrowseResultEntry extends Object implements Serializable

Serialized Fields

name

String name

project

boolean project

Class org.apache.archiva.rest.api.model.CacheEntry extends Object implements Serializable

Serialized Fields

key

String key

size

long size

cacheHits

long cacheHits

cacheMiss

long cacheMiss

cacheHitRate

String cacheHitRate

inMemorySize

long inMemorySize

Class org.apache.archiva.rest.api.model.ConsumerScanningStatistics extends Object implements Serializable

Serialized Fields

consumerKey

String consumerKey

count

long count

time

long time

average

String average

Class org.apache.archiva.rest.api.model.Dependency extends Object implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

classifier

String classifier

type

String type

scope

String scope

Class org.apache.archiva.rest.api.model.GroupIdList extends Object implements Serializable

Serialized Fields

groupIds

List<E> groupIds

Class org.apache.archiva.rest.api.model.MetadataAddRequest extends Object implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

metadatas

Map<K,V> metadatas

Class org.apache.archiva.rest.api.model.PolicyInformation extends Object implements Serializable

Serialized Fields

options

List<E> options

defaultOption

String defaultOption

id

String id

name

String name

Class org.apache.archiva.rest.api.model.QueueEntry extends Object implements Serializable

Serialized Fields

key

String key

entriesNumber

int entriesNumber

Class org.apache.archiva.rest.api.model.RepositoryScannerStatistics extends Object implements Serializable

Serialized Fields

managedRepository

ManagedRepository managedRepository

consumerScanningStatistics

List<E> consumerScanningStatistics

totalFileCount

long totalFileCount

newFileCount

long newFileCount

Class org.apache.archiva.rest.api.model.SearchRequest extends Object implements Serializable

Serialized Fields

queryTerms

String queryTerms
Since:
1.4-M3 to be able to search with a query on selected repositories

groupId

String groupId
groupId


artifactId

String artifactId
artifactId


version

String version
version


packaging

String packaging
packaging (jar, war, pom, etc.)


className

String className
class name or package name


repositories

List<E> repositories
repositories


bundleVersion

String bundleVersion
contains osgi metadata Bundle-Version if available

Since:
1.4-M1

bundleSymbolicName

String bundleSymbolicName
contains osgi metadata Bundle-SymbolicName if available

Since:
1.4-M1

bundleExportPackage

String bundleExportPackage
contains osgi metadata Export-Package if available

Since:
1.4-M1

bundleExportService

String bundleExportService
contains osgi metadata Export-Service if available

Since:
1.4-M1

bundleImportPackage

String bundleImportPackage
contains osgi metadata Import-Package if available

Since:
1.4-M3

bundleRequireBundle

String bundleRequireBundle
contains osgi metadata Require-Bundle if available

Since:
1.4-M3

classifier

String classifier

includePomArtifacts

boolean includePomArtifacts
not return artifact with file extension pom

Since:
1.4-M2

pageSize

int pageSize
Since:
1.4-M4

selectedPage

int selectedPage
Since:
1.4-M4

Class org.apache.archiva.rest.api.model.StringList extends Object implements Serializable

Serialized Fields

strings

List<E> strings

Class org.apache.archiva.rest.api.model.UserManagerImplementationInformation extends AbstractImplementationInformation implements Serializable

Class org.apache.archiva.rest.api.model.VersionsList extends Object implements Serializable

Serialized Fields

versions

List<E> versions

Package org.apache.archiva.rest.api.services

Class org.apache.archiva.rest.api.services.ArchivaRestServiceException extends Exception implements Serializable

Serialized Fields

httpErrorCode

int httpErrorCode

errorKey

String errorKey

fieldName

String fieldName
can return the field name of bean with issue can be null

Since:
1.4-M3

Package org.apache.archiva.scheduler.indexing

Class org.apache.archiva.scheduler.indexing.DownloadRemoteIndexException extends Exception implements Serializable


Package org.apache.archiva.security

Class org.apache.archiva.security.AccessDeniedException extends ArchivaSecurityException implements Serializable

Class org.apache.archiva.security.ArchivaSecurityException extends ArchivaException implements Serializable

Class org.apache.archiva.security.PrincipalNotFoundException extends ArchivaSecurityException implements Serializable


Package org.apache.archiva.stagerepository.merge

Class org.apache.archiva.stagerepository.merge.RepositoryMergerException extends Exception implements Serializable


Package org.apache.archiva.transaction

Class org.apache.archiva.transaction.TransactionException extends Exception implements Serializable


Package org.apache.archiva.web.docs

Class org.apache.archiva.web.docs.RestDocsServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

logger

org.slf4j.Logger logger

Package org.apache.archiva.web.model

Class org.apache.archiva.web.model.ApplicationRuntimeInfo extends Object implements Serializable

Serialized Fields

devMode

boolean devMode

javascriptLog

boolean javascriptLog

version

String version

buildNumber

String buildNumber

timestamp

long timestamp

copyrightRange

String copyrightRange

logMissingI18n

boolean logMissingI18n

baseUrl

String baseUrl

timestampStr

String timestampStr

cookieInformation

CookieInformation cookieInformation

Class org.apache.archiva.web.model.CookieInformation extends Object implements Serializable

Serialized Fields

path

String path

domain

String domain

secure

String secure

timeout

String timeout

rememberMeEnabled

boolean rememberMeEnabled

Class org.apache.archiva.web.model.FileMetadata extends Object implements Serializable

Serialized Fields

name

String name

serverFileName

String serverFileName

size

long size

url

String url

deleteUrl

String deleteUrl

deleteType

String deleteType

errorKey

String errorKey

classifier

String classifier

pomFile

boolean pomFile

Class org.apache.archiva.web.model.JavascriptLog extends Object implements Serializable

Serialized Fields

loggerName

String loggerName

message

String message

Package org.apache.archiva.web.rss

Class org.apache.archiva.web.rss.RssFeedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.slf4j.Logger log

processor

RssFeedProcessor processor

wac

org.springframework.web.context.WebApplicationContext wac

userRepositories

UserRepositories userRepositories

servletAuth

ServletAuthenticator servletAuth

httpAuth

org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator httpAuth

repositorySessionFactory

RepositorySessionFactory repositorySessionFactory
FIXME: this could be multiple implementations and needs to be configured.


Package org.apache.archiva.webdav

Class org.apache.archiva.webdav.BrowserRedirectException extends org.apache.jackrabbit.webdav.DavException implements Serializable

Serialized Fields

location

String location

Class org.apache.archiva.webdav.RepositoryServlet extends org.apache.jackrabbit.webdav.server.AbstractWebdavServlet implements Serializable

Serialized Fields

log

org.slf4j.Logger log

configuration

ArchivaConfiguration configuration

managedRepositoryAdmin

ManagedRepositoryAdmin managedRepositoryAdmin

repositoryMap

Map<K,V> repositoryMap

locatorFactory

org.apache.jackrabbit.webdav.DavLocatorFactory locatorFactory

resourceFactory

org.apache.jackrabbit.webdav.DavResourceFactory resourceFactory

sessionProvider

org.apache.jackrabbit.webdav.DavSessionProvider sessionProvider

reloadLock

Object reloadLock

Class org.apache.archiva.webdav.UnauthorizedDavException extends org.apache.jackrabbit.webdav.DavException implements Serializable

Serialized Fields

repositoryName

String repositoryName

Package org.apache.archiva.xml

Class org.apache.archiva.xml.XMLException extends ArchivaException implements Serializable



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.