public interface DiagnosticService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
DiagnosticService.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureAppDd()
Gets the value of the captureAppDd property.
|
String |
getCaptureHadbInfo()
Gets the value of the captureHadbInfo property.
|
String |
getCaptureInstallLog()
Gets the value of the captureInstallLog property.
|
String |
getCaptureSystemInfo()
Gets the value of the captureSystemInfo property.
|
String |
getComputeChecksum()
Gets the value of the computeChecksum property.
|
<T extends DiagnosticServiceExtension> |
getExtensionByType(Class<T> type) |
List<DiagnosticServiceExtension> |
getExtensions() |
String |
getMaxLogEntries()
Gets the value of the maxLogEntries property.
|
String |
getMinLogLevel()
Gets the value of the minLogLevel property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getVerifyConfig()
Gets the value of the verifyConfig property.
|
void |
setCaptureAppDd(String value)
Sets the value of the captureAppDd property.
|
void |
setCaptureHadbInfo(String value)
Sets the value of the captureHadbInfo property.
|
void |
setCaptureInstallLog(String value)
Sets the value of the captureInstallLog property.
|
void |
setCaptureSystemInfo(String value)
Sets the value of the captureSystemInfo property.
|
void |
setComputeChecksum(String value)
Sets the value of the computeChecksum property.
|
void |
setMaxLogEntries(String value)
Sets the value of the maxLogEntries property.
|
void |
setMinLogLevel(String value)
Sets the value of the minLogLevel property.
|
void |
setVerifyConfig(String value)
Sets the value of the verifyConfig property.
|
String getComputeChecksum()
Stringvoid setComputeChecksum(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getVerifyConfig()
Stringvoid setVerifyConfig(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getCaptureInstallLog()
Stringvoid setCaptureInstallLog(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getCaptureSystemInfo()
Stringvoid setCaptureSystemInfo(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getCaptureHadbInfo()
Stringvoid setCaptureHadbInfo(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getCaptureAppDd()
Stringvoid setCaptureAppDd(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getMinLogLevel()
Stringvoid setMinLogLevel(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) String getMaxLogEntries()
Stringvoid setMaxLogEntries(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagList<DiagnosticServiceExtension> getExtensions()
@DuckTyped <T extends DiagnosticServiceExtension> T getExtensionByType(Class<T> type)
Copyright © 2013. All Rights Reserved.