public abstract class LiferayProbe extends Object implements Probe
| Constructor and Description |
|---|
LiferayProbe() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getReferenceName()
Implemented by subclasses to return the reference name against which the
container-provided name will be compared: this way we're factoring out the
common logic and leaving to version-specific probes the task of providing
their name.
|
protected abstract String |
getReferenceVersion()
Implemented by subclasses to return the reference version against which the
container-provided version will be compared: this way we're factoring out the
common logic and leaving to version-specific probes the task of providing
their version number.
|
boolean |
isSupportedEnvironment() |
public boolean isSupportedEnvironment()
isSupportedEnvironment in interface Probeorg.dihedron.strutlets.plugins.Probe#isAvailable()protected abstract String getReferenceName()
protected abstract String getReferenceVersion()
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.