public void removeSourceProperty(Source source, String namespace, String name) throws SourceException(Code)
Remove a property from a Source.
Parameters: source - the Source to remove the property from Parameters: namespace - namespace identifier of the property to remove Parameters: name - name of the property to remove
setSourceProperty
public void setSourceProperty(Source source, SourceProperty property) throws SourceException(Code)
Set a property on a Source.
Parameters: source - the Source to set the SourceProperty on Parameters: property - the SourceProperty to set