net.sf.farrago.syslib
Class FarragoPerforceUDR
java.lang.Object
net.sf.farrago.syslib.FarragoPerforceUDR
public abstract class FarragoPerforceUDR
- extends Object
FarragoPerforceUDR is a set of user-defined routines for accessing
information from the Eigenbase Perforce server. Currently just for fun, and
guaranteed brittle.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/syslib/FarragoPerforceUDR.java#5 $
- Author:
- John Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoPerforceUDR
public FarragoPerforceUDR()
getChangelists
public static void getChangelists(String filePattern,
int maxChanges,
PreparedStatement resultInserter)
throws Exception
- Throws:
Exception