Uses of Class
org.foray.common.ConfigurationException

Packages that use ConfigurationException
org.foray.app Application classes used for running FOray both on the command line and embedded in other applications. 
org.foray.common Low-level utility classes accessible to the entire application. 
org.foray.core The core processing classes for the application as a whole. 
 

Uses of ConfigurationException in org.foray.app
 

Constructors in org.foray.app that throw ConfigurationException
CommandLineOptions(org.apache.commons.cli.CommandLine parsedCommandLine)
          Constructor.
 

Uses of ConfigurationException in org.foray.common
 

Methods in org.foray.common that throw ConfigurationException
protected  Boolean Configuration.parseBoolean(String key, String value)
          Converts a given configuration item to a Boolean value.
abstract  boolean Configuration.parseOption(String key, String value, int precedenceValue)
          Attempt to add the configuration option.
protected  URL Configuration.parseURL(String key, String urlString)
          Converts a given configuration item to a URL.
protected  URL Configuration.parseURLDirectory(String key, String directory)
          Converts a given configuration item to a URL directory, logging a warning if the resulting URL points to a file instead of a directory.
protected  URL Configuration.parseURLFile(String key, String fileName)
          Converts a given configuration item to a URL, logging a warning if the resulting URL points to a directory instead of a file.
 

Uses of ConfigurationException in org.foray.core
 

Methods in org.foray.core that throw ConfigurationException
 boolean SessionConfig.parseOption(String key, String value, int precedenceValue)
           
 boolean OutputConfig.parseOption(String key, String value, int precedenceValue)
           
 



Copyright © 2017. All rights reserved.