uk.ac.ebi.intenz.tools.sib.helper
Class FFWriterHelper

java.lang.Object
  extended by uk.ac.ebi.intenz.tools.sib.helper.FFWriterHelper

Deprecated. this is a view-tier task, use the IntEnzUtilities class instead (public webapp)

public class FFWriterHelper
extends Object

This class currently contains only one method to create hyperlinks for all cross-references (xrefs) in a flat file.

Version:
$Revision: 1.4 $ $Date: 2009/04/15 09:09:34 $
Author:
Michael Darsow

Constructor Summary
FFWriterHelper()
          Deprecated.  
 
Method Summary
static String createXrefHyperlinks(String flatFile)
          Deprecated. Create hyperlinks for all cross-references (xrefs) in a flat file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFWriterHelper

public FFWriterHelper()
Deprecated. 
Method Detail

createXrefHyperlinks

public static String createXrefHyperlinks(String flatFile)
Deprecated. 
Create hyperlinks for all cross-references (xrefs) in a flat file.

Parameters:
flatFile - The flat file string.
Returns:
the hyperlinked flat file string.
Throws:
NullPointerException - if flatFile is null.


Copyright © 2013 EMBL-EBI. All Rights Reserved.