public interface Engine
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
Engine.Duck |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
getApplicationConfig() |
List<ApplicationConfig> |
getApplicationConfigs() |
String |
getDescription()
Gets the value of the description property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
@NotNull String |
getSniffer()
Gets the value of the sniffer property.
|
<T extends ApplicationConfig> |
newApplicationConfig(Class<T> configType)
Creates a new instance of the specified type of app config.
|
void |
setApplicationConfig(ApplicationConfig config) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setSniffer(String value)
Sets the value of the sniffer property.
|
@NotNull @NotNull String getSniffer()
Stringvoid setSniffer(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<ApplicationConfig> getApplicationConfigs()
@DuckTyped ApplicationConfig getApplicationConfig()
@DuckTyped void setApplicationConfig(ApplicationConfig config)
@DuckTyped <T extends ApplicationConfig> T newApplicationConfig(Class<T> configType) throws org.jvnet.hk2.config.TransactionFailure
T - stands for the specific type requiredconfigType - the Class for the type requiredorg.jvnet.hk2.config.TransactionFailure@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.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.