org.cafesip.upgrade
Class PatchEngineFactory

java.lang.Object
  extended by org.cafesip.upgrade.PatchEngineFactory

public class PatchEngineFactory
extends java.lang.Object

An internal class that acts as a factory for the patch engine. See PatchEngine for details.

Author:
Amit Chatterjee

Method Summary
static PatchEngineFactory getInstance()
           
 PatchEngine getPatchEngine()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PatchEngineFactory getInstance()

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

getPatchEngine

public PatchEngine getPatchEngine()


Copyright © 2009 CafeSip.org. All Rights Reserved.