public interface DependencyImporter<T>
| Modifier and Type | Method and Description |
|---|---|
<P extends Identifiable> |
load(P parent,
Path resources) |
void |
save(List<T> elements,
Path resources) |
<P extends Identifiable> List<T> load(P parent, Path resources) throws IOException
IOExceptionCopyright © 2021. All rights reserved.