Class ConfigurationWizardModel

    • Constructor Detail

      • ConfigurationWizardModel

        public ConfigurationWizardModel​(ConfigurationWizard wizard)
        Creates a new instance.
        Parameters:
        wizard - the new configuration wizard, cannot be null
    • Method Detail

      • getUseLibraryValue

        public IValue<Boolean> getUseLibraryValue()
        Returns the 'Use library' value.
        Returns:
        the 'Use library' value, never null
      • getLibraryPathValue

        public IValue<Path> getLibraryPathValue()
        Returns the 'Library path' value.
        Returns:
        the 'Library path' value, never null
      • getLibraryDescriptorValue

        public IValue<LibraryDescriptor> getLibraryDescriptorValue()
        Returns the 'Library descriptor' value.
        Returns:
        the 'Library descriptor' value, never null