com.liferay.portal.kernel.patcher
Interface Patcher
public interface Patcher
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
applyPatch
boolean applyPatch(File patchFile)
getFixedIssues
String[] getFixedIssues()
getInstalledPatches
String[] getInstalledPatches()
getPatchDirectory
File getPatchDirectory()
getPatchLevels
String[] getPatchLevels()
getProperties
Properties getProperties()
isConfigured
boolean isConfigured()