Uses of Class
org.weborganic.bastille.web.BundleConfig.Type

Packages that use BundleConfig.Type
org.weborganic.bastille.web This package provides basic generators to provides Web components such as headers, footers and Navigation. 
 

Uses of BundleConfig.Type in org.weborganic.bastille.web
 

Methods in org.weborganic.bastille.web that return BundleConfig.Type
 BundleConfig.Type BundleConfig.type()
           
static BundleConfig.Type BundleConfig.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BundleConfig.Type[] BundleConfig.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.weborganic.bastille.web with parameters of type BundleConfig.Type
static BundleConfig BundleConfig.newInstance(String name, BundleConfig.Type type, File root)
          Creates new instance of a bundle configuration.