Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.misc.ConfigurationException

Packages that use ConfigurationException
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.utility Package to contain all of the 'utility' programs in Expresso - these are applications that run from the command line (e.g. not servlets) 
 

Uses of ConfigurationException in com.jcorporate.expresso.core.misc
 

Methods in com.jcorporate.expresso.core.misc that throw ConfigurationException
static File FileUtil.getTempDirectory(String dataContext)
          Retrieve the temp directory in the form of a java.io.File object.
static void ConfigManager.dbInitialize()
          Initialize our database pool(s)
static HashMap ConfigManager.getConfigInputSources(String filterDocType)
          Returns a hashmap keyed by filename, and data ='s a series of input streams corresponding to xml files of the desired doctype.
static ConfigContext ConfigManager.getContext(String contextName)
          Return the context configuration object for the named context.
static ConfigJdbc ConfigManager.getJdbc(String contextName)
          Get the Jdbc configuration (if any) for the named context
static ConfigJdbc ConfigManager.getJdbcRequired(String contextName)
          Get a Jdbc configuration object, throwing an exception if there is not one for the specified context
static void ConfigManager.startJobHandler()
          Start job handlers The job handler for each DB context is started if the appropriate configuration entry is found for that context
protected  void ConfigManager.stopJobHandler()
          Stops all job handlers
static void ConfigManager.load(String theConfigDir)
          "Second stage" configuration.
static void ConfigManager.mapOtherDBs()
          Map otherdb locations into a hashtable stored in memory.
 

Uses of ConfigurationException in com.jcorporate.expresso.core.utility
 

Methods in com.jcorporate.expresso.core.utility that throw ConfigurationException
static void ReNameUtil.processDB(String configDir, String db)
           
static List DBTool.compareTables(InstallLog theLog, Vector allSchemas, String dbName)
          Reverse engineer the table for each db object for every known schema, then compare the fields in the database to the fields in the db object and report on the differences to the the log and to System.err

todo why isn't this log passed in used?

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.