Module utilities

Interface Configurable

All Known Implementing Classes:
LazyFilter, PDBImport

public interface Configurable
A Configurable object defines a set of configurable options.
Author:
Ole Kniemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked to obtain the configurable options of this Configurable object.
  • Method Details

    • addConfigurations

      void addConfigurations(ConfigurationSet set)
      This method is invoked to obtain the configurable options of this Configurable object. The method has to add all Configurations of this object to the specified set.
      Parameters:
      set - a set to which configurations of this object are added