Uses of Class
org.jboss.virtual.spi.VFSContextConstraints

Packages that use VFSContextConstraints
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.file   
org.jboss.virtual.plugins.context.zip   
org.jboss.virtual.spi   
 

Uses of VFSContextConstraints in org.jboss.virtual.plugins.context
 

Methods in org.jboss.virtual.plugins.context that return types with arguments of type VFSContextConstraints
 Set<VFSContextConstraints> AbstractVFSContext.getConstraints()
           
 

Uses of VFSContextConstraints in org.jboss.virtual.plugins.context.file
 

Methods in org.jboss.virtual.plugins.context.file that return types with arguments of type VFSContextConstraints
 Set<VFSContextConstraints> FileSystemContext.getConstraints()
           
 

Uses of VFSContextConstraints in org.jboss.virtual.plugins.context.zip
 

Methods in org.jboss.virtual.plugins.context.zip that return types with arguments of type VFSContextConstraints
 Set<VFSContextConstraints> ZipEntryContext.getConstraints()
           
 

Uses of VFSContextConstraints in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return VFSContextConstraints
static VFSContextConstraints VFSContextConstraints.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VFSContextConstraints[] VFSContextConstraints.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.virtual.spi that return types with arguments of type VFSContextConstraints
 Set<VFSContextConstraints> VFSContext.getConstraints()
          Get context's constraints.
 



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