Uses of Class
com.univocity.api.exception.IllegalConfigurationException

Packages that use IllegalConfigurationException
com.univocity.api.config   
 

Uses of IllegalConfigurationException in com.univocity.api.config
 

Methods in com.univocity.api.config that throw IllegalConfigurationException
 File PropertyBasedConfiguration.getDirectory(String property, boolean mandatory, boolean validateRead, boolean validateWrite, boolean create, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a directory, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical directory matches a given criteria (e.g.
 File PropertyBasedConfiguration.getDirectory(String property, boolean validateRead, boolean validateWrite, boolean create, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a directory, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical directory matches a given criteria (e.g.
 File PropertyBasedConfiguration.getDirectory(String property, File defaultDir, boolean validateRead, boolean validateWrite, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a directory, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical directory matches a given criteria (e.g.
 File PropertyBasedConfiguration.getFile(String property, boolean mandatory, boolean validateRead, boolean validateWrite, boolean create, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a file, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical file matches a given criteria (e.g.
 File PropertyBasedConfiguration.getFile(String property, boolean validateRead, boolean validateWrite, boolean create, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a file, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical file matches a given criteria (e.g.
 File PropertyBasedConfiguration.getFile(String property, File defaultFile, boolean validateRead, boolean validateWrite, String... keyValuePairs)
          Given a property of the configuration, reads the property value as a path to a file, replacing any variables between '!{' and '}', and returns an instance of File for that path, ensuring the physical file matches a given criteria (e.g.
 String PropertyBasedConfiguration.getProperty(String property)
          Returns the value associated with a property in the configuration
 String PropertyBasedConfiguration.getProperty(String property, String... keyValuePairs)
          Returns the value associated with a property in the configuration, replacing variables between '!{' and '}'.
 File PropertyBasedConfiguration.getValidatedDirectory(String pathToDir, boolean mandatory, boolean validateRead, boolean validateWrite, boolean create)
          Given a path to a directory, returns an instance of File for that path, ensuring the physical directory matches a given criteria (e.g.
 File PropertyBasedConfiguration.getValidatedFile(String pathToFile, boolean mandatory, boolean validateRead, boolean validateWrite, boolean create)
          Given a path to a file, returns an instance of File for that path, ensuring the physical file matches a given criteria (e.g.
 

Constructors in com.univocity.api.config that throw IllegalConfigurationException
PropertyBasedConfiguration(File inputProperties)
          Creates a configuration instance from a File
PropertyBasedConfiguration(InputStream inputProperties)
          Creates a configuration instance from an InputStream
PropertyBasedConfiguration(Reader inputProperties)
          Creates a configuration instance from a Reader
PropertyBasedConfiguration(String... configurationPaths)
          Creates a configuration instance from a list of paths to files containing properties.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.