com.neva.gradle.fork.config

Package com.neva.gradle.fork.config

Types

AbstractRule

abstract class AbstractRule : Rule

Config

abstract class Config

Represents set of rules that are using properties to customize files (rename files / dirs, update content etc).

FileHandler

class FileHandler

InPlaceConfig

class InPlaceConfig : Config

Represents a set of action (configuration) that operates directly on same files (not copied).

Rule

interface Rule

Represents an action being a part of configuration.

SourceTargetConfig

class SourceTargetConfig : Config

Represents a set of action (configuration) that operates on files copied from one path to another.