Class AbstractSetupTest.Cfg
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.setup.PluginsSetup
- Enclosing class:
AbstractSetupTest
public static class AbstractSetupTest.Cfg
extends de.iip_ecosphere.platform.support.setup.AbstractSetup
Test a setup.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsFields inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
DEFAULT_FNAME, DEFAULT_NAME, DEFAULT_OVERRIDE_FNAME, PARAM_PLUGINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the test property.voidsetProperty(int property) Changes the test property.Methods inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
getDefaultFileName, getPluginsFolder, isNotEmpty, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readMappingFromYaml, readMappingFromYaml, setDefaultFileName, setPluginsFolder, setPluginsFolderFile
-
Field Details
-
property
private int property
-
-
Constructor Details
-
Cfg
public Cfg()No-arg constructor.
-
-
Method Details
-
getProperty
public int getProperty()Returns the test property.- Returns:
- the property value
-
setProperty
public void setProperty(int property) Changes the test property.- Parameters:
property- the new property value
-