edu.mayo.informatics.lexgrid.convert.formats.baseFormats
Class URIBase
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.URIBase
- Direct Known Subclasses:
- HL7SQL, NCIThesaurusHistoryFile, OBO, Owl, ProtegeFrames, RRFFiles, SemNetFiles, UMLSHistoryFile
public class URIBase
- extends CommonBase
Common bits for formats that read or write from a file.
- Version:
- subversion $Revision: 1052 $ checked in on $Date: 2006-01-30
05:42:24 -0600 (Mon, 30 Jan 2006) $
- Author:
- Dan Armbrust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileLocation
protected java.net.URI fileLocation
URIBase
public URIBase()
setFileLocation
public void setFileLocation(java.net.URI fileLocation)
getConnectionSummary
public java.lang.String getConnectionSummary(java.lang.String description)
testConnection
public java.lang.String testConnection()
throws ConnectionFailure
- Overrides:
testConnection
in class CommonBase
- Throws:
ConnectionFailure
getFileLocation
public java.net.URI getFileLocation()