| Package | Description |
|---|---|
| org.whitesource.agent.api.dispatch |
| Modifier and Type | Method and Description |
|---|---|
static AppFlags |
AppFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppFlags[] |
AppFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<AppFlags,java.lang.Object> |
ConfigurationResult.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationResult.setFlags(java.util.Map<AppFlags,java.lang.Object> flags) |
| Constructor and Description |
|---|
ConfigurationResult(boolean checkPolicies,
boolean forceCheckAllDependencies,
boolean forceUpdate,
java.lang.String includes,
java.lang.String excludes,
java.util.Map<AppFlags,java.lang.Object> flags) |
Copyright © 2011-2025 White Source. All Rights Reserved.