public interface PropertyInclude
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Collection<MediatorProperty> properties)
Add a set of properties
|
void |
addProperty(MediatorProperty property)
Add a property
|
Collection<MediatorProperty> |
getProperties()
Get all the parameters as a
Collection |
MediatorProperty |
getProperty(String name)
Retrieve the property with the specific name
|
MediatorProperty |
removeProperty(String name)
Remove a property and return it
|
void addProperty(MediatorProperty property)
property
- property to be addedvoid addProperties(Collection<MediatorProperty> properties)
properties
- Collection
of properties to be addedMediatorProperty getProperty(String name)
name
- name of the parameternull
MediatorProperty removeProperty(String name)
name
- name of the property to be removedCollection<MediatorProperty> getProperties()
Collection
Collection
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.