java.lang.Object
cloud.piranha.micro.shrinkwrap.loader.MicroDeployOutcome

public class MicroDeployOutcome extends Object
Author:
Arjan Tijms
  • Constructor Details

    • MicroDeployOutcome

      public MicroDeployOutcome()
  • Method Details

    • ofMap

      public static MicroDeployOutcome ofMap(Map<String,Object> deployMap)
      Returns the deploy outcome.
      Parameters:
      deployMap - the deployed application.
      Returns:
      the deploy outcome
    • getDeployedServlets

      public Set<String> getDeployedServlets()
      Returns the deployed servlets.
      Returns:
      the deployed servlets
    • setDeployedServlets

      public void setDeployedServlets(Set<String> deployedServlets)
      Set the deployed servlets.
      Parameters:
      deployedServlets - the deployed servlets.
    • getDeployedApplication

      public Consumer<Map<String,Object>> getDeployedApplication()
      Get the deployed application.
      Returns:
      the deployed application map.
    • setDeployedApplication

      public void setDeployedApplication(Consumer<Map<String,Object>> deployedApplication)
      Set the deployed application.
      Parameters:
      deployedApplication - the deployed application.
    • getDeployedContextRoot

      public String getDeployedContextRoot()
      Returns the deployed context root.
      Returns:
      the deployed context root
    • setDeployedContextRoot

      public void setDeployedContextRoot(String deployedContextRoot)
      Set the deployed context root
      Parameters:
      deployedContextRoot - the deployed context root