Class AbstractSetupTest.Cfg

java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
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

    Fields
    Modifier and Type
    Field
    Description
    private int
     

    Fields inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup

    DEFAULT_FNAME, DEFAULT_NAME, DEFAULT_OVERRIDE_FNAME, PARAM_PLUGINS
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cfg()
    No-arg constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the test property.
    void
    setProperty(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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