-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#23: Logic for detecting MOV when host differs.
- Loading branch information
Zdenek Vales
committed
Mar 24, 2020
1 parent
d3770f1
commit 2d46743
Showing
7 changed files
with
185 additions
and
34 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...pi-compatibility-checker/src/main/java/cz/zcu/kiv/crce/apicomp/impl/mov/IMovDetector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package cz.zcu.kiv.crce.apicomp.impl.mov; | ||
|
||
/** | ||
* Base interface for all MOV detectors. The actual logic for detecting MOV | ||
* may differ from one API type (e.g. WADL) to another (e.g. WSDL). | ||
*/ | ||
public interface IMovDetector { | ||
|
||
|
||
MovDetectionResult detectMov(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.