subkt / myaa.subkt.tasks / org.gradle.api.Project
Name | Summary |
---|---|
glob | fun Project .glob(s: String ): List < String > Simple subset of Bash globs. Supports basic brace expansion using expressions like {01..10} and {a,b,c} , as well as wildcards. |
globPath | fun Project .globPath(glob: String ): List < String > Finds paths matching the given string. % and * are interpreted as wildcards. |