JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
A
AbstractSource
- Class in
org.mazarineblue.datasources
AbstractSource(String)
- Constructor for class org.mazarineblue.datasources.
AbstractSource
AbstractSourceWrapper
<
Container
extends
DataSource
> - Class in
org.mazarineblue.datasources
AbstractSourceWrapper()
- Constructor for class org.mazarineblue.datasources.
AbstractSourceWrapper
AbstractSourceWrapper(Container)
- Constructor for class org.mazarineblue.datasources.
AbstractSourceWrapper
ArraySource
- Class in
org.mazarineblue.datasources
ArraySource(String)
- Constructor for class org.mazarineblue.datasources.
ArraySource
ArraySource(String, boolean)
- Constructor for class org.mazarineblue.datasources.
ArraySource
B
BlackboardException
- Exception in
org.mazarineblue.datasources.exceptions
BlackboardException()
- Constructor for exception org.mazarineblue.datasources.exceptions.
BlackboardException
BlackboardException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
BlackboardException
BlackboardException(String, Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
BlackboardException
BlackboardException(Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
BlackboardException
BlackboardSource
- Class in
org.mazarineblue.datasources
BlackboardSource(String)
- Constructor for class org.mazarineblue.datasources.
BlackboardSource
C
containsKey(String)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
containsValue(Object)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
D
DataSource
- Interface in
org.mazarineblue.datasources
The interface for fetching keys and data from a source.
DataValidationException
- Exception in
org.mazarineblue.datasources.exceptions
DataValidationException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
DataValidationException
DataValidationException(String, Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
DataValidationException
DataValidationException(Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
DataValidationException
declareVariable(String)
- Method in class org.mazarineblue.datasources.
BlackboardSource
declareVariable(String, String)
- Method in class org.mazarineblue.datasources.
BlackboardSource
E
ExcelSource
- Class in
org.mazarineblue.datasources
ExcelSource(String, Sheet, boolean)
- Constructor for class org.mazarineblue.datasources.
ExcelSource
Opens a sheet of an excel file as a DataSource.
ExcelSource(String, Sheet)
- Constructor for class org.mazarineblue.datasources.
ExcelSource
Opens a sheet of an excel file as a DataSource.
F
fetchMap()
- Method in class org.mazarineblue.datasources.
ObjectArraySource
G
getColumns()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getColumns()
- Method in class org.mazarineblue.datasources.
BlackboardSource
getColumns()
- Method in interface org.mazarineblue.datasources.
DataSource
Returns an array of supported columns.
getColumns()
- Method in class org.mazarineblue.datasources.
MatrixSource
getColumns()
- Method in class org.mazarineblue.datasources.
NullDataSource
getColumns()
- Method in class org.mazarineblue.datasources.
ObjectArraySource
getColumns()
- Method in class org.mazarineblue.datasources.
ResourceSource
getColumns()
- Method in class org.mazarineblue.datasources.
SourceChain
getData(String)
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getData(int)
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getData(String)
- Method in class org.mazarineblue.datasources.
BlackboardSource
getData(int)
- Method in class org.mazarineblue.datasources.
BlackboardSource
getData(String, Class<T>)
- Method in interface org.mazarineblue.datasources.
DataSource
Return the object at the specified column.
getData(String)
- Method in interface org.mazarineblue.datasources.
DataSource
Return the object at the specified column.
getData(int, Class<T>)
- Method in interface org.mazarineblue.datasources.
DataSource
getData(int)
- Method in interface org.mazarineblue.datasources.
DataSource
getData(int)
- Method in class org.mazarineblue.datasources.
ExcelSource
getData(String)
- Method in class org.mazarineblue.datasources.
MatrixSource
getData(String)
- Method in class org.mazarineblue.datasources.
NullDataSource
getData(int)
- Method in class org.mazarineblue.datasources.
NullDataSource
getData(String)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
getData(int)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
getData(int)
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
getData(String)
- Method in class org.mazarineblue.datasources.
ResourceSource
getData(int)
- Method in class org.mazarineblue.datasources.
ResourceSource
getData(String)
- Method in class org.mazarineblue.datasources.
SourceChain
getData(int)
- Method in class org.mazarineblue.datasources.
SourceChain
getLineIdentifier()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getLineIdentifier()
- Method in class org.mazarineblue.datasources.
ArraySource
getLineIdentifier()
- Method in interface org.mazarineblue.datasources.
DataSource
Returns the line identifier.
getLineIdentifier()
- Method in class org.mazarineblue.datasources.
ExcelSource
getLineIdentifier()
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
getLineIdentifier()
- Method in class org.mazarineblue.datasources.
SourceChain
getPostfix()
- Method in class org.mazarineblue.util.
MethodSignature
getSource()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getSourceIdentifier()
- Method in class org.mazarineblue.datasources.
AbstractSource
getSourceIdentifier()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
getSourceIdentifier()
- Method in interface org.mazarineblue.datasources.
DataSource
Returns the source identifier.
getSourceIdentifier()
- Method in class org.mazarineblue.datasources.
SourceChain
GLOBAL
- Static variable in class org.mazarineblue.datasources.
BlackboardSource
H
hasHeaders()
- Method in class org.mazarineblue.datasources.
MatrixSource
hasNext()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
hasNext()
- Method in class org.mazarineblue.datasources.
ArraySource
hasNext()
- Method in interface org.mazarineblue.datasources.
DataSource
Return true if the data source has more rows.
hasNext()
- Method in class org.mazarineblue.datasources.
ExcelSource
hasNext()
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
hasNext()
- Method in class org.mazarineblue.datasources.
SourceChain
I
IllegalMethodException
- Exception in
org.mazarineblue.datasources.exceptions
IllegalMethodException(Method, MethodSignature)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalMethodException
IllegalMethodParameterTypesException
- Exception in
org.mazarineblue.datasources.exceptions
IllegalMethodParameterTypesException(Method, MethodSignature)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalMethodParameterTypesException
IllegalMethodPostfixException
- Exception in
org.mazarineblue.datasources.exceptions
IllegalMethodPostfixException(Method, MethodSignature)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalMethodPostfixException
IllegalMethodReturnTypeException
- Exception in
org.mazarineblue.datasources.exceptions
IllegalMethodReturnTypeException(Method, MethodSignature)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalMethodReturnTypeException
IllegalSourceStateException
- Exception in
org.mazarineblue.datasources.exceptions
IllegalSourceStateException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalSourceStateException
IllegalSourceStateException(String, Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalSourceStateException
IllegalSourceStateException(Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
IllegalSourceStateException
isMethod(Method)
- Method in class org.mazarineblue.util.
MethodSignature
isSet()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
L
lastLink()
- Method in class org.mazarineblue.datasources.
SourceChain
link(DataSource...)
- Method in class org.mazarineblue.datasources.
SourceChain
link(DataSource)
- Method in class org.mazarineblue.datasources.
SourceChain
LOCAL
- Static variable in class org.mazarineblue.datasources.
BlackboardSource
M
MatrixConfigurationException
- Exception in
org.mazarineblue.datasources.exceptions
MatrixConfigurationException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
MatrixConfigurationException
MatrixConfigurationException(String, Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
MatrixConfigurationException
MatrixConfigurationException(Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
MatrixConfigurationException
MatrixSource
- Class in
org.mazarineblue.datasources
MatrixSource(String)
- Constructor for class org.mazarineblue.datasources.
MatrixSource
MatrixSource(String, Map<String, Integer>)
- Constructor for class org.mazarineblue.datasources.
MatrixSource
MethodSignature
- Class in
org.mazarineblue.util
MethodSignature()
- Constructor for class org.mazarineblue.util.
MethodSignature
MethodSignature(String)
- Constructor for class org.mazarineblue.util.
MethodSignature
N
next()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
next()
- Method in class org.mazarineblue.datasources.
ArraySource
next()
- Method in interface org.mazarineblue.datasources.
DataSource
Moves the data source to the next row.
next()
- Method in class org.mazarineblue.datasources.
ExcelSource
next()
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
next()
- Method in class org.mazarineblue.datasources.
SourceChain
NullDataSource
- Class in
org.mazarineblue.datasources
NullDataSource()
- Constructor for class org.mazarineblue.datasources.
NullDataSource
NullDataSource(String)
- Constructor for class org.mazarineblue.datasources.
NullDataSource
O
ObjectArraySource
- Class in
org.mazarineblue.datasources
ObjectArraySource(String)
- Constructor for class org.mazarineblue.datasources.
ObjectArraySource
ObjectArraySource(String, DataSource)
- Constructor for class org.mazarineblue.datasources.
ObjectArraySource
ObjectArraySource(String, boolean)
- Constructor for class org.mazarineblue.datasources.
ObjectArraySource
ObjectArraySource(String, Map<String, Object>)
- Constructor for class org.mazarineblue.datasources.
ObjectArraySource
ObjectArraySource(String, Map<String, Object>, boolean)
- Constructor for class org.mazarineblue.datasources.
ObjectArraySource
ObjectMatrixSource
- Class in
org.mazarineblue.datasources
ObjectMatrixSource(String, Object[][], boolean)
- Constructor for class org.mazarineblue.datasources.
ObjectMatrixSource
org.mazarineblue.datasources
- package org.mazarineblue.datasources
org.mazarineblue.datasources.exceptions
- package org.mazarineblue.datasources.exceptions
org.mazarineblue.util
- package org.mazarineblue.util
P
pop()
- Method in class org.mazarineblue.datasources.
ScopedSource
popSource()
- Method in class org.mazarineblue.datasources.
BlackboardSource
popSource(ObjectArraySource)
- Method in class org.mazarineblue.datasources.
BlackboardSource
popSource(String)
- Method in class org.mazarineblue.datasources.
BlackboardSource
push(Container)
- Method in class org.mazarineblue.datasources.
ScopedSource
pushSource(String)
- Method in class org.mazarineblue.datasources.
BlackboardSource
pushSource(ObjectArraySource)
- Method in class org.mazarineblue.datasources.
BlackboardSource
put(String, Object)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
putAll(Map<? extends String, ? extends Object>)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
putIfAbsent(String, Object)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
R
readPlainText(InputStream)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
remove(Container)
- Method in class org.mazarineblue.datasources.
ScopedSource
reset()
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
reset()
- Method in class org.mazarineblue.datasources.
ArraySource
reset()
- Method in interface org.mazarineblue.datasources.
DataSource
Resets the data source.
reset(String)
- Method in interface org.mazarineblue.datasources.
DataSource
reset()
- Method in class org.mazarineblue.datasources.
ExcelSource
reset()
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
reset()
- Method in class org.mazarineblue.datasources.
SourceChain
ResourceSource
- Class in
org.mazarineblue.datasources
ResourceSource(String, String)
- Constructor for class org.mazarineblue.datasources.
ResourceSource
Gets a resource bundle as data source.
ResourceSource(String, ResourceBundle)
- Constructor for class org.mazarineblue.datasources.
ResourceSource
S
ScopedSource
<
Container
extends
DataSource
> - Class in
org.mazarineblue.datasources
ScopedSource()
- Constructor for class org.mazarineblue.datasources.
ScopedSource
ScopedSource(Container)
- Constructor for class org.mazarineblue.datasources.
ScopedSource
ScopeNotFoundException
- Exception in
org.mazarineblue.datasources.exceptions
ScopeNotFoundException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
ScopeNotFoundException
setAnnotationTypes(Class...)
- Method in class org.mazarineblue.util.
MethodSignature
setData(String, Object)
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
setData(int, Object)
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
setData(String, Object)
- Method in class org.mazarineblue.datasources.
BlackboardSource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
BlackboardSource
setData(String, Object)
- Method in interface org.mazarineblue.datasources.
DataSource
Return the object at the specified index.
setData(int, Object)
- Method in interface org.mazarineblue.datasources.
DataSource
Sets the specified value to the specivied column.
setData(String, Object)
- Method in class org.mazarineblue.datasources.
ExcelSource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
ExcelSource
setData(String, Object)
- Method in class org.mazarineblue.datasources.
MatrixSource
setData(String, Object)
- Method in class org.mazarineblue.datasources.
NullDataSource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
NullDataSource
setData(String, Object)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
ObjectArraySource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
ObjectMatrixSource
setData(String, Object)
- Method in class org.mazarineblue.datasources.
ResourceSource
setData(int, Object)
- Method in class org.mazarineblue.datasources.
ResourceSource
setData(String, Object)
- Method in class org.mazarineblue.datasources.
SourceChain
setData(int, Object)
- Method in class org.mazarineblue.datasources.
SourceChain
setParameterTypes(Class...)
- Method in class org.mazarineblue.util.
MethodSignature
setReturnType(Class)
- Method in class org.mazarineblue.util.
MethodSignature
setSource(Container)
- Method in class org.mazarineblue.datasources.
AbstractSourceWrapper
setSource(Container)
- Method in class org.mazarineblue.datasources.
SourceWrapper
setup()
- Method in class org.mazarineblue.datasources.
BlackboardSource
setup(Map<String, Object>)
- Method in class org.mazarineblue.datasources.
BlackboardSource
SHEET
- Static variable in class org.mazarineblue.datasources.
BlackboardSource
SourceChain
- Class in
org.mazarineblue.datasources
SourceChain()
- Constructor for class org.mazarineblue.datasources.
SourceChain
SourceChain(DataSource)
- Constructor for class org.mazarineblue.datasources.
SourceChain
SourceChain(DataSource, SourceChain)
- Constructor for class org.mazarineblue.datasources.
SourceChain
SourceChain(DataSource...)
- Constructor for class org.mazarineblue.datasources.
SourceChain
SourceException
- Exception in
org.mazarineblue.datasources.exceptions
SourceException(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
SourceException
SourceException(String, Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
SourceException
SourceException(Throwable)
- Constructor for exception org.mazarineblue.datasources.exceptions.
SourceException
SourceWrapper
<
Container
extends
DataSource
> - Class in
org.mazarineblue.datasources
SourceWrapper()
- Constructor for class org.mazarineblue.datasources.
SourceWrapper
SourceWrapper(Container)
- Constructor for class org.mazarineblue.datasources.
SourceWrapper
T
teardown()
- Method in class org.mazarineblue.datasources.
BlackboardSource
toString()
- Method in class org.mazarineblue.datasources.
BlackboardSource
V
validateState()
- Method in class org.mazarineblue.datasources.
ArraySource
VariableAlreadyDeclared
- Exception in
org.mazarineblue.datasources.exceptions
VariableAlreadyDeclared(String)
- Constructor for exception org.mazarineblue.datasources.exceptions.
VariableAlreadyDeclared
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.