org.apache.jetspeed.pipeline.descriptor
Interface PipelineDescriptorApi


public interface PipelineDescriptorApi


Method Summary
 void addValveDescriptor(ValveDescriptorApi valveDescriptor)
          Add a ValveDescriptor to the Pipeline descriptor
 String getId()
          Gets the id attribute
 String getName()
          Gets the name attribute
 List getValveDescriptors()
          Return a list of ValveDesccriptors
 void setId(String id)
          Sets the id attribute of the BaseDescriptor object
 void setName(String name)
          Sets the name attribute
 

Method Detail

addValveDescriptor

void addValveDescriptor(ValveDescriptorApi valveDescriptor)
Add a ValveDescriptor to the Pipeline descriptor

Parameters:
ValveDescriptor -

getValveDescriptors

List getValveDescriptors()
Return a list of ValveDesccriptors

Returns:
List of ValveDesccriptors

setName

void setName(String name)
Sets the name attribute

Parameters:
name - the new name value

getName

String getName()
Gets the name attribute

Returns:
the name attribute

setId

void setId(String id)
Sets the id attribute of the BaseDescriptor object

Parameters:
id - the new id value

getId

String getId()
Gets the id attribute

Returns:
the id attribute


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.