Skip to content

Commit

Permalink
added src/main/java/datasource/FullFilePrinter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-shirakrk committed May 8, 2024
1 parent 050ed1e commit ebdcaec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uml/classes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ package datasource {
interface FilesLoader {
+loadFiles(ext: String): Set<byte[]>
}

class FullFilePrinter {
-path: String
+print(s: String): void
}
}

exception IOException {
Expand All @@ -167,6 +172,7 @@ exception IllegalStateException {
}

DirLoader ..|> FilesLoader
FullFilePrinter ..|> DataPrinter

ConfigSpecLoader ..> IOException: <<throws>>
JsonFileConfigSpecLoader ..> IOException: <<throws>>
Expand Down

0 comments on commit ebdcaec

Please sign in to comment.