org.tridas.io.formats.tucson
Class TucsonWriter

java.lang.Object
  extended by org.tridas.io.AbstractDendroCollectionWriter
      extended by org.tridas.io.formats.tucson.TucsonWriter

public class TucsonWriter
extends AbstractDendroCollectionWriter

Writer for the Tucson file format.

Author:
peterbrewer
See Also:
org.tridas.io.formats.tucson

Constructor Summary
TucsonWriter()
          Standard constructor
 
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
 void parseTridasProject(org.tridas.schema.TridasProject p, 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

TucsonWriter

public TucsonWriter()
Standard constructor

Method Detail

parseTridasProject

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

Specified by:
parseTridasProject in class AbstractDendroCollectionWriter
Throws:
IncompleteTridasDataException

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)

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.IDendroFileReader#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.IDendroFileReader#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.IDendroFileReader#getShortName()


Copyright © 2011. All Rights Reserved.