Forge - Shell API 1.2.0.Final

Uses of Class
org.jboss.forge.resources.ResourceFlag

Packages that use ResourceFlag
org.jboss.forge.resources   
 

Uses of ResourceFlag in org.jboss.forge.resources
 

Fields in org.jboss.forge.resources with type parameters of type ResourceFlag
protected  EnumSet<ResourceFlag> AbstractResource.flags
           
 

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

Methods in org.jboss.forge.resources that return types with arguments of type ResourceFlag
 Set<ResourceFlag> AbstractResource.getFlags()
           
 Set<ResourceFlag> Resource.getFlags()
           
 

Methods in org.jboss.forge.resources with parameters of type ResourceFlag
 boolean AbstractResource.isFlagSet(ResourceFlag flag)
           
 boolean Resource.isFlagSet(ResourceFlag flag)
          Return true if the given ResourceFlag is set.
 void AbstractResource.setFlag(ResourceFlag flag)
           
 void Resource.setFlag(ResourceFlag flag)
          Set the given ResourceFlag.
 void AbstractResource.unsetFlag(ResourceFlag flag)
           
 void Resource.unsetFlag(ResourceFlag flag)
          Unset the given ResourceFlag.
 


Forge - Shell API 1.2.0.Final

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