abstract class AbstractRule : Rule |
|
abstract class Config
Represents set of rules that are using properties to customize files (rename files / dirs, update content etc). |
|
class FileHandler |
|
class InPlaceConfig : Config
Represents a set of action (configuration) that operates directly on same files (not copied). |
|
interface Rule
Represents an action being a part of configuration. |
|
class SourceTargetConfig : Config
Represents a set of action (configuration) that operates on files copied from one path to another. |