Uses of Class
org.weborganic.bastille.util.WebBundle.Type

Packages that use WebBundle.Type
org.weborganic.bastille.util Where utility classes go. 
 

Uses of WebBundle.Type in org.weborganic.bastille.util
 

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

Methods in org.weborganic.bastille.util with parameters of type WebBundle.Type
 File WebBundleTool.bundle(List<File> files, String name, WebBundle.Type type, boolean minimize)
          Bundles the specified files together.