g-Eclipse
Release 1.0.0

eu.geclipse.info
Class PersistentGlueInfoStore

java.lang.Object
  extended by eu.geclipse.info.PersistentGlueInfoStore
All Implemented Interfaces:
IGlueInfoStore

public abstract class PersistentGlueInfoStore
extends java.lang.Object
implements IGlueInfoStore


Constructor Summary
PersistentGlueInfoStore()
           
 
Method Summary
 void read(java.lang.String Filename)
          Read from the file
 void write(java.lang.String Filename)
          Write into a file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.geclipse.info.model.IGlueInfoStore
addListener, notifyListeners, removeAllListeners, removeListener
 

Constructor Detail

PersistentGlueInfoStore

public PersistentGlueInfoStore()
Method Detail

write

public void write(java.lang.String Filename)
Write into a file

Parameters:
Filename - the name of the file to write into

read

public void read(java.lang.String Filename)
Read from the file

Parameters:
Filename - the filename to read from

g-Eclipse
Release 1.0.0