Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.dataadapter
Class SingleFileAdapter  view SingleFileAdapter download SingleFileAdapter.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.dataadapter.SingleFileAdapter
All Implemented Interfaces:
DEDataAdapterI, SingleFileAdapterI

public abstract class SingleFileAdapter
extends java.lang.Object
implements SingleFileAdapterI


Field Summary
protected  java.io.File path
           
 
Fields inherited from interface org.bdgp.apps.dagedit.dataadapter.DEDataAdapterI
CONFIGURE, EXPORT_TERMS, FIND_PRODUCTS, GET_HISTORY, GET_ID, IMPORT_TERMS, READ_TERMS, WRITE_TERMS
 
Constructor Summary
SingleFileAdapter()
           
 
Method Summary
 java.util.Properties getStateInformation()
           
 void setPath(java.io.File path)
           
 void setStateInformation(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bdgp.apps.dagedit.dataadapter.DEDataAdapterI
delegateToIDAdapter, getHistories, getIDs, getIDs, getRelationshipTypes, getRoot, getTermCategories, write
 

Field Detail

path

protected java.io.File path
Constructor Detail

SingleFileAdapter

public SingleFileAdapter()
Method Detail

setPath

public void setPath(java.io.File path)
Specified by:
setPath in interface SingleFileAdapterI

getStateInformation

public java.util.Properties getStateInformation()
Specified by:
getStateInformation in interface DEDataAdapterI

setStateInformation

public void setStateInformation(java.util.Properties props)
Specified by:
setStateInformation in interface DEDataAdapterI