Package com.github.vlsi.gradle.crlf
Class BuildDslKt
-
- All Implemented Interfaces:
public final class BuildDslKt
-
-
Method Summary
Modifier and Type Method Description final static ContentFilterablefilter(ContentFilterable $self, LineEndings eol)final static UnitincludeShell(CopySpec $self, Object src, String scriptName, Function1<CopySpec, Unit> action)final static UnitexcludeShell(CopySpec $self, String scriptName)final static Unitfrom(CopySpec $self, Object sourcePath, LineEndings textEol, Function1<AutoClassifySpec, Unit> action)-
-
Method Detail
-
filter
final static ContentFilterable filter(ContentFilterable $self, LineEndings eol)
-
includeShell
final static Unit includeShell(CopySpec $self, Object src, String scriptName, Function1<CopySpec, Unit> action)
-
excludeShell
final static Unit excludeShell(CopySpec $self, String scriptName)
-
from
final static Unit from(CopySpec $self, Object sourcePath, LineEndings textEol, Function1<AutoClassifySpec, Unit> action)
-
-
-
-