Package org.commonjava.indy.util
Class AcceptInfo
- java.lang.Object
-
- org.commonjava.indy.util.AcceptInfo
-
public class AcceptInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_ANYstatic Set<String>ANY
-
Constructor Summary
Constructors Constructor Description AcceptInfo(String raw, String base, String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBaseAccept()StringgetRawAccept()StringgetVersion()inthashCode()static AcceptInfoParserparser()StringtoString()
-
-
-
Field Detail
-
ACCEPT_ANY
public static final String ACCEPT_ANY
- See Also:
- Constant Field Values
-
-
Method Detail
-
parser
public static AcceptInfoParser parser()
-
getRawAccept
public String getRawAccept()
-
getBaseAccept
public String getBaseAccept()
-
getVersion
public String getVersion()
-
-