chore(manager): change CommandManager dir
This commit is contained in:
@@ -5,7 +5,7 @@ connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
|
||||
connection.project.dir=
|
||||
eclipse.preferences.version=1
|
||||
gradle.user.home=
|
||||
java.home=/usr/lib/jvm/java-25-openjdk
|
||||
java.home=/usr/lib/jvm/java-21-openjdk
|
||||
jvm.arguments=
|
||||
offline.mode=false
|
||||
override.workspace.settings=true
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="bin/main" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="gradle_scope" value="main"/>
|
||||
<attribute name="gradle_used_by_scope" value="main,test"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" output="bin/main" path="src/main/kotlin">
|
||||
<attributes>
|
||||
<attribute name="gradle_scope" value="main"/>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package app
|
||||
|
||||
import app.AppInitializer
|
||||
import command.CommandManager
|
||||
import io.ConsoleHandler
|
||||
import manager.CommandManager
|
||||
|
||||
class AppExecutor {
|
||||
var interactiveMode = true
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package app
|
||||
|
||||
import command.CommandManager
|
||||
import command.commands.Add
|
||||
import command.commands.Clear
|
||||
import command.commands.Exit
|
||||
@@ -13,6 +12,7 @@ import command.commands.Show
|
||||
import command.commands.Update
|
||||
import io.IOHandler
|
||||
import manager.CollectionManager
|
||||
import manager.CommandManager
|
||||
|
||||
class AppInitializer {
|
||||
fun setup(
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package command.commands
|
||||
|
||||
import command.Command
|
||||
import command.CommandManager
|
||||
import io.IOHandler
|
||||
import manager.CommandManager
|
||||
|
||||
class Help(
|
||||
private val io: IOHandler,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package command.commands
|
||||
|
||||
import command.Command
|
||||
import command.CommandManager
|
||||
import io.IOHandler
|
||||
import manager.CommandManager
|
||||
|
||||
class History(
|
||||
private val io: IOHandler,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package command
|
||||
package manager
|
||||
|
||||
import command.Command
|
||||
import io.IOHandler
|
||||
import java.util.LinkedList
|
||||
|
||||
BIN
kls_database.db
BIN
kls_database.db
Binary file not shown.
Reference in New Issue
Block a user