Package | Description |
---|---|
org.apache.archiva.policies |
Modifier and Type | Field and Description |
---|---|
static UpdateOption |
AbstractUpdatePolicy.DAILY
The DAILY policy means that the artifact retrieval occurs only if one of
the following conditions are met...
|
static UpdateOption |
AbstractUpdatePolicy.HOURLY
The HOURLY policy means that the artifact retrieval occurs only if one of
the following conditions are met...
|
static UpdateOption |
AbstractUpdatePolicy.ONCE
The ONCE policy means that the artifact retrieval occurs only if the
local artifact is not present.
|
Modifier and Type | Method and Description |
---|---|
static UpdateOption |
UpdateOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOption[] |
UpdateOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.