public class VersionsParser extends AbstractParser<VersionsParser.Versions>
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionsParser.Versions
The "versions" extension data as per
DRAFT 09 Section 4.6
|
NamedResource.UtilsTransformer.Utils| Modifier and Type | Field and Description |
|---|---|
static VersionsParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTORENUM_NAME_EXTRACTOR, TOSTRING| Constructor and Description |
|---|
VersionsParser() |
| Modifier and Type | Method and Description |
|---|---|
VersionsParser.Versions |
parse(byte[] input,
int offset,
int len) |
VersionsParser.Versions |
parse(String value) |
getName, parse, transformpublic static final VersionsParser INSTANCE
public VersionsParser.Versions parse(byte[] input, int offset, int len)
public VersionsParser.Versions parse(String value)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.