| Modifier and Type | Method and Description |
|---|---|
Property.Builder |
Property.Builder.owner(String owner)
Set the owner for the property to be built.
|
static Property.Builder |
Property.Builder.property(Property property)
Returns a
Property.Builder to for a property which is a copy of property. |
static Property.Builder |
Property.Builder.property(String name)
Builder class to aid in a construction of a
Property. |
static Property.Builder |
Property.Builder.property(String name,
String value)
Returns a
Property.Builder to create a property with given. |
Property.Builder |
Property.Builder.value(String value)
Set the value for the property to be built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelFinderClientImpl.delete(Property.Builder property,
Collection<String> channelNames)
Remove the property property from the set of channels
channelNames
|
void |
ChannelFinderClientComp.delete(Property.Builder property,
Collection<String> channelNames) |
void |
ChannelFinderClient.delete(Property.Builder property,
Collection<String> channelNames)
Remove the property property from the set of channels
channelNames
|
void |
ChannelFinderClientImpl.delete(Property.Builder property,
String channelName)
Remove property property from the channel with name
channelName
|
void |
ChannelFinderClientComp.delete(Property.Builder property,
String channelName) |
void |
ChannelFinderClient.delete(Property.Builder property,
String channelName)
Remove property property from the channel with name
channelName
|
void |
ChannelFinderClientImpl.set(Property.Builder prop)
Destructively set a new property property.
|
void |
ChannelFinderClientComp.set(Property.Builder property) |
void |
ChannelFinderClient.set(Property.Builder prop)
Destructively set a new property property.
|
void |
ChannelFinderClientImpl.set(Property.Builder prop,
Collection<String> channelNames)
Destructively set property prop and add it to the channels
channelNames removing it from all other channels.
|
void |
ChannelFinderClientComp.set(Property.Builder property,
Collection<String> channelNames) |
void |
ChannelFinderClient.set(Property.Builder prop,
Collection<String> channelNames)
Destructively set property prop and add it to the channels
channelNames removing it from all other channels.
|
void |
ChannelFinderClientImpl.set(Property.Builder prop,
Map<String,String> channelPropertyMap)
Destructively set the property prop and add it to the channels
specified in the channelPropertyMap, where the map key is the
channel name and the associated value is the property value to be used
for that channel.
|
void |
ChannelFinderClientComp.set(Property.Builder prop,
Map<String,String> channelPropertyMap) |
void |
ChannelFinderClient.set(Property.Builder prop,
Map<String,String> channelPropertyMap)
Destructively set the property prop and add it to the channels
specified in the channelPropertyMap, where the map key is the
channel name and the associated value is the property value to be used
for that channel.
|
void |
ChannelFinderClientImpl.set(Property.Builder prop,
String channelName)
Destructively set property prop and add it to the channel
channelName and remove it from all others.
|
void |
ChannelFinderClientComp.set(Property.Builder property,
String channelName) |
void |
ChannelFinderClient.set(Property.Builder prop,
String channelName)
Destructively set property prop and add it to the channel
channelName and remove it from all others.
|
void |
ChannelFinderClientImpl.update(Property.Builder property,
Collection<String> channelNames) |
void |
ChannelFinderClientComp.update(Property.Builder property,
Collection<String> channelNames) |
void |
ChannelFinderClient.update(Property.Builder property,
Collection<String> channelNames)
Update the channels identified with channelNames with the
property property
|
void |
ChannelFinderClientImpl.update(Property.Builder property,
Map<String,String> channelPropValueMap) |
void |
ChannelFinderClientComp.update(Property.Builder property,
Map<String,String> channelPropValueMap) |
void |
ChannelFinderClient.update(Property.Builder property,
Map<String,String> channelPropValueMap)
Update the property property on all channels specified in the
channelPropValueMap, where the key in the map is the channel name and the
value is the value for that property
|
void |
ChannelFinderClientImpl.update(Property.Builder property,
String channelName)
Update Property property by adding it to the channel
channelName, without affecting the other channels.
|
void |
ChannelFinderClientComp.update(Property.Builder property,
String channelName) |
void |
ChannelFinderClient.update(Property.Builder property,
String channelName)
Update Property property by adding it to the channel
channelName, without affecting the other channels.
|
Channel.Builder |
Channel.Builder.with(Property.Builder property)
Add property to the channel to be created
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.withProperties(Collection<Property.Builder> properties)
Add the Collection of properties to the channel to be created
|
Copyright © 2016. All Rights Reserved.