com.liferay.portal.kernel.patcher
Class PatcherUtil

java.lang.Object
  extended by com.liferay.portal.kernel.patcher.PatcherUtil

public class PatcherUtil
extends java.lang.Object

Author:
Zsolt Balogh, Brian Wing Shun Chan

Constructor Summary
PatcherUtil()
           
 
Method Summary
static boolean applyPatch(java.io.File patchFile)
           
static java.lang.String[] getFixedIssues()
           
static java.lang.String[] getInstalledPatches()
           
static java.io.File getPatchDirectory()
           
static Patcher getPatcher()
           
static java.lang.String[] getPatchLevels()
           
static java.util.Properties getProperties()
           
static boolean isConfigured()
           
 void setPatcher(Patcher patcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatcherUtil

public PatcherUtil()
Method Detail

applyPatch

public static boolean applyPatch(java.io.File patchFile)

getFixedIssues

public static java.lang.String[] getFixedIssues()

getInstalledPatches

public static java.lang.String[] getInstalledPatches()

getPatchDirectory

public static java.io.File getPatchDirectory()

getPatcher

public static Patcher getPatcher()

getPatchLevels

public static java.lang.String[] getPatchLevels()

getProperties

public static java.util.Properties getProperties()

isConfigured

public static boolean isConfigured()

setPatcher

public void setPatcher(Patcher patcher)