Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev.cfg |
Constructor and Description |
---|
StandardConfigurationProperty(ConfigurationProperty p) |
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
Properties.createConfiguration(String name,
boolean allowMultipleValues)
Creates the specified configuration property, or returns an existing one by
the specified name if present.
|
ConfigurationProperty |
Properties.findConfigProp(String propName)
Returns the property if (and only if) it's a ConfigurationProperty, otherwise null.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<ConfigurationProperty> |
Properties.getConfigurationProperties() |
Constructor and Description |
---|
ConfigProps(Iterable<ConfigurationProperty> props)
Takes a snapshot of some ConfigurationProperty instances.
|
PropertyProviderRegistratorGenerator(Collection<BindingProperty> newBindingProperties,
SortedSet<ConfigurationProperty> configurationProperties)
Constructs a PropertyProviderRegistratorGenerator that is able to generate a property provider
registrator for all of the given a collection of binding properties.
The provided binding properties are expected to all have been created by the current module but the provided configuration properties should be all that have been created by the entire current dependency tree. |
Copyright © 2018. All rights reserved.