Package | Description |
---|---|
org.kie.internal.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
Modifier and Type | Method and Description |
---|---|
ChangeType |
ResourceChangeSet.getChangeType() |
ChangeType |
ResourceChange.getChangeType() |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResourceChange(ChangeType action,
ResourceChange.Type type,
String name) |
ResourceChangeSet(String resourceName,
ChangeType status) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.