public class PatcherImpl
extends java.lang.Object
implements com.liferay.portal.kernel.patcher.Patcher
| Constructor and Description |
|---|
PatcherImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyPatch(java.io.File patchFile) |
java.lang.String[] |
getFixedIssues() |
java.lang.String[] |
getInstalledPatches() |
java.io.File |
getPatchDirectory() |
int |
getPatchingToolVersion() |
java.lang.String[] |
getPatchLevels() |
java.util.Properties |
getProperties() |
boolean |
hasInconsistentPatchLevels() |
boolean |
isConfigured() |
void |
verifyPatchLevels() |
public boolean applyPatch(java.io.File patchFile)
applyPatch in interface com.liferay.portal.kernel.patcher.Patcherpublic java.lang.String[] getFixedIssues()
getFixedIssues in interface com.liferay.portal.kernel.patcher.Patcherpublic java.lang.String[] getInstalledPatches()
getInstalledPatches in interface com.liferay.portal.kernel.patcher.Patcherpublic java.io.File getPatchDirectory()
getPatchDirectory in interface com.liferay.portal.kernel.patcher.Patcherpublic int getPatchingToolVersion()
getPatchingToolVersion in interface com.liferay.portal.kernel.patcher.Patcherpublic java.lang.String[] getPatchLevels()
getPatchLevels in interface com.liferay.portal.kernel.patcher.Patcherpublic java.util.Properties getProperties()
getProperties in interface com.liferay.portal.kernel.patcher.Patcherpublic boolean hasInconsistentPatchLevels()
hasInconsistentPatchLevels in interface com.liferay.portal.kernel.patcher.Patcherpublic boolean isConfigured()
isConfigured in interface com.liferay.portal.kernel.patcher.Patcherpublic void verifyPatchLevels()
throws com.liferay.portal.kernel.patcher.PatchInconsistencyException
verifyPatchLevels in interface com.liferay.portal.kernel.patcher.Patchercom.liferay.portal.kernel.patcher.PatchInconsistencyException