edu.mayo.informatics.lexgrid.convert.formats.outputFormats
Class LexGridXMLOut

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.formats.outputFormats.LexGridXMLOut
All Implemented Interfaces:
OutputFormatInterface
Direct Known Subclasses:
LexGridXMLSWTOut

public class LexGridXMLOut
extends java.lang.Object
implements OutputFormatInterface

Details for writing an XML file.

Version:
subversion $Revision: 7198 $ checked in on $Date: 2008-02-15 18:08:36 +0000 (Fri, 15 Feb 2008) $
Author:
Dan Armbrust

Field Summary
static java.lang.String description
           
protected  java.lang.String folderLocation_
           
 
Constructor Summary
LexGridXMLOut()
           
LexGridXMLOut(java.lang.String folderLocation)
           
 
Method Summary
 java.lang.String getConnectionSummary()
          Get a summary of the connection parameters.
 java.lang.String getDescription()
          The description of the output type.
 java.lang.String getFolderLocation()
           
 Option[] getOptions()
           
 java.lang.String testConnection()
          See if the provided parameters make a valid connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public static final java.lang.String description
See Also:
Constant Field Values

folderLocation_

protected java.lang.String folderLocation_
Constructor Detail

LexGridXMLOut

public LexGridXMLOut(java.lang.String folderLocation)

LexGridXMLOut

public LexGridXMLOut()
Method Detail

getConnectionSummary

public java.lang.String getConnectionSummary()
Description copied from interface: OutputFormatInterface
Get a summary of the connection parameters.

Specified by:
getConnectionSummary in interface OutputFormatInterface
Returns:
the summary.

getDescription

public java.lang.String getDescription()
Description copied from interface: OutputFormatInterface
The description of the output type.

Specified by:
getDescription in interface OutputFormatInterface
Returns:

getOptions

public Option[] getOptions()
Specified by:
getOptions in interface OutputFormatInterface

getFolderLocation

public java.lang.String getFolderLocation()

testConnection

public java.lang.String testConnection()
                                throws ConnectionFailure
Description copied from interface: OutputFormatInterface
See if the provided parameters make a valid connection

Specified by:
testConnection in interface OutputFormatInterface
Returns:
An optional warning about the connection - for example, SQL implementations may want to return a warning if the existing sql tables are a different version than what is expected.
Throws:
ConnectionFailure - If a connection can't be made.

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.