Uses of Class
net.sf.jsefa.common.config.Configuration

Packages that use Configuration
net.sf.jsefa.common.config   
net.sf.jsefa.csv.config   
net.sf.jsefa.flr.config   
net.sf.jsefa.rbf   
net.sf.jsefa.rbf.config   
net.sf.jsefa.xml.config   
 

Uses of Configuration in net.sf.jsefa.common.config
 

Methods in net.sf.jsefa.common.config that return Configuration
abstract  Configuration<R,E> Configuration.createCopy()
          Creates a copy of this Configuration.
 

Constructors in net.sf.jsefa.common.config with parameters of type Configuration
Configuration(Configuration<R,E> other)
          Constructs a new Configuration as a copy of the given one.
 

Uses of Configuration in net.sf.jsefa.csv.config
 

Subclasses of Configuration in net.sf.jsefa.csv.config
 class CsvConfiguration
          A configuration object used when creating a CSV IO factory.
 

Uses of Configuration in net.sf.jsefa.flr.config
 

Subclasses of Configuration in net.sf.jsefa.flr.config
 class FlrConfiguration
          A configuration object used when creating an FLR IO factory.
 

Uses of Configuration in net.sf.jsefa.rbf
 

Classes in net.sf.jsefa.rbf with type parameters of type Configuration
 class RbfIOFactory<C extends Configuration<RbfTypeMappingRegistry,RbfEntryPoint>,S extends RbfSerializer,D extends RbfDeserializer>
          Abstract super class for RBF factories.
 

Uses of Configuration in net.sf.jsefa.rbf.config
 

Subclasses of Configuration in net.sf.jsefa.rbf.config
 class RbfConfiguration<C extends RbfLowLevelConfiguration>
          The abstract superclass for RBF type configuration classes.
 

Uses of Configuration in net.sf.jsefa.xml.config
 

Subclasses of Configuration in net.sf.jsefa.xml.config
 class XmlConfiguration
          A configuration object used when creating an XML IO factory.
 



Copyright © 2014. All rights reserved.