| org.apache.jetspeed.pipeline.descriptor.PipelineDescriptorApi
PipelineDescriptorApi | public interface PipelineDescriptorApi (Code) | | |
addValveDescriptor | public void addValveDescriptor(ValveDescriptorApi valveDescriptor)(Code) | | Add a ValveDescriptor to the Pipeline
descriptor
Parameters: ValveDescriptor - |
getId | public String getId()(Code) | | Gets the id attribute
the id attribute |
getName | public String getName()(Code) | | Gets the name attribute
the name attribute |
getValveDescriptors | public List getValveDescriptors()(Code) | | Return a list of ValveDesccriptors
List of ValveDesccriptors |
setId | public void setId(String id)(Code) | | Sets the id attribute of the BaseDescriptor object
Parameters: id - the new id value |
setName | public void setName(String name)(Code) | | Sets the name attribute
Parameters: name - the new name value |
|
|