Uses of Class
io.quarkus.maven.Deployer
-
Packages that use Deployer Package Description io.quarkus.maven -
-
Uses of Deployer in io.quarkus.maven
Methods in io.quarkus.maven that return Deployer Modifier and Type Method Description DeployerAbstractDeploymentMojo. getDeployer()DeployerAbstractDeploymentMojo. getDeployer(Deployer defaultDeployer)static DeployerDeployer. valueOf(String name)Returns the enum constant of this type with the specified name.static Deployer[]Deployer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.maven that return types with arguments of type Deployer Modifier and Type Method Description static Optional<Deployer>Deployer. getDeployer(org.apache.maven.project.MavenProject project)Get the deployer by name or the first one found in the project.Methods in io.quarkus.maven with parameters of type Deployer Modifier and Type Method Description DeployerAbstractDeploymentMojo. getDeployer(Deployer defaultDeployer)
-