Package | Description |
---|---|
ej.tool.addon |
Modifier and Type | Method and Description |
---|---|
FolderKind |
AddonProcessor.getPreferredOutputFolderKind()
Gets the preferred output folder kind of this processor.
|
FolderKind |
Delta.getReferrerFolderKind()
Gets the kind of the referrer folder of this delta.
|
static FolderKind |
FolderKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FolderKind[] |
FolderKind.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<java.io.File> |
JavaProject.getFolders(FolderKind... kinds)
Gets project folders of the given kinds.
|
boolean |
JavaProject.isFolderKind(java.io.File folder,
FolderKind kind)
Gets if the given folder is of the given kind.
|
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.
|