A B C D E F G H I N P R S T V W X 

A

a() - Method in class com.ebay.xcelite.utils.diff.info.Collections
 
addRowPostProcessor(RowPostProcessor<T>) - Method in interface com.ebay.xcelite.reader.SheetReader
Adds a row post processor.
addRowPostProcessor(RowPostProcessor<T>) - Method in class com.ebay.xcelite.reader.SheetReaderAbs
 
aFile() - Method in class com.ebay.xcelite.utils.diff.info.Files
 
AnyColumn - Annotation Type in com.ebay.xcelite.annotations
Annotation to annotate a Map field which represents K/V as column and value in excel file.
aSheetname() - Method in class com.ebay.xcelite.utils.diff.info.Sheets
 

B

b() - Method in class com.ebay.xcelite.utils.diff.info.Collections
 
BeanSheetReader<T> - Class in com.ebay.xcelite.reader
Class description...
BeanSheetReader(XceliteSheet, Class<T>) - Constructor for class com.ebay.xcelite.reader.BeanSheetReader
 
BeanSheetWriter<T> - Class in com.ebay.xcelite.writer
 
BeanSheetWriter(XceliteSheet, Class<T>) - Constructor for class com.ebay.xcelite.writer.BeanSheetWriter
 
bFile() - Method in class com.ebay.xcelite.utils.diff.info.Files
 
bSheetname() - Method in class com.ebay.xcelite.utils.diff.info.Sheets
 

C

CellStyles - Class in com.ebay.xcelite.styles
 
CellStyles(Workbook) - Constructor for class com.ebay.xcelite.styles.CellStyles
 
CellStylesBank - Class in com.ebay.xcelite.styles
Class description...
CellStylesBank() - Constructor for class com.ebay.xcelite.styles.CellStylesBank
 
Col - Class in com.ebay.xcelite.column
Represents a Column object which holds all data about the Excel column.
Col(String) - Constructor for class com.ebay.xcelite.column.Col
 
Col(String, String) - Constructor for class com.ebay.xcelite.column.Col
 
Collections<T> - Class in com.ebay.xcelite.utils.diff.info
Class description...
Collections(Collection<T>, Collection<T>, Collection<T>) - Constructor for class com.ebay.xcelite.utils.diff.info.Collections
 
collections() - Method in interface com.ebay.xcelite.utils.diff.info.Info
 
collections() - Method in class com.ebay.xcelite.utils.diff.report.ReportInfo
 
Column - Annotation Type in com.ebay.xcelite.annotations
Annotation to annotate a field to represent a column in excel file.
ColumnsExtractor - Class in com.ebay.xcelite.column
 
ColumnsExtractor(Class<?>) - Constructor for class com.ebay.xcelite.column.ColumnsExtractor
 
ColumnsMapper - Class in com.ebay.xcelite.column
Class description...
ColumnsMapper(Set<Col>) - Constructor for class com.ebay.xcelite.column.ColumnsMapper
 
ColumnValueConverter<T,V> - Interface in com.ebay.xcelite.converters
Abstraction of generic column value converter.
com.ebay.xcelite - package com.ebay.xcelite
 
com.ebay.xcelite.annotate - package com.ebay.xcelite.annotate
 
com.ebay.xcelite.annotations - package com.ebay.xcelite.annotations
 
com.ebay.xcelite.column - package com.ebay.xcelite.column
 
com.ebay.xcelite.converters - package com.ebay.xcelite.converters
 
com.ebay.xcelite.exceptions - package com.ebay.xcelite.exceptions
 
com.ebay.xcelite.reader - package com.ebay.xcelite.reader
 
com.ebay.xcelite.sheet - package com.ebay.xcelite.sheet
 
com.ebay.xcelite.styles - package com.ebay.xcelite.styles
 
com.ebay.xcelite.utils.diff - package com.ebay.xcelite.utils.diff
 
com.ebay.xcelite.utils.diff.info - package com.ebay.xcelite.utils.diff.info
 
com.ebay.xcelite.utils.diff.report - package com.ebay.xcelite.utils.diff.report
 
com.ebay.xcelite.writer - package com.ebay.xcelite.writer
 
compareTo(Col) - Method in class com.ebay.xcelite.column.Col
 
copyTo(Col) - Method in class com.ebay.xcelite.column.Col
 
createSheet() - Method in class com.ebay.xcelite.Xcelite
Creates new sheet.
createSheet(String) - Method in class com.ebay.xcelite.Xcelite
Creates new sheet with specified name.
CSVColumnValueConverter - Class in com.ebay.xcelite.converters
Serializes a Collection object to a comma separated String.
CSVColumnValueConverter() - Constructor for class com.ebay.xcelite.converters.CSVColumnValueConverter
 

D

DelimiterColumnValueConverter - Class in com.ebay.xcelite.converters
An abstraction of delimiter column value converter.
DelimiterColumnValueConverter() - Constructor for class com.ebay.xcelite.converters.DelimiterColumnValueConverter
 
deserialize(Object) - Method in class com.ebay.xcelite.annotate.NoConverterClass
 
deserialize(T) - Method in interface com.ebay.xcelite.converters.ColumnValueConverter
Deserializes given value to a different type.
deserialize(String) - Method in class com.ebay.xcelite.converters.DelimiterColumnValueConverter
 
diff(SheetReader<T>, SheetReader<T>) - Static method in class com.ebay.xcelite.utils.diff.XceliteDiff
Returns the difference between two sheets.
diff(SheetReader<T>, SheetReader<T>, ReportGenerator) - Static method in class com.ebay.xcelite.utils.diff.XceliteDiff
Returns the difference between two sheets.
difference() - Method in class com.ebay.xcelite.utils.diff.info.Collections
 
DiffResult<T> - Interface in com.ebay.xcelite.utils.diff
Class description...

E

equals(Object) - Method in class com.ebay.xcelite.column.Col
 
extract() - Method in class com.ebay.xcelite.column.ColumnsExtractor
 

F

Files - Class in com.ebay.xcelite.utils.diff.info
Class description...
Files(String, String) - Constructor for class com.ebay.xcelite.utils.diff.info.Files
 
files() - Method in interface com.ebay.xcelite.utils.diff.info.Info
 
files() - Method in class com.ebay.xcelite.utils.diff.report.ReportInfo
 

G

generateHeaderRow(boolean) - Method in interface com.ebay.xcelite.writer.SheetWriter
 
generateHeaderRow(boolean) - Method in class com.ebay.xcelite.writer.SheetWriterAbs
 
generateReport(Info<T>) - Method in interface com.ebay.xcelite.utils.diff.report.ReportGenerator
 
get(Workbook) - Static method in class com.ebay.xcelite.styles.CellStylesBank
 
getAnyColumn() - Method in class com.ebay.xcelite.column.ColumnsExtractor
 
getBeanReader(Class<T>) - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getBeanReader(Class<T>) - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getBeanWriter(Class<T>) - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getBeanWriter(Class<T>) - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getBoldStyle() - Method in class com.ebay.xcelite.styles.CellStyles
 
getBytes() - Method in class com.ebay.xcelite.Xcelite
Gets the excel file as byte array.
getCollection(Iterable<?>) - Method in class com.ebay.xcelite.converters.CSVColumnValueConverter
 
getCollection(Iterable<?>) - Method in class com.ebay.xcelite.converters.DelimiterColumnValueConverter
Gets the collection that will be used to store the deserialized delimited string.
getCollection(Iterable<?>) - Method in class com.ebay.xcelite.converters.VTColumnValueConverter
 
getColumn(String) - Method in class com.ebay.xcelite.column.ColumnsMapper
 
getColumns() - Method in class com.ebay.xcelite.column.ColumnsExtractor
 
getConverter() - Method in class com.ebay.xcelite.column.Col
 
getCustomDataFormatStyle(String) - Method in class com.ebay.xcelite.styles.CellStyles
 
getDataFormat() - Method in class com.ebay.xcelite.column.Col
 
getDateStyle() - Method in class com.ebay.xcelite.styles.CellStyles
 
getDelimiter() - Method in class com.ebay.xcelite.converters.CSVColumnValueConverter
 
getDelimiter() - Method in class com.ebay.xcelite.converters.DelimiterColumnValueConverter
Gets the string separator.
getDelimiter() - Method in class com.ebay.xcelite.converters.VTColumnValueConverter
 
getDifference() - Method in interface com.ebay.xcelite.utils.diff.DiffResult
Gets a collection which represents the difference between two sheets.
getFieldName() - Method in class com.ebay.xcelite.column.Col
 
getFile() - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getFile() - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getName() - Method in class com.ebay.xcelite.column.Col
 
getNativeSheet() - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getNativeSheet() - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getReport() - Method in interface com.ebay.xcelite.utils.diff.DiffResult
 
getSheet() - Method in interface com.ebay.xcelite.reader.SheetReader
Gets the sheet.
getSheet() - Method in class com.ebay.xcelite.reader.SheetReaderAbs
 
getSheet() - Method in interface com.ebay.xcelite.writer.SheetWriter
 
getSheet() - Method in class com.ebay.xcelite.writer.SheetWriterAbs
 
getSheet(int) - Method in class com.ebay.xcelite.Xcelite
Gets the sheet at the specified index.
getSheet(String) - Method in class com.ebay.xcelite.Xcelite
Gets the sheet with the specified index.
getSimpleReader() - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getSimpleReader() - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getSimpleWriter() - Method in interface com.ebay.xcelite.sheet.XceliteSheet
 
getSimpleWriter() - Method in class com.ebay.xcelite.sheet.XceliteSheetImpl
 
getType() - Method in class com.ebay.xcelite.column.Col
 
getWorkbook() - Method in class com.ebay.xcelite.styles.CellStyles
 

H

hashCode() - Method in class com.ebay.xcelite.column.Col
 

I

Info<T> - Interface in com.ebay.xcelite.utils.diff.info
Class description...
isAnyColumn() - Method in class com.ebay.xcelite.column.Col
 
isIdentical() - Method in interface com.ebay.xcelite.utils.diff.DiffResult
Whether or not the two sheets are identical.

N

NewLineDecorator<T> - Class in com.ebay.xcelite.utils.diff.report
Class description...
NewLineDecorator(Collection<T>) - Constructor for class com.ebay.xcelite.utils.diff.report.NewLineDecorator
 
NoClass - Class in com.ebay.xcelite.annotate
Marker class.
NoConverterClass - Class in com.ebay.xcelite.annotate
Marker class.
NoConverterClass() - Constructor for class com.ebay.xcelite.annotate.NoConverterClass
 

P

process(T) - Method in interface com.ebay.xcelite.reader.RowPostProcessor
Allows you to manipulate the object right after it was deserialized from row.

R

read() - Method in class com.ebay.xcelite.reader.BeanSheetReader
 
read() - Method in interface com.ebay.xcelite.reader.SheetReader
Reads the sheet and returns a collection of the specified type.
read() - Method in class com.ebay.xcelite.reader.SimpleSheetReader
 
readValueFromCell(Cell) - Method in class com.ebay.xcelite.reader.SheetReaderAbs
 
removeRowPostProcessor(RowPostProcessor<T>) - Method in interface com.ebay.xcelite.reader.SheetReader
Removes a row post processor.
removeRowPostProcessor(RowPostProcessor<T>) - Method in class com.ebay.xcelite.reader.SheetReaderAbs
 
ReportGenerator - Interface in com.ebay.xcelite.utils.diff.report
Class description...
ReportInfo<T> - Class in com.ebay.xcelite.utils.diff.report
Class description...
ReportInfo(Files, Sheets, Collections<T>) - Constructor for class com.ebay.xcelite.utils.diff.report.ReportInfo
 
Row - Annotation Type in com.ebay.xcelite.annotations
Annotation use for configuring the bean class.
RowPostProcessor<T> - Interface in com.ebay.xcelite.reader
An object which let you access to the object created after the excel row was processed.
rowPostProcessors - Variable in class com.ebay.xcelite.reader.SheetReaderAbs
 

S

serialize(Object) - Method in class com.ebay.xcelite.annotate.NoConverterClass
 
serialize(V) - Method in interface com.ebay.xcelite.converters.ColumnValueConverter
Serializes given value to a different type.
serialize(Collection<?>) - Method in class com.ebay.xcelite.converters.DelimiterColumnValueConverter
 
setAnyColumn(boolean) - Method in class com.ebay.xcelite.column.Col
 
setConverter(Class<? extends ColumnValueConverter<?, ?>>) - Method in class com.ebay.xcelite.column.Col
 
setDataFormat(String) - Method in class com.ebay.xcelite.column.Col
 
setFieldName(String) - Method in class com.ebay.xcelite.column.Col
 
setType(Class<?>) - Method in class com.ebay.xcelite.column.Col
 
sheet - Variable in class com.ebay.xcelite.reader.SheetReaderAbs
 
sheet - Variable in class com.ebay.xcelite.writer.SheetWriterAbs
 
SheetReader<T> - Interface in com.ebay.xcelite.reader
 
SheetReaderAbs<T> - Class in com.ebay.xcelite.reader
Class description...
SheetReaderAbs(XceliteSheet, boolean) - Constructor for class com.ebay.xcelite.reader.SheetReaderAbs
 
sheets() - Method in interface com.ebay.xcelite.utils.diff.info.Info
 
Sheets - Class in com.ebay.xcelite.utils.diff.info
Class description...
Sheets(String, String) - Constructor for class com.ebay.xcelite.utils.diff.info.Sheets
 
sheets() - Method in class com.ebay.xcelite.utils.diff.report.ReportInfo
 
SheetWriter<T> - Interface in com.ebay.xcelite.writer
 
SheetWriterAbs<T> - Class in com.ebay.xcelite.writer
Class description...
SheetWriterAbs(XceliteSheet, boolean) - Constructor for class com.ebay.xcelite.writer.SheetWriterAbs
 
SimpleSheetReader - Class in com.ebay.xcelite.reader
Class description...
SimpleSheetReader(XceliteSheet) - Constructor for class com.ebay.xcelite.reader.SimpleSheetReader
 
SimpleSheetWriter - Class in com.ebay.xcelite.writer
Class description...
SimpleSheetWriter(XceliteSheet) - Constructor for class com.ebay.xcelite.writer.SimpleSheetWriter
 
skipHeader - Variable in class com.ebay.xcelite.reader.SheetReaderAbs
 
skipHeaderRow(boolean) - Method in interface com.ebay.xcelite.reader.SheetReader
Whether to skip the first row or not when reading the sheet.
skipHeaderRow(boolean) - Method in class com.ebay.xcelite.reader.SheetReaderAbs
 

T

toString() - Method in class com.ebay.xcelite.column.Col
 
toString() - Method in class com.ebay.xcelite.utils.diff.report.NewLineDecorator
 

V

VTColumnValueConverter - Class in com.ebay.xcelite.converters
Serializes a Collection object to a VT separated String.
VTColumnValueConverter() - Constructor for class com.ebay.xcelite.converters.VTColumnValueConverter
 

W

write(Collection<T>) - Method in class com.ebay.xcelite.writer.BeanSheetWriter
 
write(Collection<T>) - Method in interface com.ebay.xcelite.writer.SheetWriter
 
write(Collection<Collection<Object>>) - Method in class com.ebay.xcelite.writer.SimpleSheetWriter
 
write() - Method in class com.ebay.xcelite.Xcelite
Saves data to the same file given in construction.
write(File) - Method in class com.ebay.xcelite.Xcelite
Saves data to a new file.
writeHeader - Variable in class com.ebay.xcelite.writer.SheetWriterAbs
 
writeToCell(Cell, Object, Class<?>) - Method in class com.ebay.xcelite.writer.SheetWriterAbs
 

X

Xcelite - Class in com.ebay.xcelite
Class description...
Xcelite() - Constructor for class com.ebay.xcelite.Xcelite
 
Xcelite(File) - Constructor for class com.ebay.xcelite.Xcelite
 
XceliteDiff - Class in com.ebay.xcelite.utils.diff
Utility which compares two sheets and returns the difference between them.
XceliteException - Exception in com.ebay.xcelite.exceptions
Class description...
XceliteException(String) - Constructor for exception com.ebay.xcelite.exceptions.XceliteException
 
XceliteException(Exception) - Constructor for exception com.ebay.xcelite.exceptions.XceliteException
 
XceliteException(String, Exception) - Constructor for exception com.ebay.xcelite.exceptions.XceliteException
 
XceliteSheet - Interface in com.ebay.xcelite.sheet
Class description...
XceliteSheetImpl - Class in com.ebay.xcelite.sheet
Class description...
XceliteSheetImpl(Sheet) - Constructor for class com.ebay.xcelite.sheet.XceliteSheetImpl
 
XceliteSheetImpl(Sheet, File) - Constructor for class com.ebay.xcelite.sheet.XceliteSheetImpl
 
A B C D E F G H I N P R S T V W X 

Copyright © 2014. All rights reserved.