public interface ErraiServiceConfigurator
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanProperty(String key)
Gets the property associated with the key.
|
Integer |
getIntProperty(String key)
Gets the property associated with the key.
|
MetaDataScanner |
getMetaDataScanner()
Provides access to the
MetaDataScanner
that is used to read component annotation meta data. |
String |
getProperty(String key)
Gets the property associated with the key
|
<T> T |
getResource(Class<? extends T> resourceClass)
Gets the resources attached to the specified resource class
|
Map<String,ResourceProvider> |
getResourceProviders()
Gets the resource providers associated with this configurator
|
boolean |
hasProperty(String key)
Returns true if the configuration has this key property
|
void |
setProperty(String key,
String value)
Sets a property with the specified key and value
|
MetaDataScanner getMetaDataScanner()
MetaDataScanner
that is used to read component annotation meta data.Map<String,ResourceProvider> getResourceProviders()
<T> T getResource(Class<? extends T> resourceClass)
T
- - the class typeresourceClass
- - the class to search the resources forboolean hasProperty(String key)
key
- - the property too search forString getProperty(String key)
key
- - the key to search forboolean getBooleanProperty(String key)
key
- Integer getIntProperty(String key)
key
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.