Interface Service

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the service. This value can be used to retrieve a service from a service manager via getService().
      • getServiceImplementorType

        java.lang.Class getServiceImplementorType()
        Returns the class this service uses as its implementor. Service initializers user this value to select an appropriate implementor from the list of available implementors in the current services definition.

        The class name must be that of a valid interface that extends com.installshield.wizard.service.ServiceImplementor.

        See Also:
        ServiceImplementor
      • setNoopMode

        void setNoopMode​(boolean noopMode)
        Sets the current operating mode of this service. In noop mode, the service will not modify the target system but will perform all other operations. Noop mode is useful for previewing wizard functionality without modifying the target system.
      • isNoopMode

        boolean isNoopMode()
        Returns the current operating mode of this service. In noop mode, the service will not modify the target system but will perform all other operations. Noop mode is useful for previewing wizard functionality without modifying the target system.