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
|
| Modifier and Type | Field and Description |
|---|---|
static VersionsParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
VersionsParser() |
| Modifier and Type | Method and Description |
|---|---|
VersionsParser.Versions |
parse(byte[] input,
int offset,
int len) |
VersionsParser.Versions |
parse(String value) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, parsefindByName, getNameList, getNames, removeByNamepublic static final VersionsParser INSTANCE
public VersionsParser.Versions parse(byte[] input, int offset, int len)
public VersionsParser.Versions parse(String value)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.