Uses of Class
org.apache.camel.v1.integrationplatformspec.traits.Deployer.Kind
-
Packages that use Deployer.Kind Package Description org.apache.camel.v1.integrationplatformspec.traits -
-
Uses of Deployer.Kind in org.apache.camel.v1.integrationplatformspec.traits
Methods in org.apache.camel.v1.integrationplatformspec.traits that return Deployer.Kind Modifier and Type Method Description Deployer.KindDeployer. getKind()static Deployer.KindDeployer.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Deployer.Kind[]Deployer.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.integrationplatformspec.traits with parameters of type Deployer.Kind Modifier and Type Method Description voidDeployer. setKind(Deployer.Kind kind)
-