Class IdPBuildWar
java.lang.Object
net.shibboleth.shared.cli.AbstractCommandLine<IdPBuildArguments>
net.shibboleth.idp.installer.impl.IdPBuildWar
Command line for 'build'.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.shared.cli.AbstractCommandLine
AbstractCommandLine.TerminalCodes -
Field Summary
FieldsFields inherited from class net.shibboleth.shared.cli.AbstractCommandLine
ARGS_PROPERTY, RC_INIT, RC_IO, RC_OK, RC_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intdoRun(IdPBuildArguments args) protected Class<IdPBuildArguments>protected org.slf4j.Loggerprotected Stringstatic voidCLI entry point.static intShim for CLI entry point: Allows the code to be run from a test.Methods inherited from class net.shibboleth.shared.cli.AbstractCommandLine
getAdditionalSpringResources, getApplicationContext, initLogging, run, setCaseSensitiveOptions, setContextInitializer
-
Field Details
-
log
@Nullable private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
IdPBuildWar
public IdPBuildWar()
-
-
Method Details
-
getArgumentClass
- Specified by:
getArgumentClassin classAbstractCommandLine<IdPBuildArguments>
-
getVersion
- Specified by:
getVersionin classAbstractCommandLine<IdPBuildArguments>
-
getLogger
@Nonnull protected org.slf4j.Logger getLogger()- Specified by:
getLoggerin classAbstractCommandLine<IdPBuildArguments>
-
doRun
- Overrides:
doRunin classAbstractCommandLine<IdPBuildArguments>
-
runMain
Shim for CLI entry point: Allows the code to be run from a test.- Parameters:
args- arguments- Returns:
- one of the predefines
AbstractCommandLine.RC_INIT,AbstractCommandLine.RC_IO,AbstractCommandLine.RC_OKorAbstractCommandLine.RC_UNKNOWN
-
main
CLI entry point.- Parameters:
args- arguments
-