public interface DistributionComponentProvider
Modifier and Type | Method and Description |
---|---|
DistributionComponent<?> |
getComponent(DistributionComponentKind kind,
String componentName) |
List<DistributionComponent<?>> |
getComponents(DistributionComponentKind kind) |
<ComponentType> |
getService(Class<ComponentType> type,
String componentName) |
DistributionComponent<?> getComponent(DistributionComponentKind kind, String componentName)
List<DistributionComponent<?>> getComponents(DistributionComponentKind kind)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.