public class OptionalPatchApplicationCheckBootstrapBean
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Constructor and Description |
---|
OptionalPatchApplicationCheckBootstrapBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
getPatchApplied()
Was the patch applied - or was it not applied
|
String |
getPatchId() |
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setDescriptorService(DescriptorService descriptorService) |
void |
setPatch(Patch patch) |
void |
setPatchService(PatchService patchService) |
public OptionalPatchApplicationCheckBootstrapBean()
public void setPatchService(PatchService patchService)
patchService
- the patchService to setpublic void setPatch(Patch patch)
patch
- the patch to setpublic void setDescriptorService(DescriptorService descriptorService)
descriptorService
- the descriptorService to setprotected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
public boolean getPatchApplied()
public String getPatchId()
Copyright © 2005–2017 Alfresco Software. All rights reserved.