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