Interface YamlInitialValuesFragment
- All Superinterfaces:
InstallFragment
- All Known Implementing Classes:
YamlInitialValuesFragmentImpl
this fragment gathers all initial values defined in YAML files and writes them to the database, see readthedocs for
a documentation what these files need to look like
this is a interface so we can use the logic to write to the database from
YamlInitialValueCustomChange
as well-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleInitialValue
(YamlInitialValues.YamlInitialValue value, InstallParameters parameters, boolean shouldNewContentBeInactive) Methods inherited from interface ch.tocco.nice2.dbrefactoring.api.install.InstallFragment
install
-
Method Details
-
handleInitialValue
void handleInitialValue(YamlInitialValues.YamlInitialValue value, InstallParameters parameters, boolean shouldNewContentBeInactive) throws SQLException, ExecutionException - Throws:
SQLException
ExecutionException
-