Companion

object Companion

Functions

Link copied to clipboard
fun exclude(excludeLocation: String): ArtifactRule

Creates a rule excluding the artifacts in the specified location

Link copied to clipboard
fun include(src: String): ArtifactRule

Creates an include rule copying the artifact from the specified src path to the same destination

fun include(src: String, dst: String): ArtifactRule

Creates an include rule copying the artifact from the specified src path to the given destination

Link copied to clipboard
fun parse(s: String): List<ArtifactRule>