com.liferay.portal.patcher
Class PatcherImpl
java.lang.Object
com.liferay.portal.patcher.PatcherImpl
- All Implemented Interfaces:
- Patcher
public class PatcherImpl
- extends Object
- implements Patcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatcherImpl
public PatcherImpl()
applyPatch
public boolean applyPatch(File patchFile)
- Specified by:
applyPatch in interface Patcher
getFixedIssues
public String[] getFixedIssues()
- Specified by:
getFixedIssues in interface Patcher
getInstalledPatches
public String[] getInstalledPatches()
- Specified by:
getInstalledPatches in interface Patcher
getPatchDirectory
public File getPatchDirectory()
- Specified by:
getPatchDirectory in interface Patcher
getPatchingToolVersion
public int getPatchingToolVersion()
- Specified by:
getPatchingToolVersion in interface Patcher
getPatchLevels
public String[] getPatchLevels()
- Specified by:
getPatchLevels in interface Patcher
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface Patcher
hasInconsistentPatchLevels
public boolean hasInconsistentPatchLevels()
- Specified by:
hasInconsistentPatchLevels in interface Patcher
isConfigured
public boolean isConfigured()
- Specified by:
isConfigured in interface Patcher
verifyPatchLevels
public void verifyPatchLevels()
throws PatchInconsistencyException
- Specified by:
verifyPatchLevels in interface Patcher
- Throws:
PatchInconsistencyException