|
TrueUpdate Agent Core 0.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.agent.core.ApplicationParameters
@Immutable public final class ApplicationParameters
Application Parameters.
| Nested Class Summary | |
|---|---|
static class |
ApplicationParameters.Builder<P>
A builder for application parameters. |
| Method Summary | |
|---|---|
net.java.trueupdate.artifact.spec.ArtifactDescriptor |
artifactDescriptor()
Returns the artifact descriptor. |
static ApplicationParameters.Builder<Void> |
builder()
Returns a new builder for application parameters. |
String |
currentLocation()
Returns the current location. |
static ApplicationParameters |
parse(ApplicationParametersCi ci)
Parses the given configuration item. |
UpdateAgentListener |
updateAgentListener()
Returns the update agent listener. |
String |
updateLocation()
Returns the update location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public net.java.trueupdate.artifact.spec.ArtifactDescriptor artifactDescriptor()
public static ApplicationParameters.Builder<Void> builder()
updateLocation is the
value of the property currentLocation.
public String currentLocation()
public static ApplicationParameters parse(ApplicationParametersCi ci)
public UpdateAgentListener updateAgentListener()
public String updateLocation()
|
TrueUpdate Agent Core 0.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||