@Singleton public class AggregatorFacetReflections extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AggregatorFacetReflections.Feature
Represents a feature that can be installed.
|
Constructor and Description |
---|
AggregatorFacetReflections() |
Modifier and Type | Method and Description |
---|---|
AggregatorFacetReflections.Feature |
getFeatureLong(String longName)
Get a
AggregatorFacetReflections.Feature by it's long
name. |
AggregatorFacetReflections.Feature |
getFeatureShort(String shortName)
Get a
AggregatorFacetReflections.Feature by it's short
name. |
boolean |
hasFeatureLong(String longName)
Check if a feature exists.
|
boolean |
hasFeatureShort(String shortName)
Check if a feature exists.
|
Iterable<AggregatorFacetReflections.Feature> |
iterable() |
public AggregatorFacetReflections() throws InstantiationException, IllegalAccessException
public AggregatorFacetReflections.Feature getFeatureShort(String shortName)
AggregatorFacetReflections.Feature
by it's short
name.shortName
- The short name of the feature
to retrieve.AggregatorFacetReflections.Feature
with a short name matching the one given, or
null if none exists.public boolean hasFeatureShort(String shortName)
shortName
- The short name of a feature.public AggregatorFacetReflections.Feature getFeatureLong(String longName)
AggregatorFacetReflections.Feature
by it's long
name.shortName
- The long name of the feature
to retrieve.AggregatorFacetReflections.Feature
with a long name matching the one given, or
null if none exists.public boolean hasFeatureLong(String longName)
longName
- The long name of a feature.public Iterable<AggregatorFacetReflections.Feature> iterable()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.