public interface AsadminRecorderConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
String |
filterCommands() |
String |
getFilteredCommands() |
String |
getOutputLocation() |
String |
getPrependedOptions() |
String |
isEnabled() |
String |
prependEnabled() |
void |
setEnabled(Boolean enabled) |
void |
setFilterCommands(Boolean filterCommands) |
void |
setFilteredCommands(String filteredCommands) |
void |
setOutputLocation(String outputLocation) |
void |
setPrependedOptions(String prependedOptions) |
void |
setPrependEnabled(Boolean prependEnabled) |
String isEnabled()
void setEnabled(Boolean enabled)
String filterCommands()
void setFilterCommands(Boolean filterCommands)
String getOutputLocation()
void setOutputLocation(String outputLocation)
String getFilteredCommands()
void setFilteredCommands(String filteredCommands)
String prependEnabled()
void setPrependEnabled(Boolean prependEnabled)
String getPrependedOptions()
void setPrependedOptions(String prependedOptions)
Copyright © 2017. All rights reserved.