|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Engine
| Nested Class Summary | |
|---|---|
static class |
Engine.Duck
|
| Method Summary | ||
|---|---|---|
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 |
|
String |
getSniffer()
Gets the value of the sniffer property. |
|
|
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. |
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@NotNull String getSniffer()
String
void setSniffer(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDescription()
String
void setDescription(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionList<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 required
org.jvnet.hk2.config.TransactionFailure
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||