-
-
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.
Renamed namespace to be able to deploy with central maven repo
- Loading branch information
Showing
22 changed files
with
50 additions
and
48 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
2 changes: 1 addition & 1 deletion
2
src/main/java/org/filelize/Filelize.java → ...ain/java/io/github/filelize/Filelize.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
2 changes: 1 addition & 1 deletion
2
src/main/java/org/filelize/FilelizeType.java → ...java/io/github/filelize/FilelizeType.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
public enum FilelizeType { | ||
SINGLE_FILE, MULTIPLE_FILES | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/org/filelize/FilelizeUtil.java → ...java/io/github/filelize/FilelizeUtil.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
import com.fasterxml.jackson.databind.ObjectMapper; | ||
|
||
|
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
8 changes: 4 additions & 4 deletions
8
...in/java/org/filelize/FilelizerSingle.java → ...a/io/github/filelize/FilelizerSingle.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
2 changes: 1 addition & 1 deletion
2
src/main/java/org/filelize/IFilelizer.java → ...n/java/io/github/filelize/IFilelizer.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
import java.util.List; | ||
import java.util.Map; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/org/filelize/Id.java → src/main/java/io/github/filelize/Id.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
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
2 changes: 1 addition & 1 deletion
2
...ain/java/org/filelize/file/FilesUtil.java → ...va/io/github/filelize/file/FilesUtil.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize.file; | ||
package io.github.filelize.file; | ||
|
||
import java.io.File; | ||
import java.io.IOException; | ||
|
10 changes: 5 additions & 5 deletions
10
...n/java/org/filelize/path/PathHandler.java → .../io/github/filelize/path/PathHandler.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
2 changes: 1 addition & 1 deletion
2
.../filelize/FilelizerMultipleFilesTest.java → .../filelize/FilelizerMultipleFilesTest.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
import org.junit.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...org/filelize/FilelizerSingleFileTest.java → ...hub/filelize/FilelizerSingleFileTest.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
import org.junit.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../filelize/FilelizerSomethingElseTest.java → .../filelize/FilelizerSomethingElseTest.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
import org.junit.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...test/java/org/filelize/SomethingElse.java → ...ava/io/github/filelize/SomethingElse.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.filelize; | ||
package io.github.filelize; | ||
|
||
public class SomethingElse { | ||
private String id; | ||
|
2 changes: 1 addition & 1 deletion
2
.../java/org/filelize/SomethingMultiple.java → ...io/github/filelize/SomethingMultiple.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
2 changes: 1 addition & 1 deletion
2
...st/java/org/filelize/SomethingSingle.java → ...a/io/github/filelize/SomethingSingle.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
4 changes: 2 additions & 2 deletions
4
...va/org/filelize/file/FileHandlerTest.java → ...github/filelize/file/FileHandlerTest.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
6 changes: 3 additions & 3 deletions
6
...ilelize/path/PathHandlerMultipleTest.java → ...ilelize/path/PathHandlerMultipleTest.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
6 changes: 3 additions & 3 deletions
6
.../filelize/path/PathHandlerSingleTest.java → .../filelize/path/PathHandlerSingleTest.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