Skip to content

Commit

Permalink
added src/main/java/domain/checks/AdapterPatternCheck.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-shirakrk committed May 8, 2024
1 parent 615e839 commit 98e2116
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions uml/classes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ package datasource {
}
}

package domain.checks {
class AdapterPatternCheck {
-{static} NAME: String
-{static} ADAPTER_CLASS_NAME_REGEX_KEY: String
-{static} DEFAULT_ADAPTER_CLASS_NAME_REGEX: String
+run(classes: ClassDataCollection, config: Configuration): Set<Message>
-{static} findAdapters(classes: ClassDataCollection, adapterNamePattern: Pattern, messages: Set<Message>): Set<String>
-{static} validateUsageOfAdapters(classes: ClassDataCollection, adapterFullNames: Set<String>, messages: Set<Messages>): void
}
}

exception IOException {
}

Expand Down

0 comments on commit 98e2116

Please sign in to comment.