JBoss AS7 Deployment Plugin 7.9.Final

Uses of Class
org.jboss.as.plugin.deployment.MatchPatternStrategy

Packages that use MatchPatternStrategy
org.jboss.as.plugin.deployment   
org.jboss.as.plugin.deployment.domain   
org.jboss.as.plugin.deployment.standalone   
 

Uses of MatchPatternStrategy in org.jboss.as.plugin.deployment
 

Methods in org.jboss.as.plugin.deployment that return MatchPatternStrategy
protected  MatchPatternStrategy Undeploy.getMatchPatternStrategy()
           
static MatchPatternStrategy MatchPatternStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchPatternStrategy[] MatchPatternStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MatchPatternStrategy in org.jboss.as.plugin.deployment.domain
 

Methods in org.jboss.as.plugin.deployment.domain with parameters of type MatchPatternStrategy
static DomainDeployment DomainDeployment.create(org.jboss.as.controller.client.helpers.domain.DomainClient client, Domain domain, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 

Constructors in org.jboss.as.plugin.deployment.domain with parameters of type MatchPatternStrategy
DomainDeployment(org.jboss.as.controller.client.helpers.domain.DomainClient client, Domain domain, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 

Uses of MatchPatternStrategy in org.jboss.as.plugin.deployment.standalone
 

Methods in org.jboss.as.plugin.deployment.standalone with parameters of type MatchPatternStrategy
static 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 org.jboss.as.plugin.deployment.standalone with parameters of type MatchPatternStrategy
StandaloneDeployment(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 


JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.