Package net.shibboleth.idp.installer
Classes available for installation.
NOTE that only
InstallerSupport
is suitable for programmatic extension. All other classes are either for use
only by this package (i.e. PropertiesWithComments)
or are final and have limited public methods (the three classes that do the heavy lifting
V4Install, CopyDistribution,
BuildWar-
Interface Summary Interface Description CurrentInstallState Tells the installers about the current install state.InstallerProperties Interface to describe simply parameterization and status of the installation.MetadataGenerator Interface to define Metadata Generation.MetadataGeneratorParameters Interface which describes metadata that needs to be generated. -
Class Summary Class Description BuildWar Code to build the war file during an install or on request.CopyDistribution Copy the distribution to the final location.InstallerPropertiesImpl Class implementInstallerPropertieswith properties/UI driven values.InstallerSupport General common names and helper functions for the Installer.ProgressReportingOutputStream A version ofBufferedOutputStreamwhich provides some idea of progress.PropertiesWithComments A package which is similar to Properties, but allows comments to be preserved.PropertiesWithComments.CommentedProperty A POJO which looks like a property.V4Install Code to do most of the V4 Install.