public interface FileData
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the file.
|
Language[] |
getLanguages()
Gets the languages for the file.
|
boolean |
hasLanguage(String languageName)
Determines if the file may be for a particular language.
|
File getFile()
Language[] getLanguages()
boolean hasLanguage(String languageName)
languageName - the name of the language of interest.