Package com.transifex.common
Interface TranslationMapStorage.AbstractFile
- Enclosing class:
- TranslationMapStorage
public static interface TranslationMapStorage.AbstractFile
A file interface that abstracts the underlying implementation.
The methods have same semantics to File
.
-
Method Details
-
list
-
open
- Throws:
IOException
-
getPath
-
getAbsolutePath
-
isDirectory
boolean isDirectory()
-