Class ComponentSetup


  • public final class ComponentSetup
    extends CustomSetupBase
    The custom setup of installing 3rd party components.
    • Constructor Detail

      • ComponentSetup

        public ComponentSetup()
    • Method Detail

      • componentName

        public String componentName()
        Get the componentName property: The name of the 3rd party component.
        Returns:
        the componentName value.
      • withComponentName

        public ComponentSetup withComponentName​(String componentName)
        Set the componentName property: The name of the 3rd party component.
        Parameters:
        componentName - the componentName value to set.
        Returns:
        the ComponentSetup object itself.
      • licenseKey

        public SecretBase licenseKey()
        Get the licenseKey property: The license key to activate the component.
        Returns:
        the licenseKey value.
      • withLicenseKey

        public ComponentSetup withLicenseKey​(SecretBase licenseKey)
        Set the licenseKey property: The license key to activate the component.
        Parameters:
        licenseKey - the licenseKey value to set.
        Returns:
        the ComponentSetup object itself.