Package net.shibboleth.idp.admin.impl
Class JarCheckArguments
- java.lang.Object
-
- net.shibboleth.ext.spring.cli.AbstractCommandLineArguments
-
- net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
-
- net.shibboleth.idp.admin.impl.JarCheckArguments
-
- All Implemented Interfaces:
CommandLineArguments
public class JarCheckArguments extends net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArgumentsCommand line arguments forJarCheckCLI.
-
-
Constructor Summary
Constructors Constructor Description JarCheckArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.LoggergetLog()booleanisDetailed()Are 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, setHttpClientName
-
Methods inherited from class net.shibboleth.ext.spring.cli.AbstractCommandLineArguments
getLanguageRanges, getLoggingConfiguration, getOtherArgs, getPropertyFiles, isANSI, isHelp, isQuietOutput, isVerboseOutput, isVersion, validate
-
-
-
-
Method Detail
-
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
public void printHelp(PrintStream out)
- Specified by:
printHelpin interfaceCommandLineArguments- Overrides:
printHelpin classnet.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
-
-