|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.inline.feature.common.AbstractFeatureModelConfigurator
Convenient superclass for the FeatureModelConfigurators. It returns true in return to all requests.
Constructor Summary | |
AbstractFeatureModelConfigurator()
|
Method Summary | |
abstract com.sun.java.util.collections.Set |
getSupportedFeatureTypes()
Returns the set of feature types that it is interested in. |
boolean |
isDefaultFeatureConstructor(Feature parent,
java.lang.String childType,
FeatureConstructor constructor)
The default implementation returns true. |
boolean |
isFeatureActionEnabled(Feature feature,
FeatureAction action)
The default implementation returns true. |
boolean |
isFeatureActionFactoryEnabled(Feature feature,
FeatureActionFactory factory)
The default implementation returns true. |
boolean |
isFeatureConstructorEnabled(Feature parent,
java.lang.String childType,
FeatureConstructor constructor)
The default implementation returns true. |
boolean |
isFeatureConstructorFactoryEnabled(Feature parent,
java.lang.String childType,
FeatureConstructorFactory factory)
The default implementation returns true. |
boolean |
isFeatureFactoryEnabled(Feature parent,
java.lang.String type,
FeatureFactory factory)
The default implementation returns true. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AbstractFeatureModelConfigurator()
Method Detail |
public abstract com.sun.java.util.collections.Set getSupportedFeatureTypes()
public boolean isFeatureFactoryEnabled(Feature parent, java.lang.String type, FeatureFactory factory)
public boolean isFeatureActionFactoryEnabled(Feature feature, FeatureActionFactory factory)
public boolean isFeatureActionEnabled(Feature feature, FeatureAction action)
public boolean isFeatureConstructorFactoryEnabled(Feature parent, java.lang.String childType, FeatureConstructorFactory factory)
public boolean isFeatureConstructorEnabled(Feature parent, java.lang.String childType, FeatureConstructor constructor)
public boolean isDefaultFeatureConstructor(Feature parent, java.lang.String childType, FeatureConstructor constructor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |