com.liferay.portal.kernel.patcher
Interface Patcher


public interface Patcher

Author:
Zsolt Balogh, Brian Wing Shun Chan

Field Summary
static java.lang.String PATCHER_PROPERTIES
           
static java.lang.String PROPERTY_FIXED_ISSUES
           
static java.lang.String PROPERTY_INSTALLED_PATCHES
           
static java.lang.String PROPERTY_PATCH_DIRECTORY
           
static java.lang.String PROPERTY_PATCH_LEVELS
           
 
Method Summary
 boolean applyPatch(java.io.File patchFile)
           
 java.lang.String[] getFixedIssues()
           
 java.lang.String[] getInstalledPatches()
           
 java.io.File getPatchDirectory()
           
 java.lang.String[] getPatchLevels()
           
 java.util.Properties getProperties()
           
 boolean isConfigured()
           
 

Field Detail

PATCHER_PROPERTIES

static final java.lang.String PATCHER_PROPERTIES
See Also:
Constant Field Values

PROPERTY_FIXED_ISSUES

static final java.lang.String PROPERTY_FIXED_ISSUES
See Also:
Constant Field Values

PROPERTY_INSTALLED_PATCHES

static final java.lang.String PROPERTY_INSTALLED_PATCHES
See Also:
Constant Field Values

PROPERTY_PATCH_DIRECTORY

static final java.lang.String PROPERTY_PATCH_DIRECTORY
See Also:
Constant Field Values

PROPERTY_PATCH_LEVELS

static final java.lang.String PROPERTY_PATCH_LEVELS
See Also:
Constant Field Values
Method Detail

applyPatch

boolean applyPatch(java.io.File patchFile)

getFixedIssues

java.lang.String[] getFixedIssues()

getInstalledPatches

java.lang.String[] getInstalledPatches()

getPatchDirectory

java.io.File getPatchDirectory()

getPatchLevels

java.lang.String[] getPatchLevels()

getProperties

java.util.Properties getProperties()

isConfigured

boolean isConfigured()