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) |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, parse
findByName, getNameList, getNames, ofName, removeByName
public static final VersionsParser INSTANCE
public VersionsParser.Versions parse(byte[] input, int offset, int len)
public VersionsParser.Versions parse(String value)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.