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