03-UpdatePlugins

This commit is contained in:
Adrian-Devries 2025-04-24 12:53:53 +02:00
parent 6a06fb7c68
commit 04a236ec83
100 changed files with 193 additions and 193 deletions

View file

@ -34,7 +34,7 @@ import picocli.CommandLine.Parameters;
/**
* Commandline Interface definition.
*
*
* @author Andreas Penski
*/
@Command(description = "Structural and semantic validation of xml files", name = "KoSIT Validator", mixinStandardHelpOptions = false,
@ -111,7 +111,7 @@ public class CommandLineOptions implements Callable<ReturnValue> {
/**
* Definition of logical name and a path for a configuration artifact.
*
*
* @author Andreas Penski
*/
@Getter
@ -125,7 +125,7 @@ public class CommandLineOptions implements Callable<ReturnValue> {
/**
* Definition of logical name and a path for a repository.
*
*
* @author Andreas Penski
*/
public static class RepositoryDefinition extends Definition {
@ -134,7 +134,7 @@ public class CommandLineOptions implements Callable<ReturnValue> {
/**
* Definition of logical name and a path for a scenario configuration file.
*
*
* @author Andreas Penski
*/
public static class ScenarioDefinition extends Definition {