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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)