-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove IMDB_XML and IMDB_JSON parsers; fix importer
- Loading branch information
Showing
23 changed files
with
47 additions
and
293 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
* Supported document sources | ||
*/ | ||
public enum DocumentSourceType { | ||
IMDB_XML, | ||
OMDB, | ||
IMDB_JSON, | ||
IMDB_HTML, | ||
} |
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
33 changes: 0 additions & 33 deletions
33
core/src/main/java/org/f0w/k2i/core/exchange/finder/strategy/IMDBJSONExchangeStrategy.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
core/src/main/java/org/f0w/k2i/core/exchange/finder/strategy/IMDBXMLExchangeStrategy.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
core/src/main/java/org/f0w/k2i/core/parser/IMDBJSONMovieParser.java
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
core/src/main/java/org/f0w/k2i/core/parser/IMDBXMLMovieParser.java
This file was deleted.
Oops, something went wrong.
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
10 changes: 0 additions & 10 deletions
10
...src/test/java/org/f0w/k2i/core/exchange/finder/strategy/IMDBJSONExchangeStrategyTest.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
.../src/test/java/org/f0w/k2i/core/exchange/finder/strategy/IMDBXMLExchangeStrategyTest.java
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
core/src/test/java/org/f0w/k2i/core/parser/IMDBJSONMovieParserTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.