com.cyc.tool.subl.util
Class AbstractSubLPatcher

java.lang.Object
  extended by com.cyc.tool.subl.util.AbstractSubLPatcher
All Implemented Interfaces:
SubLPatcher

public abstract class AbstractSubLPatcher
extends java.lang.Object
implements SubLPatcher


Constructor Summary
AbstractSubLPatcher()
          Creates a new instance of AbstractSubLPatcher.
 
Method Summary
 void doPatch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cyc.tool.subl.util.SubLPatcher
getPatchedClasses, getPatchOrdering
 

Constructor Detail

AbstractSubLPatcher

public AbstractSubLPatcher()
Creates a new instance of AbstractSubLPatcher.

Method Detail

doPatch

public void doPatch()
Specified by:
doPatch in interface SubLPatcher