java.lang.Object | +--javax.activation.MimeTypeParameterList
Constructor for an empty parameter list. |
MimeTypeParameterList(String parameterList) Constructor that parses the specified MIME parameter data. |
synchronized String | get(String name) Returns the value for the specified parameter name. |
synchronized Enumeration | getNames() Returns an enumeration of all the parameter names. |
synchronized boolean | isEmpty() Indicates if there are no parameters. |
void | parse(String parameterList) Parses the specified MIME parameter data, storing the results in this object. |
synchronized void | remove(String name) Removes the parameter identified by the specified name. |
synchronized void | set(String name, String value) Sets the value for the specified parameter name. |
synchronized int | size() Returns the number of parameters. |
synchronized String | toString() Returns an RFC 2045-complient string representation of this parameter list. |
public MimeTypeParameterList()
public MimeTypeParameterList(String parameterList)
public synchronized String get(String name)
public synchronized Enumeration getNames()
public synchronized boolean isEmpty()
protected void parse(String parameterList)
public synchronized void remove(String name)
public synchronized void set(String name, String value)
public synchronized int size()
public synchronized String toString()