Uses of Interface
org.weborganic.bastille.flint.config.IFlintConfig

Packages that use IFlintConfig
org.weborganic.bastille.flint.config Classes used to centralize the Flint configuration on Berlioz. 
org.weborganic.bastille.flint.helpers Utility classes for the content generators. 
 

Uses of IFlintConfig in org.weborganic.bastille.flint.config
 

Classes in org.weborganic.bastille.flint.config that implement IFlintConfig
 class BaseDefaultConfig
          A base class for flint configurations using the default settings.
 class ComplexConfig
          A configuration for multiple indexes which uses templates depending on the index.
 class SimpleConfig
          A simple configuration for single/multiple indexes which uses only one template common to all indexes.
 

Methods in org.weborganic.bastille.flint.config that return IFlintConfig
static IFlintConfig FlintConfig.get()
          Returns the flint configuration used by default.
 

Methods in org.weborganic.bastille.flint.config with parameters of type IFlintConfig
static void FlintConfig.setup(IFlintConfig config)
          Allows implementation to setup the Flint config and bypass the default auto setup.
 

Uses of IFlintConfig in org.weborganic.bastille.flint.helpers
 

Constructors in org.weborganic.bastille.flint.helpers with parameters of type IFlintConfig
FileContent(File f, IFlintConfig config)
          Creates a new content from a given file.