Class AbstractDependency
java.lang.Object
org.veupathdb.lib.container.jaxrs.health.AbstractDependency
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.veupathdb.lib.container.jaxrs.health.Dependency
Dependency.Status, Dependency.TestResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface org.veupathdb.lib.container.jaxrs.health.Dependency
test
-
Field Details
-
name
-
-
Constructor Details
-
AbstractDependency
-
-
Method Details
-
getName
Description copied from interface:Dependency
Get the unique name of this dependency- Specified by:
getName
in interfaceDependency
-