public class CopySpecUtil
This object provides methodes to transfer configurations to a CopySpec.
public static CopySpecUtil INSTANCE
This object provides methodes to transfer configurations to a CopySpec.
@NotNull
public org.gradle.api.file.CopySpec getCSForServerDir(@NotNull
org.gradle.api.Project project,
@NotNull
ServerDir serverDir)
Creates a CopySpec from a ServerDir configuration.
project - projectserverDir - a ServerDir configurtion.