Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.patcher
Interface Patcher

All Known Implementing Classes:
PatcherImpl

public interface Patcher


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

Field Detail

PATCHER_PROPERTIES

static final String PATCHER_PROPERTIES
See Also:
Constant Field Values

PROPERTY_FIXED_ISSUES

static final String PROPERTY_FIXED_ISSUES
See Also:
Constant Field Values

PROPERTY_INSTALLED_PATCHES

static final String PROPERTY_INSTALLED_PATCHES
See Also:
Constant Field Values

PROPERTY_PATCH_DIRECTORY

static final String PROPERTY_PATCH_DIRECTORY
See Also:
Constant Field Values

PROPERTY_PATCH_LEVELS

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

applyPatch

boolean applyPatch(File patchFile)

getFixedIssues

String[] getFixedIssues()

getInstalledPatches

String[] getInstalledPatches()

getPatchDirectory

File getPatchDirectory()

getPatchLevels

String[] getPatchLevels()

getProperties

Properties getProperties()

isConfigured

boolean isConfigured()

Liferay 6.1.2-ce-ga3