Package | Description |
---|---|
net.adamcin.granite.client.packman | |
net.adamcin.granite.client.packman.validation |
Modifier and Type | Method and Description |
---|---|
static ACHandling |
ACHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACHandling[] |
ACHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DetailedResponse |
AbstractPackageManagerClient.install(PackId packageId,
boolean recursive,
int autosave,
ACHandling acHandling)
Install a package that has already been uploaded to the server.
|
DetailedResponse |
PackageManagerClient.install(PackId packageId,
boolean recursive,
int autosave,
ACHandling acHandling)
Install a package that has already been uploaded to the server.
|
DetailedResponse |
AbstractPackageManagerClient.install(PackId packageId,
boolean recursive,
int autosave,
ACHandling acHandling,
ResponseProgressListener listener)
Install a package that has already been uploaded to the server.
|
DetailedResponse |
PackageManagerClient.install(PackId packageId,
boolean recursive,
int autosave,
ACHandling acHandling,
ResponseProgressListener listener)
Install a package that has already been uploaded to the server.
|
Modifier and Type | Method and Description |
---|---|
ACHandling |
ValidationResult.getForbiddenACHandlingMode() |
Modifier and Type | Method and Description |
---|---|
List<ACHandling> |
ValidationOptions.getForbiddenACHandlingModes()
Define a list of forbidden
ACHandling modes, such as OVERWRITE, MERGE, and CLEAR. |
List<ACHandling> |
DefaultValidationOptions.getForbiddenACHandlingModes()
Define a list of forbidden
ACHandling modes, such as OVERWRITE, MERGE, and CLEAR. |
Modifier and Type | Method and Description |
---|---|
static ValidationResult |
ValidationResult.forbiddenACHandlingMode(ACHandling forbiddenMode) |
Modifier and Type | Method and Description |
---|---|
DefaultValidationOptions |
DefaultValidationOptions.setForbiddenACHandlingModes(List<ACHandling> forbiddenACHandlingModes) |
Constructor and Description |
---|
ValidationResult(ValidationResult.Reason reason,
ACHandling forbiddenACHandlingMode) |
Copyright © 2013-2017. All Rights Reserved.