public enum TaskName
An enumeration of task names for the setup of special environment types - production, test and local server.
public static TaskName PRODUCTION
public static TaskName TEST
public static TaskName DEVELOPMENT
@NotNull public java.lang.String sites()
Returns the task name for the creation of the necessary sites folder.
@NotNull public java.lang.String config()
Returns the task name for the creation of the necessary configuration folder.
@NotNull public java.lang.String cartridgelist()
Returns the task name for the creation of the cartridge list file.
@NotNull public java.lang.String cartridges()
Returns the task name for the creation of a directory with external cartridges.
@NotNull public java.lang.String prepare()
Returns the task name for the preparation of all parts of server dir, this task calls all others above.
@NotNull public java.lang.String getValue()