Serialized Form
|
Package org.apache.maven.archiva.configuration |
id
java.lang.String id
- The repository identifier.
name
java.lang.String name
- The descriptive name of the repository.
layout
java.lang.String layout
- The layout of the repository. Valid values are
"default" and "legacy".
sourceRepoId
java.lang.String sourceRepoId
- The Repository Source for this connector.
targetRepoId
java.lang.String targetRepoId
- The Repository Target for this connector.
proxyId
java.lang.String proxyId
- The network proxy ID to use for this connector.
blackListPatterns
java.util.List<E> blackListPatterns
- Field blackListPatterns.
whiteListPatterns
java.util.List<E> whiteListPatterns
- Field whiteListPatterns.
policies
java.util.Map<K,V> policies
- Field policies.
properties
java.util.Map<K,V> properties
- Field properties.
disabled
boolean disabled
- If the the repository proxy connector is
disabled or not
.
version
java.lang.String version
- This is the version of the configuration format.
repositories
java.util.List<E> repositories
- Field repositories.
repositoryGroups
java.util.List<E> repositoryGroups
- Field repositoryGroups.
managedRepositories
java.util.List<E> managedRepositories
- Field managedRepositories.
remoteRepositories
java.util.List<E> remoteRepositories
- Field remoteRepositories.
proxyConnectors
java.util.List<E> proxyConnectors
- Field proxyConnectors.
networkProxies
java.util.List<E> networkProxies
- Field networkProxies.
legacyArtifactPaths
java.util.List<E> legacyArtifactPaths
- Field legacyArtifactPaths.
repositoryScanning
RepositoryScanningConfiguration repositoryScanning
- The repository scanning configuration.
databaseScanning
DatabaseScanningConfiguration databaseScanning
- The database scanning configuration.
webapp
WebappConfiguration webapp
- The webapp configuration.
organisationInfo
OrganisationInformation organisationInfo
- The organisation info.
modelEncoding
java.lang.String modelEncoding
- Field modelEncoding.
repositoryToGroupMap
java.util.Map<K,V> repositoryToGroupMap
groupToRepositoryMap
java.util.Map<K,V> groupToRepositoryMap
cronExpression
java.lang.String cronExpression
- When to run the database scanning mechanism. Default is
every two hours on the hour.
unprocessedConsumers
java.util.List<E> unprocessedConsumers
- Field unprocessedConsumers.
cleanupConsumers
java.util.List<E> cleanupConsumers
- Field cleanupConsumers.
id
java.lang.String id
- Field id.
patterns
java.util.List<E> patterns
- Field patterns.
name
java.lang.String name
path
java.lang.String path
- The legacy path.
artifact
java.lang.String artifact
- The artifact reference, as " [groupId] :
[artifactId] : [version] : [classifier] : [type] ".
location
java.lang.String location
- The file system location for this repository.
releases
boolean releases
- True if this repository contains release versioned artifacts.
snapshots
boolean snapshots
- True if this repository contains snapshot versioned artifacts
scanned
boolean scanned
- True if this repository should be scanned and processed.
indexDir
java.lang.String indexDir
- The directory for the indexes of this
repository.
refreshCronExpression
java.lang.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.
id
java.lang.String id
- The ID for this proxy.
protocol
java.lang.String protocol
- The network protocol to use with this proxy:
"http", "socks-4"
.
host
java.lang.String host
- The proxy host.
port
int port
- The proxy port.
username
java.lang.String username
- The proxy user.
password
java.lang.String password
- The proxy password.
name
java.lang.String name
- name of the organisation.
url
java.lang.String url
- name of the organisation.
logoLocation
java.lang.String logoLocation
- name of the organisation.
order
int order
- The order of the proxy connectors. (0 means no
order specified)
.
url
java.lang.String url
- The URL for this repository.
username
java.lang.String username
- The Username for this repository.
password
java.lang.String password
- The Password for this repository.
timeout
int timeout
- Timeout in seconds for connections to this
repository
.
id
java.lang.String id
- The id of the repository group.
repositories
java.util.List<E> repositories
- Field repositories.
fileTypes
java.util.List<E> fileTypes
- Field fileTypes.
knownContentConsumers
java.util.List<E> knownContentConsumers
- Field knownContentConsumers.
invalidContentConsumers
java.util.List<E> invalidContentConsumers
- Field invalidContentConsumers.
cronExpression
java.lang.String cronExpression
- When to run the sync mechanism. Default is every hour on the
hour.
method
java.lang.String method
- The type of synchronization to use.
showFindArtifacts
boolean showFindArtifacts
- true if find artifacts should be enabled.
appletFindEnabled
boolean appletFindEnabled
- true if applet behavior for find artifacts should be enabled.
url
java.lang.String url
- The URL for this repository.
indexed
boolean indexed
- Field indexed.
ui
UserInterfaceOptions ui
- options for altering the ui presentation.