net.sourceforge.demetrix.ui
Class ProcessChainExcelReader
java.lang.Object
net.sourceforge.demetrix.ui.ProcessChainExcelReader
- public class ProcessChainExcelReader
- extends Object
- Author:
- Dimitri Pissarenko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
private File file
logger
private Logger logger
ProcessChainExcelReader
public ProcessChainExcelReader(File file)
read
public ProcessChain read()
throws FileNotFoundException,
IOException,
NoSuchMethodException,
IllegalAccessException,
InstantiationException,
InvocationTargetException
- Throws:
FileNotFoundException
IOException
NoSuchMethodException
IllegalAccessException
InstantiationException
InvocationTargetException
createDemetrixPropertiesHolders
private void createDemetrixPropertiesHolders(HSSFWorkbook workBook,
ProcessChain processChain,
String sheetName,
Class propertiesHolderClass)
throws NoSuchMethodException,
IllegalAccessException,
InstantiationException,
InvocationTargetException
- Throws:
NoSuchMethodException
IllegalAccessException
InstantiationException
InvocationTargetException
createLinks
private void createLinks(HSSFWorkbook workBook,
ProcessChain processChain,
String sheetName)
createAppropriateProperty
private DemetrixProperty createAppropriateProperty(HSSFCell cell,
Hashtable propertyNames)