Uses of Class
org.richfaces.cdk.vfs.VFSType

Packages that use VFSType
org.richfaces.cdk.vfs   
org.richfaces.cdk.vfs.file   
org.richfaces.cdk.vfs.zip   
 

Uses of VFSType in org.richfaces.cdk.vfs
 

Methods in org.richfaces.cdk.vfs that return VFSType
 VFSType VFSRoot.getType()
           
static VFSType VFSType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VFSType[] VFSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of VFSType in org.richfaces.cdk.vfs.file
 

Methods in org.richfaces.cdk.vfs.file that return VFSType
 VFSType FileVFSRoot.getType()
           
 

Uses of VFSType in org.richfaces.cdk.vfs.zip
 

Methods in org.richfaces.cdk.vfs.zip that return VFSType
 VFSType ZipVFSRoot.getType()
           
 



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