Package | Description |
---|---|
ej.tool.addon |
Modifier and Type | Method and Description |
---|---|
static AddonProcessor.ExecutionKind |
AddonProcessor.ExecutionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddonProcessor.ExecutionKind[] |
AddonProcessor.ExecutionKind.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.List<Marker> |
AddonProcessor.execute(AddonProcessor.ExecutionKind kind,
JavaProject project,
java.util.List<Delta> deltas,
java.io.File outputFolder)
Runs this processor.
|