|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.io.AbstractDendroCollectionWriter
org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
public class ExcelMatrixWriter
| Constructor Summary | |
|---|---|
ExcelMatrixWriter()
|
|
| Method Summary | |
|---|---|
IMetadataFieldSet |
getDefaults()
Get the default values for this writer. |
String |
getDescription()
Get the description of the format |
String |
getFullName()
Get the full name of the format |
INamingConvention |
getNamingConvention()
Get the naming convention |
String |
getShortName()
Get the short name of the format |
protected void |
parseTridasProject(org.tridas.schema.TridasProject argProject,
IMetadataFieldSet argDefaults)
Parse the project with the given defaults |
void |
saveFileToDisk(String argOutputFolder,
String argFilename,
IDendroFile argFile)
Override to implement own file saving. |
void |
setNamingConvention(INamingConvention argConvention)
Set the naming convention. |
| Methods inherited from class org.tridas.io.AbstractDendroCollectionWriter |
|---|
addToFileList, addWarning, clearFiles, clearWarnings, constructDefaultMetadata, getFileList, getFiles, getWarnings, load, load, load, load, loadProject, loadProject, parseTridasContainer, saveAllToDisk, saveAllToDisk, saveFileToDisk |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelMatrixWriter()
| Method Detail |
|---|
protected void parseTridasProject(org.tridas.schema.TridasProject argProject,
IMetadataFieldSet argDefaults)
throws IncompleteTridasDataException,
ConversionWarningException
AbstractDendroCollectionWriter
parseTridasProject in class AbstractDendroCollectionWriterIncompleteTridasDataException
ConversionWarningExceptionpublic IMetadataFieldSet getDefaults()
AbstractDendroCollectionWriter
getDefaults in class AbstractDendroCollectionWriterpublic String getDescription()
AbstractDendroCollectionWriter
getDescription in class AbstractDendroCollectionWriterpublic String getFullName()
AbstractDendroCollectionWriter
getFullName in class AbstractDendroCollectionWriterpublic INamingConvention getNamingConvention()
AbstractDendroCollectionWriter
getNamingConvention in class AbstractDendroCollectionWriterpublic String getShortName()
AbstractDendroCollectionWriter
getShortName in class AbstractDendroCollectionWriterpublic void setNamingConvention(INamingConvention argConvention)
AbstractDendroCollectionWriter
setNamingConvention in class AbstractDendroCollectionWriter
public void saveFileToDisk(String argOutputFolder,
String argFilename,
IDendroFile argFile)
AbstractDendroCollectionWriterTridasIO.getWritingCharset().
saveFileToDisk in class AbstractDendroCollectionWriterargOutputFolder - output folder can be absolute, and always ends with "/" unless it's an
empty stringargFilename - filename of the file (without extension)argFile - a dendro file of this writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||