rustic / com.osm.gradle.plugins.process

Package com.osm.gradle.plugins.process

Types

IRusticTaskProcess

This is the interface for writing the logic executed by RusticTask.

interface IRusticTaskProcess

NothingTaskProcess

Class used when you don't want RusticTask to do anything.

class NothingTaskProcess : IRusticTaskProcess

RusticTaskProcessBase

abstract class RusticTaskProcessBase<T : RustToolBase> : IRusticTaskProcess, LoggerSupport