A C D G I L M O P R S W 

A

addDataItem(DataItem) - Method in class cmabreu.sagitarii.sdk.LineData
Same as LineData.addValue(String columnName, String value), but you can provide a column index on the new DataItem
addValue(String, String) - Method in class cmabreu.sagitarii.sdk.LineData
Adds a new column and its value to the line represented by this object.

C

cmabreu.sagitarii.sdk - package cmabreu.sagitarii.sdk
 
columnIndex - Variable in class cmabreu.sagitarii.sdk.DataItem
 
columnName - Variable in class cmabreu.sagitarii.sdk.DataItem
 
copyFile(String, String) - Method in class cmabreu.sagitarii.sdk.WrapperHelper
If you need to copy files

D

data - Variable in class cmabreu.sagitarii.sdk.DataItem
 
DataItem - Class in cmabreu.sagitarii.sdk
This class will hold the column name, data value and index number of a CSV item of a line.
DataItem(String, String, Integer) - Constructor for class cmabreu.sagitarii.sdk.DataItem
 

G

getColumn(Integer) - Method in class cmabreu.sagitarii.sdk.LineData
Given an index number, returns the column name.
getCsvHeader() - Method in class cmabreu.sagitarii.sdk.LineData
Return a CSV formated string representing the header ( list of columns ) of the line represented by this object
getCsvLine() - Method in class cmabreu.sagitarii.sdk.LineData
Return a CSV formated string representing the line ( list of values ) of the line represented by this object
getData(String) - Method in class cmabreu.sagitarii.sdk.LineData
Given a column name, return the correspondent data of the line represented by this object
getData(Integer) - Method in class cmabreu.sagitarii.sdk.LineData
Given an index number, returns the data value.
getInboxFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Returns the complete path to the activity instance inbox under exclusive work folder used by Teapot.
getIndex(String) - Method in class cmabreu.sagitarii.sdk.LineData
Given a column name, returns its index or -1 if not found.
getLine() - Method in class cmabreu.sagitarii.sdk.LineData
Return the internal list of DataItem objects representing the CSV line.
getOutboxFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Returns the complete path to the activity instance outbox under exclusive work folder used by Teapot.
getWorkFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Returns the complete path to the activity instance exclusive work folder used by Teapot.
getWrapperFolder() - Method in class cmabreu.sagitarii.sdk.Wrapper
The wrapper folder
getWrapperFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Returns the complete path to the wrappers folder used by Teapot.

I

IWrapperProcessor - Interface in cmabreu.sagitarii.sdk
Implement this interface to create a wrapper processor that will be passed to the Wrapper engine.

L

LineData - Class in cmabreu.sagitarii.sdk
This is a entire line of data from your CSV data and holds a list of DataItem
LineData() - Constructor for class cmabreu.sagitarii.sdk.LineData
 

M

moveFile(String, String) - Method in class cmabreu.sagitarii.sdk.WrapperHelper
If you need to move files

O

onNeedOutputData() - Method in interface cmabreu.sagitarii.sdk.IWrapperProcessor
This event will be fired when you call Wrapper.save().
onProcessBeforeStart(LineData) - Method in interface cmabreu.sagitarii.sdk.IWrapperProcessor
this event will be fired just before the CSV starting to process.
onProcessFinish() - Method in interface cmabreu.sagitarii.sdk.IWrapperProcessor
This event will be fired when all CSV file was read and processed.

P

process() - Method in class cmabreu.sagitarii.sdk.Wrapper
Execute the IWrapperProcessor implementation and pass the input CSV line by line (with header) to it.
processLine(LineData, WrapperHelper) - Method in interface cmabreu.sagitarii.sdk.IWrapperProcessor
This method will be called for each line found in the CSV input file.

R

readFromLibraryFolder(String) - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Read a text file from wrappers folder.
runExternal(String) - Method in class cmabreu.sagitarii.sdk.WrapperHelper
Execute an external application

S

save() - Method in class cmabreu.sagitarii.sdk.Wrapper
Save the output data.

W

Wrapper - Class in cmabreu.sagitarii.sdk
This class is the Wrapper engine.
Wrapper(String, String, String, IWrapperProcessor) - Constructor for class cmabreu.sagitarii.sdk.Wrapper
Constructor.
WrapperHelper - Class in cmabreu.sagitarii.sdk
This class will helps you with some useful tools.
WrapperHelper(String, String, String) - Constructor for class cmabreu.sagitarii.sdk.WrapperHelper
 
A C D G I L M O P R S W 

Copyright © 2015 Carlos Magno Oliveira de Abreu. All rights reserved.