Package | Description |
---|---|
ej.tool.addon |
Modifier and Type | Method and Description |
---|---|
Delta.DeltaKind |
Delta.getDeltaKind()
Gets the kind of this delta.
|
static Delta.DeltaKind |
Delta.DeltaKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Delta.DeltaKind[] |
Delta.DeltaKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Delta(java.io.File project,
java.io.File referrerFolder,
java.io.File delta,
Delta.DeltaKind deltaKind,
FolderKind refererFolderKind)
Instantiates a new delta on given file.
|