Class SetSystemPropertyScriptCommand

    • Constructor Detail

      • SetSystemPropertyScriptCommand

        public SetSystemPropertyScriptCommand​(Configuration configuration,
                                              String resourcePath,
                                              String propertyName,
                                              String propertyValue)
        Sets configuration containing all needed information for building configuration scripts.
        Parameters:
        configuration - Container configuration.
        resourcePath - Path to configuration script resources.
        propertyName - Name of system property.
        propertyValue - Value of system property.