Uses of Enum Class
ru.cg.webbpm.studio.subsystems.deploy.appserver.impl.MatchPatternStrategy
Packages that use MatchPatternStrategy
-
Uses of MatchPatternStrategy in ru.cg.webbpm.studio.subsystems.deploy.appserver.impl
Methods in ru.cg.webbpm.studio.subsystems.deploy.appserver.impl that return MatchPatternStrategyModifier and TypeMethodDescriptionstatic MatchPatternStrategy
Returns the enum constant of this class with the specified name.static MatchPatternStrategy[]
MatchPatternStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.deploy.appserver.impl with parameters of type MatchPatternStrategyModifier and TypeMethodDescriptionstatic StandaloneDeployment
StandaloneDeployment.create
(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy) Creates a new deployment.Constructors in ru.cg.webbpm.studio.subsystems.deploy.appserver.impl with parameters of type MatchPatternStrategyModifierConstructorDescriptionStandaloneDeployment
(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy) Creates a new deployment.