public interface AbstractFileFactory<T extends AbstractFile>
Modifier and Type | Method and Description |
---|---|
T |
getDefaultPath(Connection con) |
T |
getFile(String path,
Connection con) |
Event |
populateEvent(Event evt) |
T getFile(String path, Connection con) throws PermissionDeniedException, IOException
PermissionDeniedException
IOException
T getDefaultPath(Connection con) throws PermissionDeniedException, IOException
PermissionDeniedException
IOException
Copyright © 2024. All rights reserved.