public class FractionListParser extends Object implements FractionList
| Constructor and Description |
|---|
FractionListParser(InputStream fractionListJson,
InputStream packageSpecStream) |
| Modifier and Type | Method and Description |
|---|---|
FractionDescriptor |
getFractionDescriptor(String groupId,
String artifactId) |
Collection<FractionDescriptor> |
getFractionDescriptors() |
Map<String,FractionDescriptor> |
getPackageSpecs() |
public FractionListParser(InputStream fractionListJson, InputStream packageSpecStream) throws IOException
IOExceptionpublic Collection<FractionDescriptor> getFractionDescriptors()
getFractionDescriptors in interface FractionListpublic FractionDescriptor getFractionDescriptor(String groupId, String artifactId)
getFractionDescriptor in interface FractionListpublic Map<String,FractionDescriptor> getPackageSpecs()
getPackageSpecs in interface FractionListCopyright © 2017 JBoss by Red Hat. All rights reserved.