class Utils
Util class with static methods to support the creation of a DSL.
Utils()
Util class with static methods to support the creation of a DSL. |
const val MAX_PATH_LENGTH: Int
Max file system path length. |
fun getDependencyConf(handler: DependencyHandler, dependency: Any, errormessage: String): DependencyConfig
Calculates a dependency configuration from any object with Gradle dependency helper. |
|
fun getDependencyString(dep: DependencyConfig, sep: String): String
Calculate the string of a dependency configuration with a special separator configuration. |
|
fun getIllegalChars(path: String): String
Calculates illegal characters for path configuration. |