sbrt.shell.io
Class AbstractSbrtFile

java.lang.Object
  extended by sbrt.shell.io.AbstractSbrtFile

public class AbstractSbrtFile
extends java.lang.Object

This class provides a helper method for SBRT files.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Constructor Summary
AbstractSbrtFile()
           
 
Method Summary
static java.lang.String getCanonicalName(java.lang.String fileName)
          Returns the canonical name of the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSbrtFile

public AbstractSbrtFile()
Method Detail

getCanonicalName

public static java.lang.String getCanonicalName(java.lang.String fileName)
Returns the canonical name of the specified file.

Parameters:
fileName - the name of the file.
Returns:
the canonical name of the specified file.
See Also:
File.getCanonicalPath()