#24 todo app
This commit is contained in:
@@ -65,7 +65,7 @@ public interface FilesService {
|
||||
}
|
||||
}
|
||||
|
||||
void createAppDirectory(App app);
|
||||
void createAppDirectoryIfNotExists(App app);
|
||||
|
||||
void createDirectory(App app, Path path);
|
||||
|
||||
@@ -81,7 +81,7 @@ public interface FilesService {
|
||||
* Paths in return list are always relative to the appDir. Non-recursive list.
|
||||
*
|
||||
* @param app to list the files for
|
||||
* @param path in case of {@link Optional#EMPTY} the appDir is used as start dir. If not empty, path has to be relative
|
||||
* @param path in case of an empty optional the appDir is used as start dir. If not empty, path has to be relative
|
||||
* to the appDir
|
||||
*/
|
||||
List<ContentContainer> list(App app, Optional<Path> path);
|
||||
|
||||
Reference in New Issue
Block a user