jadex.swing.sequence
Class FileCloneFetcher

java.lang.Object
  |
  +--jadex.swing.sequence.CloneFetcher
        |
        +--jadex.swing.sequence.FileCloneFetcher

public class FileCloneFetcher
extends CloneFetcher

This subclass of CloneFetcher is used to get clone information from local file systems.


Fields inherited from class jadex.swing.sequence.CloneFetcher
link
 
Constructor Summary
FileCloneFetcher()
          Creates new FileCloneFetcher
FileCloneFetcher(java.lang.String file)
          Second constructor.
 
Method Summary
 java.lang.String getCloneInfor()
          Fetch all clone information into a String.
static void main(java.lang.String[] args)
           
 void setFile(java.lang.String f)
          Set the name of the file to be opened.
 
Methods inherited from class jadex.swing.sequence.CloneFetcher
fetchClone, getClone, getClone, getContig, getMapName, getMapScale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCloneFetcher

public FileCloneFetcher()
Creates new FileCloneFetcher

FileCloneFetcher

public FileCloneFetcher(java.lang.String file)
Second constructor.
Parameters:
file - the name of file to be opened by this object.
Method Detail

setFile

public void setFile(java.lang.String f)
Set the name of the file to be opened.
Parameters:
f - the name of the file.

getCloneInfor

public java.lang.String getCloneInfor()
Fetch all clone information into a String.
Overrides:
getCloneInfor in class CloneFetcher
Returns:
the string containing all clone information.

main

public static void main(java.lang.String[] args)