|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.mime.MimeTypeFileLineParser
public final class MimeTypeFileLineParser
MimeTypeFileLineParser - Parses entries in MIME type files like:
type=magnus-internal/cgi exts=cgi,exe,bat
| Constructor Summary | |
|---|---|
MimeTypeFileLineParser(java.lang.String entry)
Initializes a new MIME type file's line parser |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getExtensions()
Gets the extensions |
java.lang.String |
getType()
Gets the type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MimeTypeFileLineParser(java.lang.String entry)
entry - The MIME type file entry; e.g. type=magnus-internal/cgi exts=cgi,exe,bat| Method Detail |
|---|
public java.util.List<java.lang.String> getExtensions()
public java.lang.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||