public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getClasses() |
Map<Class<?>,Integer> |
getContracts(Class<?> componentClass) |
Set<Object> |
getInstances() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
RuntimeType |
getRuntimeType() |
boolean |
isEnabled(Class<? extends Feature> featureClass) |
boolean |
isEnabled(Feature feature) |
boolean |
isRegistered(Class<?> componentClass) |
boolean |
isRegistered(Object component) |
RuntimeType getRuntimeType()
Collection<String> getPropertyNames()
boolean isEnabled(Feature feature)
boolean isRegistered(Object component)
boolean isRegistered(Class<?> componentClass)
Copyright © 2018 The Apache Software Foundation. All rights reserved.