- 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 TypeMethodDescriptionvoidThis method is invoked to obtain the configurable options of thisConfigurableobject.
-
Method Details
-
addConfigurations
This method is invoked to obtain the configurable options of thisConfigurableobject. The method has to add allConfigurations of this object to the specifiedset.- Parameters:
set- a set to which configurations of this object are added
-