From 5fb66d7603417a11831d16e3402d4ea1e14455d3 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 22 Nov 2021 18:40:01 +0100 Subject: [PATCH] 1.0 Pre-2 --- .metadata/.log | 105 + .../2d/102ec61f304a001c12ab9f22518c2a8d | 6 + .../45/d083f11f304a001c12ab9f22518c2a8d | 5 + .../56/a092de30f949001c12ab9f22518c2a8d | 89 + .../74/304f8071b94b001c1936d4e0d78cb6c2 | 94 + .../8c/906010e00e4a001c12ab9f22518c2a8d | 0 .../9e/40f66df0fb49001c12ab9f22518c2a8d | 8 + .../bb/50996b89f849001c12ab9f22518c2a8d | 90 + .../d6/c0fb2f4ef749001c12ab9f22518c2a8d | 0 .../e8/80f7b9f3fc49001c12ab9f22518c2a8d | 8 + .../f2/10204acc034a001c12ab9f22518c2a8d | 7 + .../.org.eclipse.egit.core.cmp/.markers.snap | Bin 0 -> 16 bytes .../.org.eclipse.egit.core.cmp/.syncinfo.snap | Bin 0 -> 16 bytes .../LogDel8/.indexes/e4/d1/history.index | Bin 0 -> 162 bytes .../.projects/LogDel8/.indexes/history.index | Bin 0 -> 155 bytes .../.projects/LogDel8/.markers | Bin 876 -> 876 bytes .../.projects/LogDel8/.markers.snap | Bin 0 -> 912 bytes .../.projects/LogDel8/.syncinfo.snap | Bin 0 -> 16 bytes .../LogDel8/org.eclipse.jdt.core/state.dat | Bin 25774 -> 0 bytes .../.root/.markers.snap | Bin 0 -> 16 bytes .../org.eclipse.core.resources/.root/15.tree | Bin 855 -> 0 bytes .../org.eclipse.core.resources/.root/17.tree | Bin 0 -> 1013 bytes .../.safetable/org.eclipse.core.resources | Bin 774 -> 1106 bytes .../org.eclipse.core.resources/17.snap | Bin 0 -> 356 bytes .../.settings/org.eclipse.jdt.ui.prefs | 81 + .../org.eclipse.e4.workbench/workbench.xmi | 3079 +++++++++-------- .../org.eclipse.jdt.core/2375051947.index | Bin 1438 -> 1949 bytes .../externalLibsTimeStamps | Bin 250 -> 250 bytes .../org.eclipse.jdt.core/savedIndexNames.txt | 1 - .../QualifiedTypeNameHistory.xml | 2 + .../org.eclipse.jdt.ui/dialog_settings.xml | 1 + .../org.eclipse.jdt.ui/jdt-images/0.png | Bin 0 -> 635 bytes .../org.eclipse.jdt.ui/jdt-images/1.png | Bin 0 -> 386 bytes .../org.eclipse.jdt.ui/jdt-images/2.png | Bin 0 -> 345 bytes .../org.eclipse.jdt.ui/jdt-images/3.png | Bin 0 -> 598 bytes .../org.eclipse.jdt.ui/jdt-images/4.png | Bin 0 -> 333 bytes .../0.log | 2 + .../dialog_settings.xml | 5 + .metadata/version.ini | 2 +- LogDel8/bin/logdel8/LogDelCommand.class | Bin 0 -> 981 bytes LogDel8/bin/logdel8/Main.class | Bin 1603 -> 2022 bytes LogDel8/config.yml | 2 + LogDel8/plugin.yml | 9 +- LogDel8/src/logdel8/LogDelCommand.java | 25 + LogDel8/src/logdel8/Main.java | 43 +- 45 files changed, 2112 insertions(+), 1552 deletions(-) create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/2d/102ec61f304a001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/45/d083f11f304a001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/56/a092de30f949001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/74/304f8071b94b001c1936d4e0d78cb6c2 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/8c/906010e00e4a001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/9e/40f66df0fb49001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/bb/50996b89f849001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/d6/c0fb2f4ef749001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/e8/80f7b9f3fc49001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/f2/10204acc034a001c12ab9f22518c2a8d create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.indexes/e4/d1/history.index create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.indexes/history.index create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.markers.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.syncinfo.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/org.eclipse.jdt.core/state.dat create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/15.tree create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/17.tree create mode 100644 .metadata/.plugins/org.eclipse.core.resources/17.snap create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png create mode 100644 .metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml create mode 100644 LogDel8/bin/logdel8/LogDelCommand.class create mode 100644 LogDel8/config.yml create mode 100644 LogDel8/src/logdel8/LogDelCommand.java diff --git a/.metadata/.log b/.metadata/.log index 81a75d1..26a2f72 100644 --- a/.metadata/.log +++ b/.metadata/.log @@ -4758,3 +4758,108 @@ user global configuration and to define the default location to store repositori not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-11-20 12:02:57.813 ----------------------------------------------- +eclipse.buildId=4.20.0.I20210611-1600 +java.version=16.0.1 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT +Framework arguments: -product org.eclipse.epp.package.java.product +Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product + +!ENTRY org.eclipse.jface 2 0 2021-11-20 12:03:08.082 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2021-11-20 12:03:08.082 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6614289a, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4148ce43, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.egit.ui 2 0 2021-11-20 12:03:13.165 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\Miche'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-11-21 18:00:00.066 ----------------------------------------------- +eclipse.buildId=4.20.0.I20210611-1600 +java.version=16.0.1 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT +Framework arguments: -product org.eclipse.epp.package.java.product +Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product + +!ENTRY org.eclipse.jface 2 0 2021-11-21 18:00:08.467 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2021-11-21 18:00:08.467 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7f1fec57, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5c9e3d01, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.egit.ui 2 0 2021-11-21 18:00:13.713 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\Miche'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-11-22 18:10:34.322 ----------------------------------------------- +eclipse.buildId=4.20.0.I20210611-1600 +java.version=16.0.1 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT +Framework arguments: -product org.eclipse.epp.package.java.product +Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product + +!ENTRY org.eclipse.jface 2 0 2021-11-22 18:10:43.311 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2021-11-22 18:10:43.311 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6614289a, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4148ce43, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.egit.ui 2 0 2021-11-22 18:10:50.279 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\Miche'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/2d/102ec61f304a001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/2d/102ec61f304a001c12ab9f22518c2a8d new file mode 100644 index 0000000..5fc0df2 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/2d/102ec61f304a001c12ab9f22518c2a8d @@ -0,0 +1,6 @@ +main: logdel8.Main +name: LogDel8 +version: 1.0 +author: PokeMichele +description: Log File Remover +api-version: 1.14 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/45/d083f11f304a001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/45/d083f11f304a001c12ab9f22518c2a8d new file mode 100644 index 0000000..b5af3f6 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/45/d083f11f304a001c12ab9f22518c2a8d @@ -0,0 +1,5 @@ +package logdel8; + +public class LogDelCommand { + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/56/a092de30f949001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/56/a092de30f949001c12ab9f22518c2a8d new file mode 100644 index 0000000..2bb7080 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/56/a092de30f949001c12ab9f22518c2a8d @@ -0,0 +1,89 @@ +package logdel8; + +import java.io.File; +import java.io.IOException; +import org.apache.commons.*; +import org.apache.commons.io.FileUtils; +import org.bukkit.Bukkit; +import org.bukkit.entity.Player; +import org.bukkit.plugin.java.JavaPlugin; +import org.bukkit.command.CommandExecutor; +@SuppressWarnings("unused") + +public class Main extends JavaPlugin { + + public static Main plugin; + + + //get plugin instance + public static Main getInstance() { + return plugin; + + } + + //define directory + File LogDir = new File("/logs/"); + + + + //Delete Logs Method + public void LogDelete() { + + // TODO Auto-generated method stub + + + //log file remove + System.out.println("Removing Logs...."); + + + if(LogDir.exists()) { + //wait x minutes + try { + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); + } catch (InterruptedException ex) { + System.out.println(ex); + } + + try { + FileUtils.cleanDirectory(LogDir); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + System.out.println("Logs Removed :D"); + + //repeat + LogDelete(); + + + } + + + + + + //OnEnable + public void onEnable() { + plugin = this; + System.out.println("LogDel8 is now Enabled"); + + //crea cartella del config.yml + saveDefaultConfig(); + + this.getClassLoader(); + + //delete Logs + LogDelete(); + + + } + + //OnDisable + public void onDisable() { + System.out.println("LogDel8 is now Disabled"); + } + + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/74/304f8071b94b001c1936d4e0d78cb6c2 b/.metadata/.plugins/org.eclipse.core.resources/.history/74/304f8071b94b001c1936d4e0d78cb6c2 new file mode 100644 index 0000000..b775bd1 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/74/304f8071b94b001c1936d4e0d78cb6c2 @@ -0,0 +1,94 @@ +package logdel8; + +import java.io.File; +import java.io.IOException; +import org.apache.commons.*; +import org.apache.commons.io.FileUtils; +import org.bukkit.Bukkit; +import org.bukkit.entity.Player; +import org.bukkit.plugin.java.JavaPlugin; +import org.bukkit.command.CommandExecutor; +@SuppressWarnings("unused") + +public class Main extends JavaPlugin { + + public static Main plugin; + + + //get plugin instance + public static Main getInstance() { + return plugin; + + } + + //define directory + File LogDir = new File("/logs/"); + + + + //Delete Logs Method + public void LogDelete() { + + // TODO Auto-generated method stub + + + //log file remove + System.out.println("Removing Logs...."); + + + if(LogDir.exists()) { + try { + FileUtils.cleanDirectory(LogDir); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + //wait 10 minutes or x minutes + try { + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); + } catch (InterruptedException ex) { + System.out.println(ex); + } + System.out.println("Logs Removed :D"); + + //repeat + LogDelete(); + + + } + + + + + + //OnEnable + public void onEnable() { + plugin = this; + System.out.println("LogDel8 is now Enabled"); + + //crea cartella del config.yml + saveDefaultConfig(); + + this.getClassLoader(); + + //delete Logs + //wait 10 minutes or x minutes + try { + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); + } catch (InterruptedException ex) { + System.out.println(ex); + } + LogDelete(); + + + } + + //OnDisable + public void onDisable() { + System.out.println("LogDel8 is now Disabled"); + } + + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/8c/906010e00e4a001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/8c/906010e00e4a001c12ab9f22518c2a8d new file mode 100644 index 0000000..e69de29 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/9e/40f66df0fb49001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/9e/40f66df0fb49001c12ab9f22518c2a8d new file mode 100644 index 0000000..28e86ff --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/9e/40f66df0fb49001c12ab9f22518c2a8d @@ -0,0 +1,8 @@ +main: logdel8.Main +name: LogDel8 +version: '1.0' +author: PokeMichele +description: Log File Remover +api-version: 1.14 +commands: [] + \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/bb/50996b89f849001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/bb/50996b89f849001c12ab9f22518c2a8d new file mode 100644 index 0000000..b8b31ef --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/bb/50996b89f849001c12ab9f22518c2a8d @@ -0,0 +1,90 @@ +package logdel8; + +import java.io.File; +import java.io.IOException; +import org.apache.commons.*; +import org.apache.commons.io.FileUtils; +import org.bukkit.Bukkit; +import org.bukkit.entity.Player; +import org.bukkit.plugin.java.JavaPlugin; +import org.bukkit.command.CommandExecutor; +@SuppressWarnings("unused") + +public class Main extends JavaPlugin { + + public static Main plugin; + + + //get plugin instance + public static Main getInstance() { + return plugin; + + } + + //define directory + File LogDir = new File("/logs/"); + + + + //Delete Logs Method + public void LogDelete() { + + // TODO Auto-generated method stub + + + //log file remove + System.out.println("Removing Logs...."); + + + if(LogDir.exists()) { + try { + FileUtils.cleanDirectory(LogDir); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + + + //wait 10 minutes or x minutes + try { + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); + } catch (InterruptedException ex) { + System.out.println(ex); + } + System.out.println("Logs Removed :D"); + + //repeat + LogDelete(); + + + } + + + + + + //OnEnable + public void onEnable() { + plugin = this; + System.out.println("LogDel8 is now Enabled"); + + //crea cartella del config.yml + saveDefaultConfig(); + + this.getClassLoader(); + + //delete Logs + LogDelete(); + + + } + + //OnDisable + public void onDisable() { + System.out.println("LogDel8 is now Disabled"); + } + + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/d6/c0fb2f4ef749001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/d6/c0fb2f4ef749001c12ab9f22518c2a8d new file mode 100644 index 0000000..e69de29 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80f7b9f3fc49001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80f7b9f3fc49001c12ab9f22518c2a8d new file mode 100644 index 0000000..9d267c5 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80f7b9f3fc49001c12ab9f22518c2a8d @@ -0,0 +1,8 @@ +main: logdel8.Main +name: LogDel8 +version: 1.0 +author: PokeMichele +description: Log File Remover +api-version: 1.14 +commands: [] + \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/f2/10204acc034a001c12ab9f22518c2a8d b/.metadata/.plugins/org.eclipse.core.resources/.history/f2/10204acc034a001c12ab9f22518c2a8d new file mode 100644 index 0000000..af187a1 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/f2/10204acc034a001c12ab9f22518c2a8d @@ -0,0 +1,7 @@ +main: logdel8.Main +name: LogDel8 +version: 1.0 +author: PokeMichele +description: Log File Remover +api-version: 1.14 +commands: [] \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap new file mode 100644 index 0000000000000000000000000000000000000000..91d6c541512db06197e1b732473d567ce4b92d6a GIT binary patch literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap new file mode 100644 index 0000000000000000000000000000000000000000..91d6c541512db06197e1b732473d567ce4b92d6a GIT binary patch literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.indexes/e4/d1/history.index b/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.indexes/e4/d1/history.index new file mode 100644 index 0000000000000000000000000000000000000000..8676357268f03d14c3b999f8eee2977e8d26e08b GIT binary patch literal 162 zcmZQ#U|?Wk5YsO%O4iTGPftnBvC#KT%*@lvN-RrcU|KNgp21H~1{tB%^OXX7w0hI! zjcjWf85ja)W_SKT5-;G@0*f=qqnPBApYD>HiJ56JzBjEZ-s1Y8G#D9^$T)J z(=+qH%2)*Sj>#K%A(TyfQw>%opx||e8A<#b^%TkLnODdTd7#J8Q{*w}@wH1071mu7~FB605L|OUC z?u?UJLE^!a?=xyMPMXZkWXqT_*^^0@v3;@tv*zRpOj?2pK>fA0W|^*FoeT_W=~?25U3G4d^eW?0_vC;Oef09Pj+XV%nB0En|z;9 zo3UduHRVJq2KxHya%u+yg J!JMivH2_@RAkY8+ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.markers.snap new file mode 100644 index 0000000000000000000000000000000000000000..31fca9804dbd13092e5c2f5691885121f8830721 GIT binary patch literal 912 zcma)5y>8S%5T3J(91$I9pa>%&Du_=hBBenBawoxw5J9e>U9Sgw@7BB4?)okfqDT#0 zAW$Ol0#JhxqTp3{fRr?h4auESB#dNh*R!+V&y4SWesyr;E390*dGzb!;kQ))h@jhh zWb;1h&34Bxj-v=}TbCy!wW>TN<18dv)J7J{!7SbGE?QODaiyJimBKgtgR=T362VKgn}PqarkuLQ5heE z)|BxILqRyRZsIE;iFYEjXMJ!=2EC8cmJF#<&Bqi&he9#x94kTSdYY0`VLxJx9q4K+ zxx$(lmgk%~^YX!`m04>9z`F=GF0i7klqR>u_*w}g>C}@mcyo*Hu-2AvQ`j#4R-XFB ziaoL`nAR+_aRb*kns2qIY?1ht2DZIrj=!KFg4L7u_PmolZS#y<-P`8oC1W<9RW@cc z@g{<+XO&9pC<($(pv&&r+DUqt#SjnsBe*0B;dX;?fp3To;4*V_gG>d%J?H=|HTi+b zn(PONR2Ct0ek=^i_0dj$2k+IvuI0qDBm#H3q)^xleW+9DR!-S@zm_#m+~c}T$u*qu zpU$cw&+(QqIW8a?hx3TWhyP8KM@JTz@(i&#=MuejLiGEy-^cC$_vHBXi!ZaEe*lh! B6E*+< literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/.syncinfo.snap new file mode 100644 index 0000000000000000000000000000000000000000..91d6c541512db06197e1b732473d567ce4b92d6a GIT binary patch literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/org.eclipse.jdt.core/state.dat b/.metadata/.plugins/org.eclipse.core.resources/.projects/LogDel8/org.eclipse.jdt.core/state.dat deleted file mode 100644 index 36a74a65c177a8aad74036436a1ba92d83810c4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25774 zcmeHQ-E$kq4PROEw;g|f#*UrDZ4##@CE3oTeUm>jb;hnWwKJV|)bUUxB~hkGmPgrA zCJ+6~`rgO>3H?us-!4}Gc5x(~_92})dQRls0az>+z+$nuv%Az++WSuL{&H>a+i%`{^We?W!`fnPx%O^(ad~NRd2#99;%^^5TqD@E zZfBjoNB1_0+IC||JpG%Fqi)+Z+&enz?k@ccpVQ)M!wu+P*R|cq!vu&E3gW%Gchc zPSXEVqLp=`6~=|>TrIgDVKMfQXxr^6=^qz(9fDzsC&itvZ*NoFy=>kES3RNW?x}x=qLIOE-)AJ#9_xeQm;LpJO25Bs?rM6CP3*&}9v4+TzE8O1{-_rVWe&KG~o56mPspt9)!EF#i93j(u>-#nBOp>&}HtGlmgQQmpdc@U^G-u<=nyWKYAV{ zzp^*57}y)PD(#r>hWR4sQJBFbr#Hn|Ps2eUF-v#U2;TSr3W!;n0jVR3&85$ps$r+moD@y44hEVQ zEXD%518;+#=<#EZ4GK+y-6xqqTX{TqF3Mph`!v?295eT5JW7D(I8(;}dX!QqE4t>m z(4q^^g;*^{{M>JjYArmhMRvy)0X<*$9*VKqx@W=O_WoU3mX=-G&(s>&gITTFR>3|I zINR>MvRAFI@oqtyft48dQ`-Q?k2?g3h+q0yo*&Vo4GRn_O66#-92eG!d6K!C1&h5$ zT+iq}O^%**pKMroPiRj-xisi9rQjFDp;U+od>w!txcgOr%|mRM0?PS+k))7CK1 z0C0xc8Dk+MQ;vL~-x|;IYT7?&_^$V6TwwVKzK zDIuUOWviRp2QgDh*TRC|!`cwOeMo=VZnX4d>z1swL{e?y$Ob&cyN}&V_eb~0t%z2& z>>^|;JFR7fpOq1*$mmngg8AB{;n#(7&Hagz+$4-9Nvli$*6ABDCrfR18puivz0W}O zA>%;pH74;9Voul>bD+J(BVCkV8H?h zD}B8(Ol4$a>U^j6S_ScwdUx%mCB(Y-=po0+Bb90$Q{+rER?U6-7y7}t+DFN@EFYCh zid%}=pR#t+@nB5oL_=i(_3S2jVp#YMtTbe{Vivp@iOYFpHoRTp6Z198u3Q?-Ct@PR zHM_(uW6siIK{Gcp$jH0NC|bI!=bXhqMIQsxZ1McnL=6u2L$ujWy;um;3q z$ZyJcC$%Aq#*kW;dE!YuL+m4?^K#hW`{XKA+a}^C?BvLi(<6Wg0&_pSo0SdGeJg|B zBW#wb_G^2I#Py0P-bLm>?+WP|Foz4-?6Mt%J8B-E6+5hN5ktUNN~ulf2GJN~xJCU< z_a?NpDSILBPAGs${Ri}*1glCP=lu?uSoWSQVg5D_tl+A?Dc z(&tExwC!kG<{?tGa~*mVzn7oQWDqJx-wjNew~xGZ4|jvHiz=WN`7PX+)^|lq; zIJq9$+8wdsJ>^P#5_C>m&yc#uY1D0NYTzTnB2Li!OzJyuF>|zN&am^xdhHwe+w(p^ z$46(#XAQmY>=3OGGi=j2R==!~3H zbE{qTZL@_x8*ARsM=N31ORjzvGhSz<5Hf$DkE}bsG2fT^ zuITf~Jtu7BOoPpqahs1as9fJu}l_^#;naSB#rjT}=eg2@IDSV#WI9m#yFn`vqUcOY)g_bN3JZBFc=%wW|Cz@9rkm&rkaAd)hHQp!OitDbMZy>*!zq%;?Flc~>i?*6i=>^n1m~vxN7a_i?N}G4@P#qL1t1+)*4q#7ULBY@HY!hcQnHI9qOovxiDMVb$MPJYP5)GNI zLU^TT!(okw`3RmW&sbZn$bHkuO;x2WD_bzPS5?}mEUT)t?TjdDJwk2ao!YY*a%hh2%tSv1C|s};#hH3zW{JB~U> zST~M*zpU#{WvwHNs!AK#l3=G?=h`HB;yDED5m!~(sPnC=v{9ABHPms=(=%mNr438M zj(An2T_>*+YV)}k9F+t4TVkpz?KHcQS1rVv2k2LntIk<)y>+xr-uapZD{Zr?(vDAt z$chJ@d59x1E%U%|sEbH5fI613VeRS>?R{-b&M8K{(D8Z1vTB$khRvack!sQGm}#Ac zj)^C6i42mi@UE(~-1i0^F7vt^nX&!eaKy+H+0v#{mmA=zPtXS z(dkhw_`8O?B`>e~mv2As6r*;pJq!TOkt8IZm(=BWMWfI?2y~}taHccd6)2}R#Xe4R@k}U(7_N# zsI37V$e6e3&QbaWZyI*E3%YWMDD>(3I6XBM-hBH5wTfT3d&Iw!<1N)up(YRKcxMN5 zF8M0&U2GGXwiZ!2EkkaL4188A;Mxj&*i*wu<~vRARv!nuq7nX%9|-U%Jv+t6}oJ;pGQAl~wRnx4K2 zeRxdm;%Q4{Rl@s5F#0QmjT#6Q8 zXcclkKOWP-{Y%f=!2b<&Le2-$F28q@`v218@FYny@G=_n73m$Pam)J;4TJ9BsU7aq z!hznQKac1>Yg=v?3;yXg^gn1hr0v{UY9AwmJ@N2t^q;7OAwdO6L6Z;Do%ptQv;>`E z%{Zep<$D@CU_KQXr^MOs2@_)&o?W-?@FS&bxt)ILd7?k`fqyte$2=YMe+Uq-;e&7Z zjiYoNqXYNwN#St~u*c~*K}Up(*G?MOP9@h))A>iqHMD)kxOUdK1|GpbzR%HdJ~_XT zoL@}NFD2)flk+Rd`PJn7nm7j^*OT*)lk*$N`OW0~ljQtXa(;V!PG4#~a319jKJdZ$ zr*z13$XlL6*3f~^==gm68-2Vp{vG8D7<{4*;5X>wzz5&IrsE4bpkq=OaQ!Re8nP}a z9PlN7!1Zn84;aKJG66skK;!5Ln1#Ydg@gh^;i8g3sh~trQJ@@92q*yt9)pd}V^A@W z7(5IZ1_=X$!MIHagc=0~g#+xb=ztM`Ch*X9#03v%2fTp?&_bKw9W>E4ct#&V7xZBi z;8pU3extAG5BhtX4#?yV9gqd?;R86(it?Gm34{}Y!7L;TW*~7i3g&SgqxUr(7%_|x R?tuvq2Q2WS(9w`@x@na@Lg`pdzSsspWlM&|GcEh| zVw^a<%NN^Z&>ckHHVtQ5m4w~CPY`>XlX!k-L3PoQp&5{}o-+7L`-bp4)J}>Y0S1?X zeNTo9GR;INl0S*p?>@ozsQFKL0I0?~ksme!JhpVJt=da_m~amj-&TvEMI}w#qSfZ| z`N1dM?Hbjb{Mo9Wep8MeKM^ZStZ#v>TlJj-M>!W2^b_4c?J;rJBEZ0}PV>BeJ)yo) PJEOc1wLJ%*m)C$X99TK55lo!MqA-z_Y=*gY8U*B`q>#SN3j(J(0jzv(a zd`K-d;2Ww22iyd3R@3mBh%Tu;op{7$$Cgv1gE}dRL!`Kuv|B&a*?hrHgveYvlJ*a6=o%xhrg7{i zL*taHaaqR=X4wwM{UW73HSiBW=aw&%qj-Ns@}uG*ar`^sZ-Aw>=t(G(RaulG5&1uX z?tD$B22_t&Js#EU1ZlD%LvJgNXxq{jZTHWge9HKD(yA>A?PR)66CcbTy<LwfT+DMn=_)vgxRPZ}PO78Q literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index fc6c403de11786130471cbd6d56889735cd8a54a..4b54056599c32da4bfc8bc628780c06ac4079c02 100644 GIT binary patch delta 192 zcmZo;yTma;K{&WHPr)z0Ou@(yh^$O4tV|3hZ(}s!G&Qm?HZm|WH=OLqBtNnLA*1=^ zLPjGJmCN|%LrphQFto5THnK9bP;hn)Q2?3@HCT(eq^NZAL?)@pQB2%Ww%p`)CL=ie cHj{*~IWO0Nh~J-;_b`Y^1%B?S-d%nS0PB`G$^ZZW delta 114 zcmcb_(Z)7GK{zC%RKYL5Ou^7X!N|zU)Y!_ content_assist_number_of_computers=12 +content_assist_parameters_background=52,57,61 +content_assist_parameters_foreground=238,238,238 +content_assist_proposals_background=52,57,61 +content_assist_proposals_foreground=238,238,238 eclipse.preferences.version=1 +java_bracket=249,250,244 +java_comment_task_tag=154,140,124 +java_default=217,232,247 +java_doc_default=128,128,128 +java_doc_keyword=154,140,124 +java_doc_link=169,156,140 +java_doc_tag=30,120,155 +java_keyword=204,108,29 +java_keyword_bold=false +java_keyword_return=204,108,29 +java_keyword_return_bold=false +java_multi_line_comment=128,128,128 +java_operator=230,230,250 +java_single_line_comment=128,128,128 +java_string=23,198,163 +matchingBracketsColor=249,250,244 org.eclipse.jdt.ui.formatterprofiles.version=21 +overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,java_bracket,java_comment_task_tag,java_default,java_doc_default,java_doc_keyword,java_doc_link,java_doc_tag,java_keyword,java_keyword_bold,java_keyword_return,java_keyword_return_bold,java_multi_line_comment,java_operator,java_single_line_comment,java_string,matchingBracketsColor,pf_coloring_argument,pf_coloring_assignment,pf_coloring_comment,pf_coloring_key,pf_coloring_value,semanticHighlighting.abstractClass.color,semanticHighlighting.abstractClass.enabled,semanticHighlighting.abstractMethodInvocation.color,semanticHighlighting.abstractMethodInvocation.enabled,semanticHighlighting.annotation.color,semanticHighlighting.annotation.enabled,semanticHighlighting.annotation.italic,semanticHighlighting.annotationElementReference.color,semanticHighlighting.annotationElementReference.enabled,semanticHighlighting.class.color,semanticHighlighting.class.enabled,semanticHighlighting.deprecatedMember.color,semanticHighlighting.deprecatedMember.enabled,semanticHighlighting.deprecatedMember.underline,semanticHighlighting.deprecatedMember.strikethrough,semanticHighlighting.enum.color,semanticHighlighting.enum.enabled,semanticHighlighting.enum.italic,semanticHighlighting.field.color,semanticHighlighting.field.enabled,semanticHighlighting.inheritedField.color,semanticHighlighting.inheritedMethodInvocation.color,semanticHighlighting.inheritedMethodInvocation.enabled,semanticHighlighting.interface.color,semanticHighlighting.interface.enabled,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.method.color,semanticHighlighting.method.enabled,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.number.color,semanticHighlighting.number.enabled,semanticHighlighting.parameterVariable.color,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.staticField.color,semanticHighlighting.staticField.enabled,semanticHighlighting.staticFinalField.color,semanticHighlighting.staticFinalField.enabled,semanticHighlighting.staticMethodInvocation.color,semanticHighlighting.staticMethodInvocation.enabled,semanticHighlighting.typeArgument.color,semanticHighlighting.typeArgument.enabled,semanticHighlighting.typeParameter.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.typeParameter.bold,semanticHighlighting.restrictedKeywords.color,semanticHighlighting.restrictedKeywords.bold,sourceHoverBackgroundColor, +pf_coloring_argument=221,40,103 +pf_coloring_assignment=217,232,247 +pf_coloring_comment=128,128,128 +pf_coloring_key=217,232,247 +pf_coloring_value=23,198,163 +semanticHighlighting.abstractClass.color=62,171,230 +semanticHighlighting.abstractClass.enabled=true +semanticHighlighting.abstractMethodInvocation.color=128,246,167 +semanticHighlighting.abstractMethodInvocation.enabled=true +semanticHighlighting.annotation.color=160,160,160 +semanticHighlighting.annotation.enabled=true +semanticHighlighting.annotation.italic=true +semanticHighlighting.annotationElementReference.color=235,75,100 +semanticHighlighting.annotationElementReference.enabled=true +semanticHighlighting.class.color=18,144,195 +semanticHighlighting.class.enabled=true +semanticHighlighting.deprecatedMember.color=128,128,128 +semanticHighlighting.deprecatedMember.enabled=true +semanticHighlighting.deprecatedMember.strikethrough=true +semanticHighlighting.deprecatedMember.underline=false +semanticHighlighting.enum.color=204,129,186 +semanticHighlighting.enum.enabled=true +semanticHighlighting.enum.italic=true +semanticHighlighting.field.color=102,225,248 +semanticHighlighting.field.enabled=true +semanticHighlighting.inheritedField.color=143,143,191 +semanticHighlighting.inheritedMethodInvocation.color=205,246,104 +semanticHighlighting.inheritedMethodInvocation.enabled=true +semanticHighlighting.interface.color=128,242,246 +semanticHighlighting.interface.enabled=true +semanticHighlighting.localVariable.color=243,236,121 +semanticHighlighting.localVariable.enabled=true +semanticHighlighting.localVariableDeclaration.bold=false +semanticHighlighting.localVariableDeclaration.color=242,242,0 +semanticHighlighting.localVariableDeclaration.enabled=true +semanticHighlighting.method.color=167,236,33 +semanticHighlighting.method.enabled=true +semanticHighlighting.methodDeclarationName.bold=false +semanticHighlighting.methodDeclarationName.color=30,181,64 +semanticHighlighting.methodDeclarationName.enabled=true +semanticHighlighting.number.color=104,151,187 +semanticHighlighting.number.enabled=true +semanticHighlighting.parameterVariable.color=121,171,255 +semanticHighlighting.parameterVariable.enabled=true +semanticHighlighting.restrictedKeywords.bold=false +semanticHighlighting.restrictedKeywords.color=204,108,29 +semanticHighlighting.staticField.color=141,218,248 +semanticHighlighting.staticField.enabled=true +semanticHighlighting.staticFinalField.color=141,218,248 +semanticHighlighting.staticFinalField.enabled=true +semanticHighlighting.staticMethodInvocation.color=150,236,63 +semanticHighlighting.staticMethodInvocation.enabled=true +semanticHighlighting.typeArgument.color=177,102,218 +semanticHighlighting.typeArgument.enabled=true +semanticHighlighting.typeParameter.bold=false +semanticHighlighting.typeParameter.color=191,164,164 +semanticHighlighting.typeParameter.enabled=true +sourceHoverBackgroundColor=68,68,68 spelling_locale_initialized=true useAnnotationsPrefPage=true useQuickDiffPrefPage=true diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi index e374f92..aed9d83 100644 --- a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi +++ b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -1,8 +1,8 @@ - - + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration - + @@ -11,9 +11,9 @@ topLevel shellMaximized - - - + + + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet persp.actionSet:org.eclipse.search.searchActionSet @@ -71,89 +71,90 @@ persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet persp.viewSC:org.eclipse.ant.ui.views.AntView persp.actionSet:org.eclipse.ui.edit.text.actionSet.presentation - - - + + + org.eclipse.e4.primaryNavigationStack - + active + noFocus + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:Java - - + + View categoryTag:Git - - - - + + + + org.eclipse.e4.secondaryNavigationStack - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Ant - + org.eclipse.e4.secondaryDataStack - active - + View categoryTag:General - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Terminal @@ -162,2092 +163,2106 @@ - - + + View categoryTag:Help - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:Help - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:Help - - + + org.eclipse.e4.primaryDataStack EditorStack - - + + Editor removeOnHide org.eclipse.jdt.ui.CompilationUnitEditor - + Editor removeOnHide org.eclipse.jdt.ui.CompilationUnitEditor - - + + Editor removeOnHide yamleditor.editors.YamlEditor + + + Editor + removeOnHide + yamleditor.editors.YamlEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + - + View categoryTag:Java - + active + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + View categoryTag:General - + - + View categoryTag:General - active - activeOnClose - + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Git - + View categoryTag:Terminal - + View categoryTag:Java - + View categoryTag:Ant - - + + toolbarSeparator - + - + Draggable - + - + toolbarSeparator - + - + Draggable - + toolbarSeparator - + - + Draggable - + Draggable - + Draggable - + Draggable - + toolbarSeparator - + + + + Draggable + - + Draggable - - + toolbarSeparator - + - + toolbarSeparator - + - + Draggable - + stretch SHOW_RESTORE_MENU - + Draggable HIDEABLE SHOW_RESTORE_MENU - - + + stretch - + Draggable - + Draggable - - + + TrimStack Draggable - + TrimStack Draggable - - + + TrimStack Draggable - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + platform:win32 - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - + + - - - - - - - - - + + + + + + + + + - - - + + + - - - + + + - - - - - + + + + + - - + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + - - - - - - - + + + + + + + - - - - + + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - + + - - + + - - - + + + - - + + - - + + platform:win32 - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor removeOnHide - + View categoryTag:Ant - + View categoryTag:Gradle - + View categoryTag:Gradle - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Java - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git NoRestore - + View categoryTag:Git - + View categoryTag:Help - + View categoryTag:Debug - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Maven - + View categoryTag:Maven - + View categoryTag:Oomph - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Version Control (Team) - + View categoryTag:Version Control (Team) - + View categoryTag:Help - + View categoryTag:Terminal - + View categoryTag:Other - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:XML - + View categoryTag:XML - - + + glue move_after:PerspectiveSpacer SHOW_RESTORE_MENU - + move_after:Spacer Glue HIDEABLE SHOW_RESTORE_MENU - + glue move_after:SearchField SHOW_RESTORE_MENU - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - - + + + + - - - + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.metadata/.plugins/org.eclipse.jdt.core/2375051947.index b/.metadata/.plugins/org.eclipse.jdt.core/2375051947.index index 40a1bdc40a5c160a740821d9203f6bbbf0ef0cb9..3b8b9387aca3c997f03f06d7a7e830559c2a1479 100644 GIT binary patch literal 1949 zcma)7+in{-5S`V^y4a5GG<``51Od_-1!{zLn}B+OB7e_xF0rdWY zr`BXl>U<&OD|W2&v5+IZTynK|@sY3i_6Br+=7qxFowu^e3w2yrCzLP%(1D(}D9jCh zpjXm8tpPS*zeY0Fwq)!!;B=HA{u-XX!B_#sn2*=Mj0kfBU!TrDip>3ww}8Bc=QXmG zPunHZ2RMkSPOd~&Ic->5frbSVB@3U}x4CdrWgS~D4S|v%DXdm83VV6q zf5RwZWf&x#;`=$N;`Wi{D=`-5ypnFD)p?P#5VLQk5M@O5 zS6o&hv={0N@u}j{PIIM=7;%ftiPS^#J###}JTu&vBGKPN0wc+-J=PpcDV}Zx73qZ| z|1A$}k{F09>}?w@yl`LL6Zg5Vv8XVq`;eaO-ti4Q3DN4hZ{8Di-$hMEM0~4JSah&? zSHLx(_V|+Aw4a4A0Q;>$)Dc&7J_w!k{sS5I=GEn8;c%S-D%>eFfrh>=esP7gwB4Sp zgmSNO6iVSo+%@!OYaD({x=nTEXn}K&uOlGUCa=9Fg0B0Kb70(Rb2_5&imMJJ(7o-* zt{=X&r+%}oduJC$@X)tiPdJbW`H{!nw?ycTE)->e0Hlto6mA_TWjNur3R&((O7#qk zRC+&>M1^w_R$oq)!w#=XCl>9SuH?$g#*ub3}wEkQ|3rC|A2Ous1Ht)KZOaPKJVR-Qvzh@o*!}CJO#aLt#w=)>nsubp( zILDoaouzOWnr^YwaWo~b;Q?1lJMQx!SZ4(Tw=S`7y^GGDu#=&7&Q!kb1L7YT21m3_ azk}TdB-nMoht0cS0NplZZIa$n6@&l@RRSuWx~+KOxtmm^Ds9!2%M+5jakg$9d*$^;&1di- zd<6f&JNyKK@vL(z0(GTb*)zvyX3mTkwz?09AN)gy+gL5fMev zlsAq8!o4`Xyyl6GqDAgSauaFfPieO`(xgogrE!0zI+I@gpvvebPG_B_4;b$*LI&ZE-b$c#`{Do?OH zVzR)>@vO_Ng>uA_<@vE@eQx}jO*+%FEV;Qb%n3!IR_1gj!*VV;&pdN0k(^=E3=V`g zV{hHc*@(CKfECilS`9?%$z1%WcdCEx+Ug~sayCh{c{9az1M*igYYUwvTyxgGvVggv z@KY3i7x4Ay_{e?t=wz?&<2CkW{FQjJ?JXSjVUtAF|mYaR%k__po~*?&%_; zA~ZRw+N8K}ZLT>Ty|M5GxMupRUz=W~`JX^|IVqPY+;7Cwg%?+bvoh&b(&sJKAiW&T z*^E-ius6nE&ahmU(@NqrTnX>3kfjtM$}H@dU^U59N+7&el^{anV|-(Lo6r~tF8ghs zNZcMkJufnD&iMd$pJ9E-?Ug1k4wqy84r@#)ZJCphV8Iut+i`|t=_rD)u%2K)tSQ{! hmWUtFD2ZrWc?27Ckn&vR8#HIZQ0HGzH7<+l;UD5Qi0A+S diff --git a/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps index 462f3d09be8886833c8160b4a263bb58246e4034..b8e6c67a564a92bd092dd25f98126a0b25002e76 100644 GIT binary patch delta 18 Zcmeyx_=}N+fq{W}qJ`x|R+EW^od7YB1yuk5 delta 23 ecmeyx_=}N+fq{W}qKzq|-b6deiSlw23p)WyP6luQ diff --git a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt index 7727a2a..9e7d691 100644 --- a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt +++ b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt @@ -1,5 +1,4 @@ INDEX VERSION 1.131+C:\Users\Miche\Downloads\LogDel8\.metadata\.plugins\org.eclipse.jdt.core -2375051947.index 2858616456.index 258218367.index 1071196072.index diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml index 3dd9ace..3ba5376 100644 --- a/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml +++ b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -29,4 +29,6 @@ + + diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml index 6292b6e..b3dbdc9 100644 --- a/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml +++ b/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -50,6 +50,7 @@ + diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7b019ba3141a122d127bba926065fd5f29443496 GIT binary patch literal 635 zcmV->0)+jEP)xb-+SBKM)sJw|P0#l3+q>_5p7&T%l7~`9)$THm zbna+XzL0YyUEZRcmAOb*++4LQKUN5jYKx2|93`#Q^;&+rhitey(tr!`dKh|)Kcy}v zCuNDdC|}Mg`}TUZYu854pgY-!2QR%yq{8Tb$w!JKkek-4NT5VL4Cu3JsvG2 zF6N$a1`g(68K=x>f`@VGA&Ye8i(m_LU*~Z=X2brQ21x0=M9tNen^sB7idVEB$ZA7I zm}6FWhI|M=kD+bQ3thwl4Q+Af74>(Ty|3UQi5pd0B`is9Z&7Be0(xk>P0-ysf|`g4 z`}{h{I3`0|4Q*U(K>;50v(!<2ik@_8V>6VHrS^@IpNSm`MR8&g$Q>%tKa>7D{s7)i VUb5A`L(~8O002ovPDHLkV1kumFv9=< literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb97ce216964d5f51c8363bb473cd5b47016ff8 GIT binary patch literal 386 zcmV-|0e$|7P)HFUPk@B}6RRI=07&zn&tLz4y?h(YCfR^9QjTB)K;Y-& z7o;2TsCF{gkn5fqaDzxP00ux|0Wt)q0h|q+i}~Ap9)d7$i_dJ3;;W8H|Ns5| z^Z(cL*WiG}Y5+%rhXQwt_gl|-DZg5_*ZePBU-DmjQsgg?;!lUq{XeJV4#sa*ZpUr_ zUz^WP+nEV}mK^Q;kBr^sB>&)R@mWI9uN=)@-%^%l{;ywOgn~1cW&h`H_I^�JcWY z-@((P|3}V@LBXz*!~b(Md448n09TXO8NF`*{~i;AQLs##&p(bPuU!NUU~TX+0NV6j zZ(`X0!1)RPBNit8H=h#u7wEMwYz=N21PuTiQtxTO-Rg6ht;M1& literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..a839ceb0e95c38b180ed346a05106e06eac5e1e7 GIT binary patch literal 345 zcmV-f0jB%fB&S+$&;ra0^%1_rp(wkVZ!8KqBJ%%G_XvbJoVt5IrG2l*|Ycmv17;o@7}%V z|BM;4KTn!8Z3RICdV437&zw2?^Zxw@{)51Q0|&tv#GgEQ+UMTh{v^BxbawVVT()fG z|8?s&fDHiAFuZv2vj0H&(|8SNYHI&KckTi(1_2lwglEl~_rJNh{UcrjYU^6w_4Q5q zKViZYumK<%hI@J^{;#WRxrNt&nwo}%t!-UDfT8~%8G!hWO>JK)s_Lro8c^9L~c{!g1W3#fU<|Axl4@1vTmCFi?D!vsJSAH)ns{CA3 rR5>FntAU50W^_MaTXo3}<>bjhCnVUw*Fr z|HOkC|8W?=1lBB4V&foHX7{6hYtsLjN2~w8{PYM#)#LZK;RYZ%-wMfgyIlb@0{>TU zO8Woo!$Yv*yRWbR-+X!L|0nP7!wrJD;2#hGDIT~1VkNdeV&;YZ@7YxkR`Bc3um44> zlmBNgkN#hKX0zfObOf3Z^AB`5}n72CQ?mfL@J z>G%Jix1#L->(6gcV&T!-$N$4;CH!~n_4_Xl3@?#FYZLSY2=c}%wL0hTZj%E32hWQ6 z->{|q|C9r>{?~49`R_F~<01nWkaTvHM6951J07*qoM6N<$g50hzUH||9 literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..be086d7a548e6926e48bd63c76f6ba3ada5f3209 GIT binary patch literal 333 zcmV-T0kZyyP)WWd$r{j_;&&;R#dKm333;l=;_HFf_vnmq3k zZ2)JZce!+@-?ye6eg898Rs9!f^Zm@y=uuC!0SpZeJZz0Vi`bjIzH_(u++%O_%mj+D f5O2UJAPE2fb!<9{H5{K500000NkvXXu0mjf4m*~u literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log b/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log index 5399ebb..48368b1 100644 --- a/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log +++ b/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log @@ -18,3 +18,5 @@ 2021-09-22 16:07:59,305 [Worker-7: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is up-to-date. Trying to read. 2021-09-23 14:52:38,343 [Worker-7: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is out-of-date. Trying to update. 2021-11-18 16:13:25,135 [Worker-7: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is up-to-date. Trying to read. +2021-11-20 12:03:13,133 [Worker-7: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is out-of-date. Trying to update. +2021-11-21 18:00:13,677 [Worker-6: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is out-of-date. Trying to update. diff --git a/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml b/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml new file mode 100644 index 0000000..50f1edb --- /dev/null +++ b/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/.metadata/version.ini b/.metadata/version.ini index 18f5546..7612c12 100644 --- a/.metadata/version.ini +++ b/.metadata/version.ini @@ -1,3 +1,3 @@ -#Thu Nov 18 16:13:18 CET 2021 +#Mon Nov 22 18:10:40 CET 2021 org.eclipse.core.runtime=2 org.eclipse.platform=4.20.0.v20210611-1600 diff --git a/LogDel8/bin/logdel8/LogDelCommand.class b/LogDel8/bin/logdel8/LogDelCommand.class new file mode 100644 index 0000000000000000000000000000000000000000..ac5beaacf72c20619c3f36b5410587b09426f2ae GIT binary patch literal 981 zcmaJ=%Wl&^6g`uqag(|a+=N0Y6v`_prRI?ZQV^Q}QYE)6g1Tr|6MHajoG~~K@GJZS z8#V#4-~;$5#Ia*UQQFAzotf)<&zyVj@vq-MegbHrWuPEX4tT|_rYztH( zo!>3+rs14Vt*f-B;`WS)w)3ytZW0IDZy!&)nnzWvqHdrjuzvn^CN5%4!0=UaAO|e3 z)@V+H&Eqm#HL0zNE4XT4zK&wmkwc=^8`GdE!yCA1U`xRK z+qZogXcM<^TVR2l_Vh53+9kpYd7Tbwr^$CsG}0+moJF4b-{ie2?G$OUyu(7P!% zOCvSDbNm4cT&YFc3Qsmy!F6u?8>(Nk&n9g-a~fFW-kbzr3CldOb+|yACVwPY3R&A3 z!?G@ovHlsA@3=n3o#Gezi_8V{inJ!5C0G}I(& U(tLmt9@5J)ECxQ}wt&Zf04aO!Q2+n{ literal 0 HcmV?d00001 diff --git a/LogDel8/bin/logdel8/Main.class b/LogDel8/bin/logdel8/Main.class index d7c44960d8402a2827bb656c7145ca67b4a8c17b..d83e794629a58cc187d72b78c39144e9fe542e4b 100644 GIT binary patch literal 2022 zcmb7ETXz#>6y0A4OcI9B1`C2*Qmv8%(m_COLC{{Xsc8$nq*4)_PQIo?Co^$oQpykT zNB9eP71Y4ewS4r!C;yFaF84Q?rh$bI=3&;%x#jGA_Bnt4^Xu;bE@N9mLO^%CWPMjEpVXc5XjaB^DFe!yylecD^HYV zd&V8xk;-$^cJ1(%z`jDUE|8q`8Zv`@IHV(ujE2K(W-uj%VI~=@9~c>AaYV(vBQR3v zRd!6bX)J}l?KUgLdKv;pb!bQl9In}}obR;OrN3;hJ5nH5^DNV;o4&2SV`DPhv;%>I zO&M0*AT(Wzkwb;z>yT98Q#$tJfIwP-la35!8hO00VU!6`&%I`z2BB=}_yA)>>2*Rj z+h^e}8x7g6G+UJvJ`xySlr3+Y-RD^~80Rm80!kW+0!Ma<7|7CbPQlmOs*vLt7X{9!Nt$ib+LVUnwOXDV81Xz-LfZ*+s^Ak&%5tRXa%j>D zJ^v{?iy7XXU9q0QRb1C_ZJ@L2!t{_Dze!6}YM61m06` zw{+abXXKD{PkQc#-4wV)vIo>=Mdprgs-ngQWfN(q7ag0)-Go3PkYPybg7MI9$@01k zpGfJJsg<%Hvs$*@ax2JS3U@S23mE_Nk92&28B!amLrwB+va4n=i<*WnU(>ag*c%gVtolHA@}Cktyz?^!rHTD$I5-wu^q**zU?Wk1BU=^bfxA`eCA zQSU(y4cF$_8)#x*Lm;!{b$m;z6UHocBga*f7$uZ_JfjKTB%TJoLERoc_tV3B#^*tP zO(DrQAXj<`z4RNh_j5xpk^2QB&uLBI7@ygwQkIb?FwC!aY14aII3Cqbt0jsnjzu0I z`2r_@?AJIDSx2JW1g#WFzlXp0Kgu@q0%vj`c5$}!Ge){N{{y??+bdjnhE(lb7gt`P z(#5B_&%2oX{uQdvaInT4dKOgbqDt*z`8liQ*x5-Qg;89m^ub+Z6JYB} z4pkk8AyhGf8i}4G+<8VXF@Bj5D?AFTw5&w{k4EG#!~iE>gOx_&Z%o9PzUyPU$`qxV fw8G;P&z@K^QMHGp_)%27CzNztT_9vy0-b*WD)GQZ delta 934 zcmZ9KOH3_NFKI#$C?FTD2C2{sw8%ve1i2JMtbh~&5ig-V)M7~)5>Z!m<1fg{ zr7O08PKR;f=(upkAL5LE!tpyP1Ea|zC*S$r_kF&T{Hp%0DnI{x{sN#6&khxdMdV~5 zo8WnFaTynJNkV|3W=r4G<9Xf4##3)hi*KvA49(tTTKWn@?IPbU?B$HCMp83Imx3VL zC0u2wbCkJ4d|@|dSSf3l>m=?#J%h9(N_j)UIfPY25M}W4*E!QN8C;?8nu0FGCB*FC zEa>XSHM^#w!`q8~34QiRMN{!Q6ozWYC1vU97fZW(ntNyzK<@aeUBM;4$-@?=ZMSv*BfdJSND-85%;#vw`O~ws_ha4lnyKNpWIC%^BFwGulu>0mGDv z7AO*K+uvMo=VYqPtMI_0FCp450dJn%?9iwv}zGSq7o_Y)%E3 zB_s~X#E)kBMS9Un#}>gfTxcZYm=hC#kLrH3QBN_50NUv_MvZYq(TyIuhtQ8v45Eod z8i|RCn!WT45d9495OEX|W^tERNvf-GuS@84&q$b-sCMsks#U^a)X@_8h&eIYLYZ@s zSRWKu%EX{1LD=Gij8VuqSx%q^2{aIYGers*wQO|)!|?DlX5b`777=R{aY*fDQ-z)& rN*__3naILqls06n<1zV)PY`tc0rwH+4o(fcPIbW%3oC{v&fe3%{tclJ diff --git a/LogDel8/config.yml b/LogDel8/config.yml new file mode 100644 index 0000000..dd86847 --- /dev/null +++ b/LogDel8/config.yml @@ -0,0 +1,2 @@ +settings: + time-between-log-removing-in-ms: 600000 # the default time is 600000ms (10 minutes) \ No newline at end of file diff --git a/LogDel8/plugin.yml b/LogDel8/plugin.yml index 00cc2cc..e89f9ed 100644 --- a/LogDel8/plugin.yml +++ b/LogDel8/plugin.yml @@ -1,7 +1,10 @@ main: logdel8.Main name: LogDel8 -version: '1.0' +version: 1.0 author: PokeMichele description: Log File Remover -commands: [] - \ No newline at end of file +api-version: 1.14 +commands: + logdel: + description: Delete Logs Manually + aliases: [logd, dlogs] \ No newline at end of file diff --git a/LogDel8/src/logdel8/LogDelCommand.java b/LogDel8/src/logdel8/LogDelCommand.java new file mode 100644 index 0000000..bf3bbb9 --- /dev/null +++ b/LogDel8/src/logdel8/LogDelCommand.java @@ -0,0 +1,25 @@ +package logdel8; + +import org.bukkit.command.Command; +import org.bukkit.command.CommandExecutor; +import org.bukkit.command.CommandSender; + +public class LogDelCommand implements CommandExecutor{ + + @Override + public boolean onCommand(CommandSender sender, Command cmd, String CommandLabel, String[] args) { + + if(cmd.getName().equalsIgnoreCase("logdel")) { + + Main.getInstance().LogDelete(); + + } + + + return false; + } + + + + +} diff --git a/LogDel8/src/logdel8/Main.java b/LogDel8/src/logdel8/Main.java index da374ba..7707aa1 100644 --- a/LogDel8/src/logdel8/Main.java +++ b/LogDel8/src/logdel8/Main.java @@ -1,6 +1,7 @@ package logdel8; import java.io.File; +import java.io.FileWriter; import java.io.IOException; import org.apache.commons.*; import org.apache.commons.io.FileUtils; @@ -14,12 +15,18 @@ public class Main extends JavaPlugin { public static Main plugin; + + //get plugin instance + public static Main getInstance() { + return plugin; + + } + //define directory File LogDir = new File("/logs/"); - - //Delete Logs + //Delete Logs Method public void LogDelete() { // TODO Auto-generated method stub @@ -29,7 +36,6 @@ public void LogDelete() { System.out.println("Removing Logs...."); - if(LogDir.exists()) { try { FileUtils.cleanDirectory(LogDir); @@ -38,12 +44,10 @@ public void LogDelete() { e.printStackTrace(); } } - - - //wait 10 minutes + //wait 10 minutes or x minutes try { - Thread.sleep(600000); + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); } catch (InterruptedException ex) { System.out.println(ex); } @@ -57,29 +61,38 @@ public void LogDelete() { - - - + + //OnEnable public void onEnable() { plugin = this; System.out.println("LogDel8 is now Enabled"); + + //crea cartella del config.yml saveDefaultConfig(); this.getClassLoader(); + //Setting permissions to the file + LogDir.setReadable(true); //read + LogDir.setWritable(true); //write + LogDir.setExecutable(true); //execute + + //delete Logs + //wait 10 minutes or x minutes + try { + Thread.sleep(Main.getInstance().getConfig().getInt("settings.time-between-log-removing-in-ms")); + } catch (InterruptedException ex) { + System.out.println(ex); + } LogDelete(); } + //OnDisable public void onDisable() { System.out.println("LogDel8 is now Disabled"); } - public static Main getInstance() { - return plugin; - - } - }