Class CustomWildFlyScriptCommand

    • Constructor Detail

      • CustomWildFlyScriptCommand

        public CustomWildFlyScriptCommand​(Configuration configuration,
                                          String resourcePath)
        Sets configuration containing all needed information for building configuration scripts.
        Parameters:
        configuration - Container configuration.
        resourcePath - Path to configuration script resource.
    • Method Detail

      • readScript

        public String readScript()
        Returns:
        Filtered script representing this command.
      • isApplicable

        public boolean isApplicable()
        Method used for checking if script command can be applied - if it has all needed parameters set.
        Specified by:
        isApplicable in interface ScriptCommand
        Overrides:
        isApplicable in class AbstractScriptCommand
        Returns:
        True if script command can be applied with existing parameters.