Uses of Class
gldapo.exception.GldapoInitializationException

Packages that use GldapoInitializationException
gldapo   
gldapo.exception   
 

Uses of GldapoInitializationException in gldapo
 

Methods in gldapo that throw GldapoInitializationException
static Object Gldapo.initialize(Map config)
          Calls Gldapo.resetWithConfig(Map) on the gldapo Gldapo.instance
static Object Gldapo.initialize(String environment)
          Tries to find the default config file and passes it's URL along with environment to Gldapo.initialize(URL,String)
static Object Gldapo.initialize(URL configUrl, String environment)
          Initializes using the config script configUrl and parses it for environment
 

Uses of GldapoInitializationException in gldapo.exception
 

Subclasses of GldapoInitializationException in gldapo.exception
 class GldapoInvalidConfigException
           
 



Copyright © 2007-2010 Codehaus. All Rights Reserved.