public class MimeTypeParameterList extends Object
Constructor and Description |
---|
MimeTypeParameterList() |
MimeTypeParameterList(String parameterList) |
Modifier and Type | Method and Description |
---|---|
String |
get(String name) |
Enumeration |
getNames() |
boolean |
isEmpty() |
protected void |
parse(String parameterList) |
void |
remove(String name) |
void |
set(String name,
String value) |
int |
size() |
String |
toString()
String representation of this parameter list.
|
public MimeTypeParameterList()
public MimeTypeParameterList(String parameterList) throws MimeTypeParseException
MimeTypeParseException
protected void parse(String parameterList) throws MimeTypeParseException
MimeTypeParseException
public int size()
public boolean isEmpty()
public void remove(String name)
public Enumeration getNames()
Copyright © 2014. All rights reserved.