Lots of renames and changes
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
|
||||
public record Module() {
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
|
||||
import com.r35157.nenjim.hubd.journal.Journal;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface NenjimHub {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
package com.r35157.nenjim.hubd.ctx;
|
||||
|
||||
import com.r35157.libs.valuetypes.basic.SemanticVersion;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.r35157.nenjim.hubd.ctx;
|
||||
|
||||
public interface ContextManager {
|
||||
}
|
||||
+3
-1
@@ -1,6 +1,8 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
package com.r35157.nenjim.hubd.journal;
|
||||
|
||||
import com.r35157.libs.valuetypes.basic.SemanticVersion;
|
||||
import com.r35157.nenjim.hubd.module.Dependency;
|
||||
import com.r35157.nenjim.hubd.module.Release;
|
||||
import com.r35157.nenjim.valuetypes.NenjimJournalId;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.r35157.nenjim.hubd.journal;
|
||||
|
||||
public interface JournalManager {
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
package com.r35157.nenjim.hubd.module;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import com.r35157.nenjim.valuetypes.NenjimJournalId;
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.r35157.nenjim.hubd.module;
|
||||
|
||||
public record Module() {
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
package com.r35157.nenjim.hubd.module;
|
||||
|
||||
import com.r35157.libs.valuetypes.basic.Checksum;
|
||||
import com.r35157.libs.valuetypes.basic.SemanticVersion;
|
||||
Reference in New Issue
Block a user