Package ru.vyarus.yaml.updater.profile
Class ProdConfigurator
- java.lang.Object
-
- ru.vyarus.yaml.updater.UpdateConfig.Configurator<ProdConfigurator>
-
- ru.vyarus.yaml.updater.profile.ProdConfigurator
-
public class ProdConfigurator extends UpdateConfig.Configurator<ProdConfigurator>
Represents normal tool run.Class required just to avoid warnings in case of using directly parametrized class (and to make
YamlUpdaterconstructors more readable.
-
-
Field Summary
-
Fields inherited from class ru.vyarus.yaml.updater.UpdateConfig.Configurator
config
-
-
Constructor Summary
Constructors Constructor Description ProdConfigurator(java.io.File current, java.io.InputStream update)
-
Method Summary
-
Methods inherited from class ru.vyarus.yaml.updater.UpdateConfig.Configurator
backup, backupDir, deleteProps, deleteProps, dryRun, envVars, listen, update, validateResult, var, vars, varsFile
-
-