Package com.lingocoder.file
Interface RepoResult
-
- All Known Implementing Classes:
DefaultRepoResult
public interface RepoResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.io.File>
getFile()
java.util.Optional<java.io.File>
getFolder()
-