Class SingleResourceAutoDeploymentStrategy

    • Field Detail

      • DEPLOYMENT_MODE

        public static final String DEPLOYMENT_MODE
        The deployment mode this strategy handles.
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • deployResources

        public void deployResources​(String deploymentNameHint,
                                    org.springframework.core.io.Resource[] resources,
                                    RepositoryService repositoryService)
        Description copied from interface: AutoDeploymentStrategy
        Performs deployment for the provided resources, using the provided name as a hint and the provided RepositoryService to perform deployment(s).
        Parameters:
        deploymentNameHint - the hint for the name of deployment(s) performed
        resources - the resources to be deployed
        repositoryService - the repository service to use for deployment(s)