Uses of Enum Class
org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
Packages that use DeploymentScanner.DeployAction.Type
-
Uses of DeploymentScanner.DeployAction.Type in org.eclipse.jetty.deploy
Subclasses with type arguments of type DeploymentScanner.DeployAction.Type in org.eclipse.jetty.deployMethods in org.eclipse.jetty.deploy that return DeploymentScanner.DeployAction.TypeModifier and TypeMethodDescriptionDeploymentScanner.DeployAction.type()
Returns the value of thetype
record component.Returns the enum constant of this class with the specified name.static DeploymentScanner.DeployAction.Type[]
DeploymentScanner.DeployAction.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.deploy with parameters of type DeploymentScanner.DeployAction.TypeModifierConstructorDescriptionDeployAction
(DeploymentScanner.DeployAction.Type type, String name) Creates an instance of aDeployAction
record class.