public enum TargetConf
An enumeration of target directories and files of special environment typs - production, test and local server.
public static TargetConf PRODUCTION
public static TargetConf TEST
public static TargetConf DEVELOPMENT
@NotNull
public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> cartridges(@NotNull
org.gradle.api.file.ProjectLayout projectLayout)
Returns the the provider of a directory for external cartridgs.
@NotNull
public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> libs(@NotNull
org.gradle.api.file.ProjectLayout projectLayout)
Returns the the provider of a directory for external project libraries.
@NotNull
public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> sites(@NotNull
org.gradle.api.file.ProjectLayout projectLayout)
Returns the the provider of a directory for sites folders.
@NotNull
public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> config(@NotNull
org.gradle.api.file.ProjectLayout projectLayout)
Returns the the provider of a directory for config folders.
@NotNull
public org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> cartridgelist(@NotNull
org.gradle.api.file.ProjectLayout projectLayout)
Returns the the provider of a cartridge list file.
@NotNull public java.lang.String getValue()