com.canoo.ant.table
Class ExcelPropertyTable
java.lang.Object
com.canoo.ant.table.APropertyTable
com.canoo.ant.table.ExcelPropertyTable
- All Implemented Interfaces:
- IPropertyTable
public class ExcelPropertyTable
- extends APropertyTable
| Methods inherited from class com.canoo.ant.table.APropertyTable |
expandName, expandProps, getCachedTable, getColumnInfo, getContainer, getFilter, getMetaTable, getPrefix, getPropertiesList, getRawTable, getTable, setContainer, setFilter, setPrefix, setTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelPropertyTable
public ExcelPropertyTable()
hasJoinTable
protected boolean hasJoinTable()
- Description copied from class:
APropertyTable
- Indicates if the table container has a JOIN table.
- Overrides:
hasJoinTable in class APropertyTable
- Returns:
- default is
true
read
protected List read(String sheetName)
throws IOException
- Specified by:
read in class APropertyTable
- Throws:
IOException
putValue
protected void putValue(String value,
Object key,
Properties props)