public interface AbstractFileFactory<T extends AbstractFile>
| Modifier and Type | Method and Description |
|---|---|
T |
getDefaultPath() |
T |
getFile(java.lang.String path) |
Event |
populateEvent(Event evt) |
T getFile(java.lang.String path) throws PermissionDeniedException, java.io.IOException
PermissionDeniedExceptionjava.io.IOExceptionT getDefaultPath() throws PermissionDeniedException, java.io.IOException
PermissionDeniedExceptionjava.io.IOExceptionCopyright © 2022. All rights reserved.