Class CandidateDeploymentImpl

    • Field Detail

      • name

        protected java.lang.String name
      • resources

        protected java.util.Map<java.lang.String,​Resource> resources
    • Constructor Detail

      • CandidateDeploymentImpl

        public CandidateDeploymentImpl​(java.lang.String name,
                                       java.util.Map<java.lang.String,​Resource> resources)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CandidateDeployment
        Returns:
        the name to be used for the deployment
      • setName

        public void setName​(java.lang.String name)
      • getResources

        public java.util.Map<java.lang.String,​Resource> getResources()
        Specified by:
        getResources in interface CandidateDeployment
        Returns:
        a map of all the resources provided for deployment
      • setResources

        public void setResources​(java.util.Map<java.lang.String,​Resource> resources)