Uses of Class
org.jboss.deployers.spi.structure.ModificationType

Packages that use ModificationType
org.jboss.deployers.plugins.structure   
org.jboss.deployers.spi.structure   
org.jboss.deployers.vfs.plugins.structure.modify   
 

Uses of ModificationType in org.jboss.deployers.plugins.structure
 

Methods in org.jboss.deployers.plugins.structure that return ModificationType
 ModificationType ContextInfoImpl.getModificationType()
           
 

Methods in org.jboss.deployers.plugins.structure with parameters of type ModificationType
 void ContextInfoImpl.setModificationType(ModificationType modificationType)
           
 

Uses of ModificationType in org.jboss.deployers.spi.structure
 

Methods in org.jboss.deployers.spi.structure that return ModificationType
 ModificationType ContextInfo.getModificationType()
          Get the modification type.
static ModificationType ModificationType.getModificationType(String type)
          Get the modification type.
static ModificationType ModificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModificationType[] ModificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.deployers.spi.structure with parameters of type ModificationType
 void ContextInfo.setModificationType(ModificationType modificationType)
          Set the modification type.
 

Uses of ModificationType in org.jboss.deployers.vfs.plugins.structure.modify
 

Methods in org.jboss.deployers.vfs.plugins.structure.modify with parameters of type ModificationType
static ModificationAction ModificationActions.getAction(ModificationType type)
          Get the modification action.
 void AbstractModificationTypeMatcher.setModificationType(ModificationType modificationType)
          Set the modification type.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.