Package net.shibboleth.idp.cli.impl
Class JarCheckArguments
java.lang.Object
net.shibboleth.shared.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
net.shibboleth.idp.cli.impl.JarCheckArguments
- All Implemented Interfaces:
CommandLineArguments
Command line arguments for
JarCheckCLI.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.LoggergetLog()booleanAre we doing an in depth survey?.booleanisList()are we listing everything?voidprintHelp(PrintStream out) Methods inherited from class net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
getHttpClientName, getHttpClientSecurityParameterstName, getIdPHome, setHttpClientNameMethods inherited from class net.shibboleth.shared.cli.AbstractCommandLineArguments
getLanguageRanges, getLoggingConfiguration, getOtherArgs, getPropertyFiles, isANSI, isHelp, isQuietOutput, isVerboseOutput, isVersion, validate
-
Field Details
-
log
@Nullable private org.slf4j.Logger logLogger. -
detailed
private boolean detailedlook inside the jars. -
list
private boolean listprovide a sorted list.
-
-
Constructor Details
-
JarCheckArguments
public JarCheckArguments()
-
-
Method Details
-
getLog
@Nonnull public org.slf4j.Logger getLog()- Specified by:
getLogin classAbstractCommandLineArguments
-
isDetailed
public boolean isDetailed()Are we doing an in depth survey?.- Returns:
- Returns detailed.
-
isList
public boolean isList()are we listing everything?- Returns:
- Returns list.
-
printHelp
- Specified by:
printHelpin interfaceCommandLineArguments- Overrides:
printHelpin classAbstractIdPHomeAwareCommandLineArguments
-