|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppAssociationReader
Containing funtions to retrieve association information
Method Summary | |
---|---|
java.util.List |
getActionListByFileExt(java.lang.String fileExt)
Returns the action list associated with the given file extension. |
java.util.List |
getActionListByMimeType(java.lang.String mimeType)
Returns the action list associated with the given mime type. |
java.lang.String |
getDescriptionByFileExt(java.lang.String fileExt)
Returns the description associated with the given file extension. |
java.lang.String |
getDescriptionByMimeType(java.lang.String mimeType)
Returns the description associated with the given mime type. |
java.util.List |
getFileExtListByMimeType(java.lang.String mimeType)
Returns the file extensione list associated with the given mime type. |
java.lang.String |
getIconFileNameByFileExt(java.lang.String fileExt)
Returns the icon file name associated with the given file extension. |
java.lang.String |
getIconFileNameByMimeType(java.lang.String mimeType)
Returns the icon file name associated with the given mime type. |
java.lang.String |
getMimeTypeByFileExt(java.lang.String fileExt)
Returns the mime type associated with the given file extension. |
java.lang.String |
getMimeTypeByURL(java.net.URL url)
Returns the mime type associated with the given URL, by checking the content of the URL. |
boolean |
isFileExtExist(java.lang.String fileExt)
Returns true if the file extension exists in the system. |
boolean |
isMimeTypeExist(java.lang.String mimeType)
Returns true if the mime type exists in the system. |
Method Detail |
---|
java.lang.String getDescriptionByMimeType(java.lang.String mimeType)
mimeType
- Given mime type
java.lang.String getDescriptionByFileExt(java.lang.String fileExt)
fileExt
- Given file extension
java.lang.String getMimeTypeByURL(java.net.URL url)
url
- The specified URL
java.util.List getFileExtListByMimeType(java.lang.String mimeType)
mimeType
- Given mime type
java.lang.String getMimeTypeByFileExt(java.lang.String fileExt)
fileExt
- Given file extension
java.lang.String getIconFileNameByMimeType(java.lang.String mimeType)
mimeType
- Given mime type.
java.lang.String getIconFileNameByFileExt(java.lang.String fileExt)
fileExt
- Given file extension.
java.util.List getActionListByFileExt(java.lang.String fileExt)
fileExt
- Given file extension
java.util.List getActionListByMimeType(java.lang.String mimeType)
mimeType
- Given mime type
boolean isMimeTypeExist(java.lang.String mimeType)
mimeType
- given mimeType
boolean isFileExtExist(java.lang.String fileExt)
fileExt
- given file extension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |