Index
All Classes and Interfaces|All Packages|Serialized Form
C
- call() - Method in class org.aksw.commons.picocli.CmdCatClasspathResource
- callCmd(Class, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
- callCmd(CommandLine, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
- callCmdObject(Object, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
-
Utility method to launch a command with a generally useful exception handling configuration: If the command supports HasDebugMode then display of exception is as follows: on: the full stack trace is shown off: only the root cause message (without the stack trace) of an exception is shown If the debug flag is not supported then the output matches the debug=on case (full stack trace is shown).
- CmdCatClasspathResource - Class in org.aksw.commons.picocli
-
Command for printing out classpath resources
- CmdCatClasspathResource() - Constructor for class org.aksw.commons.picocli.CmdCatClasspathResource
- CmdCommonBase - Class in org.aksw.commons.picocli
- CmdCommonBase() - Constructor for class org.aksw.commons.picocli.CmdCommonBase
- CmdMixinLogLevel - Class in org.aksw.commons.picocli
- CmdMixinLogLevel() - Constructor for class org.aksw.commons.picocli.CmdMixinLogLevel
- CmdUtils - Class in org.aksw.commons.picocli
-
callCmd: Run command and return the exit code execCmd: Run command and terminate the JVM using System.exit with the exit code
- CmdUtils() - Constructor for class org.aksw.commons.picocli.CmdUtils
D
- debugMode - Variable in class org.aksw.commons.picocli.CmdCommonBase
E
- execCmd(Class, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
- execCmd(CommandLine, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
- execCmdObject(Object, String[]) - Static method in class org.aksw.commons.picocli.CmdUtils
G
- getResourceName() - Method in class org.aksw.commons.picocli.VersionProviderFromClasspathProperties
- getStrings(Properties) - Method in class org.aksw.commons.picocli.VersionProviderFromClasspathProperties
- getVersion() - Method in class org.aksw.commons.picocli.VersionProviderFromClasspathProperties
H
- HasDebugMode - Interface in org.aksw.commons.picocli
- help - Variable in class org.aksw.commons.picocli.CmdCommonBase
I
- isDebugMode() - Method in class org.aksw.commons.picocli.CmdCommonBase
- isDebugMode() - Method in interface org.aksw.commons.picocli.HasDebugMode
L
- logger - Variable in class org.aksw.commons.picocli.CmdCatClasspathResource
- logLevel - Variable in class org.aksw.commons.picocli.CmdMixinLogLevel
O
- org.aksw.commons.picocli - package org.aksw.commons.picocli
R
- registerIfAvailable(CommandLine, String) - Static method in class org.aksw.commons.picocli.CmdUtils
-
Attempt to register a command by class name.
- resourceNames - Variable in class org.aksw.commons.picocli.CmdCatClasspathResource
V
- version - Variable in class org.aksw.commons.picocli.CmdCommonBase
- VersionProviderFromClasspathProperties - Class in org.aksw.commons.picocli
-
Implementation of picocli's
CommandLine.IVersionProviderthat reads the version string from an entry of a properties file on the class path with a specific key. - VersionProviderFromClasspathProperties() - Constructor for class org.aksw.commons.picocli.VersionProviderFromClasspathProperties
All Classes and Interfaces|All Packages|Serialized Form