org.tridas.io.formats.trims
Class TrimsWriter

java.lang.Object
  extended by org.tridas.io.AbstractDendroCollectionWriter
      extended by org.tridas.io.formats.trims.TrimsWriter

public class TrimsWriter
extends AbstractDendroCollectionWriter


Constructor Summary
TrimsWriter()
           
 
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 setNamingConvention(INamingConvention argConvension)
          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, saveFileToDisk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrimsWriter

public TrimsWriter()
Method Detail

parseTridasProject

protected void parseTridasProject(org.tridas.schema.TridasProject argProject,
                                  IMetadataFieldSet argDefaults)
                           throws IncompleteTridasDataException,
                                  ConversionWarningException
Description copied from class: AbstractDendroCollectionWriter
Parse the project with the given defaults

Specified by:
parseTridasProject in class AbstractDendroCollectionWriter
Throws:
IncompleteTridasDataException
ConversionWarningException

getDefaults

public IMetadataFieldSet getDefaults()
Description copied from class: AbstractDendroCollectionWriter
Get the default values for this writer.

Specified by:
getDefaults in class AbstractDendroCollectionWriter
Returns:
See Also:
org.tridas.io.IDendroFileReader#getDefaults()

getDescription

public String getDescription()
Description copied from class: AbstractDendroCollectionWriter
Get the description of the format

Specified by:
getDescription in class AbstractDendroCollectionWriter
Returns:
See Also:
org.tridas.io.IDendroCollectionWriter#getDescription()

getFullName

public String getFullName()
Description copied from class: AbstractDendroCollectionWriter
Get the full name of the format

Specified by:
getFullName in class AbstractDendroCollectionWriter
Returns:
See Also:
org.tridas.io.IDendroCollectionWriter#getFullName()

getShortName

public String getShortName()
Description copied from class: AbstractDendroCollectionWriter
Get the short name of the format

Specified by:
getShortName in class AbstractDendroCollectionWriter
Returns:
See Also:
org.tridas.io.IDendroCollectionWriter#getShortName()

getNamingConvention

public INamingConvention getNamingConvention()
Description copied from class: AbstractDendroCollectionWriter
Get the naming convention

Specified by:
getNamingConvention in class AbstractDendroCollectionWriter
Returns:
See Also:
org.tridas.io.IDendroCollectionWriter#getNamingConvention()

setNamingConvention

public void setNamingConvention(INamingConvention argConvension)
Description copied from class: AbstractDendroCollectionWriter
Set the naming convention.

Specified by:
setNamingConvention in class AbstractDendroCollectionWriter
See Also:
org.tridas.io.IDendroCollectionWriter#setNamingConvention(org.tridas.io.naming.INamingConvention)


Copyright © 2011. All Rights Reserved.