Package com.google.gwt.core.ext.linker
Interface ConfigurationProperty
public interface ConfigurationProperty
Represents a configuration property. These properties do not affect
deferred-binding decisions, but may affect the behavior of Linkers and
Generators.
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the configuration property. -
getValues
Returns the defined values for the configuration property as a List of Strings. -
hasMultipleValues
boolean hasMultipleValues()Returns true if this property has more than one value.
-