public enum DeploymentUtil extends Enum<DeploymentUtil>
createDeltaGeneration(ScheduleContext).
Create an iterator for generated files: getGeneratedFiles(ScheduleContext).| Modifier and Type | Method and Description |
|---|---|
static DeltaGeneration |
createDeltaGeneration(ScheduleContext context)
Factory method to create an instance of type
DeltaGeneration. |
static Iterable<String> |
getGeneratedFiles(ScheduleContext context)
Factory method to create an iterable delivering the path for each generated file.
|
static DeploymentUtil |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentUtil[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static DeploymentUtil[] values()
for (DeploymentUtil c : DeploymentUtil.values()) System.out.println(c);
public static DeploymentUtil valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DeltaGeneration createDeltaGeneration(@NotNull ScheduleContext context)
DeltaGeneration.context - Current schedule context.DeltaGeneration-instance.public static Iterable<String> getGeneratedFiles(@NotNull ScheduleContext context)
context - Current schedule context.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408