Class ConfigurationWizardModel.LibraryUsageSettings

    • Constructor Detail

      • LibraryUsageSettings

        public LibraryUsageSettings​(ConfigurationWizardModel.LibrarySource librarySource,
                                    Path libraryPath,
                                    LibraryDescriptor libraryDescriptor)
        Creates a new instance.
        Parameters:
        librarySource - the library source, cannot be null
        libraryPath - the library file path, may be null
        libraryDescriptor - the library descriptor, may be null
    • Method Detail

      • getLibraryPath

        public Path getLibraryPath()
        Returns the library file path.
        Returns:
        the library file path, may be null
      • getLibraryDescriptor

        public LibraryDescriptor getLibraryDescriptor()
        Returns the library descriptor.
        Returns:
        the library descriptor, may be null