|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadException | |
---|---|
olg.csv.bean | This package provides the main classes and interfaces for reading/writing Beans from Rows. |
olg.csv.bean.loader | This package provides all the useful classes in the loading of classes involved in the reading / writing bean process from an XML descriptor. |
olg.csv.bean.loader.filter | This package provides filter loaders. |
olg.csv.bean.loader.filter.impl | This package provides filter loaders implementation. |
olg.csv.bean.loader.getter | This package provides getter loaders. |
olg.csv.bean.loader.getter.impl | This package provides getter loaders implementation. |
olg.csv.bean.loader.parser | This package provides parser loaders. |
olg.csv.bean.loader.parser.impl | This package provides parser loaders implementation. |
Uses of LoadException in olg.csv.bean |
---|
Constructors in olg.csv.bean that throw LoadException | |
---|---|
BeanReader(File configFile,
IReader reader)
|
|
BeanReader(File configFile,
IReader reader,
boolean skipEmptyRow)
|
|
BeanWriter(File configFile,
IWriter writer)
|
|
BeanWriter(File configFile,
IWriter writer,
boolean skipEmptyRow)
|
Uses of LoadException in olg.csv.bean.loader |
---|
Methods in olg.csv.bean.loader that throw LoadException | ||
---|---|---|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.checkLoading(List<CellProcessor<E>> columnFormatters)
Checking the order of columns. |
|
protected
|
CellProcessorLoader.extractColumnType(Element element,
Class<E> beanClass)
Identifies from an XML Element a CellProcessor list. |
|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.extractColumnType(Element element,
Class<T> classBean)
|
|
private static PropertyFormatter |
CellProcessorLoader.extractConcateReadPropertyType(Element element,
Class<?> beanClass)
Returns a PropertyFormatter which assembles severals properties of the given bean as a string. |
|
private static PropertyFormatter |
CellProcessorLoader.extractReadPropertyType(Element element,
Class<?> classBean)
Returns PropertyFormatter from the given XML element. |
|
static Object |
CustomLoader.getBean(Element node)
Returns an instance of a bean corresponding to XML node parameter. |
|
protected abstract Formatter<?> |
AbstractFormatterLoader.getConcreteFormatter(Element node)
Returns a concret formatter. |
|
protected Formatter<? extends Date> |
AbstractFormatterLoader.DateFormatterLoader.getConcreteFormatter(Element node)
|
|
protected Formatter<?> |
AbstractFormatterLoader.CustomFormatterLoader.getConcreteFormatter(Element node)
|
|
Formatter<?> |
AbstractFormatterLoader.getFormatter(Element element)
Returns a concret formatter identified from the given XML element. |
|
protected
|
BeanProcessorLoader.getPropertyParser(Element node,
Class<I> beanClass)
Returns new propertyProcessor which have responsability to set a property to the given bean. |
|
protected
|
BeanProcessorLoader.RowBeanTransformerLoader.getPropertyParser(Element node,
Class<I> beanClass)
Returns the property processor corresponding to a property node. |
|
protected BeanProcessor<T> |
BeanProcessorLoader.getTransformer(Element element,
Class<T> classBean)
Returns new instance of BeanProcessor from XML node. |
|
protected
|
BeanProcessorLoader.identifyFieldClass(String name,
String className,
Class<B> beanClass)
Return thes concrete class with which the given field must be setted. |
|
protected
|
CellProcessorLoader.load(Element element,
String xmlListNodeName,
Class<E> beanClass)
load a CellProcessor list from an xml node. |
|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.load(Element element,
String xmlListNodeName,
Class<E> beanClass)
|
|
BeanProcessor<T> |
BeanProcessorLoader.load(File file)
Returns the transformer described in the given XML file. |
|
List<CellProcessor<B>> |
CellProcessorLoader.load(File file)
Returns the ColumnFormatter list described in the given XML file. |
|
private static
|
CustomLoader.setProperty(AbstractParser<T> parser,
String propertyName,
B bean,
String value)
Set a property on a bean. |
|
private static
|
CustomLoader.setProperty(Element node,
B bean)
Sets a property on a bean. |
Uses of LoadException in olg.csv.bean.loader.filter |
---|
Methods in olg.csv.bean.loader.filter that throw LoadException | |
---|---|
protected abstract AbstractStringFilter |
AbstractFiltreLoader.getConcreteFilter(Element node)
Returns a concret filter. |
AbstractStringFilter |
AbstractFiltreLoader.getFilter(Element element)
Returns a concret filter identified from the given XML element. |
Uses of LoadException in olg.csv.bean.loader.filter.impl |
---|
Methods in olg.csv.bean.loader.filter.impl that throw LoadException | |
---|---|
protected AbstractStringFilter |
LowerFilterLoader.getConcreteFilter(Element node)
|
protected AbstractStringFilter |
UpperFilterLoader.getConcreteFilter(Element node)
|
protected AbstractStringFilter |
CustomFilterLoader.getConcreteFilter(Element node)
|
protected AbstractStringFilter |
UpperFirstFilterLoader.getConcreteFilter(Element node)
|
Uses of LoadException in olg.csv.bean.loader.getter |
---|
Methods in olg.csv.bean.loader.getter that throw LoadException | |
---|---|
protected abstract AbstractGetter |
AbstractGetterLoader.getConcreteGetter(Element node,
String defaultValue)
Returns a concret getter. |
AbstractGetter |
AbstractGetterLoader.getGetter(Element element)
Returns a concret getter identified from the given XML element. |
Uses of LoadException in olg.csv.bean.loader.getter.impl |
---|
Methods in olg.csv.bean.loader.getter.impl that throw LoadException | |
---|---|
protected AbstractGetter |
CustomGetterLoader.getConcreteGetter(Element node,
String defaultValue)
|
protected AbstractGetter |
ConcateGetterLoader.getConcreteGetter(Element node,
String defaultValue)
|
protected AbstractGetter |
ConstantGetterLoader.getConcreteGetter(Element node,
String defaultValue)
|
Uses of LoadException in olg.csv.bean.loader.parser |
---|
Methods in olg.csv.bean.loader.parser that throw LoadException | ||
---|---|---|
protected abstract
|
AbstractParserLoader.getConcreteParser(Class<T> clazz,
Element node)
Returns a concret parser this concret loader has the responsablity to create. |
|
|
AbstractParserLoader.getParser(Class<T> clazz,
Element element)
Returns a concret parser identified from the given XML Element. |
Uses of LoadException in olg.csv.bean.loader.parser.impl |
---|
Methods in olg.csv.bean.loader.parser.impl that throw LoadException | ||
---|---|---|
protected
|
CustomParserLoader.getConcreteParser(Class<T> clazz,
Element node)
|
|
protected AbstractParser |
DateParserLoader.getConcreteParser(Class clazz,
Element node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |