public static class FeatureRegistry.FeatureBundle extends Object
| Constructor and Description |
|---|
FeatureRegistry.FeatureBundle(FeatureParser.ParsedFeature.Bundle bundle,
List<FeatureResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
List<ApiDirective> |
getApis() |
List<String> |
getApis(ApiDirective.Type type,
boolean isExports) |
Map<String,String> |
getAttribs() |
String |
getName() |
List<FeatureResource> |
getResources() |
String |
getType() |
boolean |
isSupportDefer() |
public FeatureRegistry.FeatureBundle(FeatureParser.ParsedFeature.Bundle bundle, List<FeatureResource> resources)
public String getName()
public String getType()
public List<FeatureResource> getResources()
public List<ApiDirective> getApis()
public boolean isSupportDefer()
public List<String> getApis(ApiDirective.Type type, boolean isExports)
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.