public interface JaccProvider
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPolicyConfigurationFactoryProvider()
Gets the value of the policyConfigurationFactoryProvider property.
|
String |
getPolicyProvider()
Gets the value of the policyProvider property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPolicyConfigurationFactoryProvider(String value)
Sets the value of the policyConfigurationFactoryProvider property.
|
void |
setPolicyProvider(String value)
Sets the value of the policyProvider property.
|
@NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getPolicyProvider()
Stringvoid setPolicyProvider(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getPolicyConfigurationFactoryProvider()
Stringvoid setPolicyConfigurationFactoryProvider(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.PropertyBagCopyright © 2013. All Rights Reserved.