Package fish.payara.asadmin.recorder
Interface AsadminRecorderConfiguration
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface AsadminRecorderConfiguration extends ConfigBeanProxy, ConfigExtension
- Author:
- Andrew Pielage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfilterCommands()StringgetFilteredCommands()StringgetOutputLocation()StringgetPrependedOptions()StringisEnabled()StringprependEnabled()voidsetEnabled(Boolean enabled)voidsetFilterCommands(Boolean filterCommands)voidsetFilteredCommands(String filteredCommands)voidsetOutputLocation(String outputLocation)voidsetPrependedOptions(String prependedOptions)voidsetPrependEnabled(Boolean prependEnabled)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
isEnabled
String isEnabled()
-
setEnabled
void setEnabled(Boolean enabled)
-
filterCommands
String filterCommands()
-
setFilterCommands
void setFilterCommands(Boolean filterCommands)
-
getOutputLocation
String getOutputLocation()
-
setOutputLocation
void setOutputLocation(String outputLocation)
-
getFilteredCommands
String getFilteredCommands()
-
setFilteredCommands
void setFilteredCommands(String filteredCommands)
-
prependEnabled
String prependEnabled()
-
setPrependEnabled
void setPrependEnabled(Boolean prependEnabled)
-
getPrependedOptions
String getPrependedOptions()
-
setPrependedOptions
void setPrependedOptions(String prependedOptions)
-
-