Uses of Class
org.jdiseq.filter.InvalidConfigurationException

Packages that use InvalidConfigurationException
org.jdiseq.filter Provides classes to specify filtering for the jDiSeq tool. 
 

Uses of InvalidConfigurationException in org.jdiseq.filter
 

Methods in org.jdiseq.filter that throw InvalidConfigurationException
 Filter[] FilterPersistenceImpl.load()
          
 MethodFilter[] FilterPersistenceImpl.loadMethodFilter()
          
 PackageFilter[] FilterPersistenceImpl.loadPackageFilter()
          
protected  Element FilterPersistenceImpl.parseConfiguration(java.io.InputStream inputStream)
          Reads the configuration file's content and sets the configuration settings.
protected  java.io.InputStream FilterPersistenceImpl.getConfigurationInputStream(java.lang.String configFile)
           
 

Constructors in org.jdiseq.filter that throw InvalidConfigurationException
FilterPersistenceImpl(java.io.InputStream inputStream)
          Reads configuration from an InputStream given by the client.
FilterPersistenceImpl(java.lang.String configFilename)
          Initilized the configuration based on the filename given as a parameter.
FilterPersistenceImpl()
          Initializes the configuration with the default filter configuration file name.
 



Copyright © 2003 SourceForge.net. All Rights Reserved.