Class SetJvmPropertyScriptCommand

    • Constructor Detail

      • SetJvmPropertyScriptCommand

        public SetJvmPropertyScriptCommand​(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 JVM property.
        propertyValue - Value of JVM property.