|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceTypeTranslator
Interface for classes that can determine resource types based on different criteria.
| Method Summary | |
|---|---|
String |
getType(String fileName)
Determines the resource type for a file name. |
boolean |
isAudioOrVideo(String type)
Returns whether or not the specified type is an audio or video type. |
| Method Detail |
|---|
String getType(String fileName)
fileName - The name of the file to determine the type for.
boolean isAudioOrVideo(String type)
type - The type to analyze.
true if it's an audio or video type, otherwise
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||