net.sourceforge.jnlp
public final class AssociationDesc extends java.lang.Object
Constructor and Description |
---|
AssociationDesc(java.lang.String mimeType,
java.lang.String[] extensions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getExtensions()
Return the extensions for this association
|
java.lang.String |
getMimeType()
Return the mimetype for this association
|
public AssociationDesc(java.lang.String mimeType, java.lang.String[] extensions) throws ParseException
ParseException