proai.driver.impl
Class SetInfoImpl

java.lang.Object
  extended by proai.driver.impl.SetInfoImpl
All Implemented Interfaces:
SetInfo, Writable

public class SetInfoImpl
extends java.lang.Object
implements SetInfo


Constructor Summary
SetInfoImpl(java.lang.String setSpec, java.io.File file)
           
 
Method Summary
 java.lang.String getSetSpec()
           
 void write(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetInfoImpl

public SetInfoImpl(java.lang.String setSpec,
                   java.io.File file)
Method Detail

getSetSpec

public java.lang.String getSetSpec()
Specified by:
getSetSpec in interface SetInfo

write

public void write(java.io.PrintWriter out)
           throws RepositoryException
Specified by:
write in interface Writable
Throws:
RepositoryException