Class Deployer


  • public class Deployer
    extends Object
    Holds configuration data for the <deployer> tag used to configure the plugin in the pom.xml file.
    • Constructor Detail

      • Deployer

        public Deployer()
    • Method Detail

      • getImplementation

        public String getImplementation()
        Returns:
        Deployer implementation.
      • setImplementation

        public void setImplementation​(String implementation)
        Parameters:
        implementation - Deployer implementation.
      • getType

        public String getType()
        Returns:
        Deployer type.
      • setType

        public void setType​(String type)
        Parameters:
        type - Deployer type.
      • createDeployer

        public Deployer createDeployer​(Container container)
                                throws org.apache.maven.plugin.MojoExecutionException
        Create a deployer.
        Parameters:
        container - Container.
        Returns:
        Deployer.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - If deployer implementation not found.