org.apache.avalon.composition.data
Class ServiceDirective
java.lang.Object
org.apache.avalon.meta.info.Descriptor
org.apache.avalon.meta.info.ServiceDescriptor
org.apache.avalon.composition.data.ServiceDirective
- All Implemented Interfaces:
- Serializable
- public final class ServiceDirective
- extends ServiceDescriptor
A ServiceDirective is a class that holds a reference to a published
service together with a component implementation path reference, referencing
the component implementing the service.
- Version:
- CVS $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:31:11 $
- Author:
- Stephen McConnell
- See Also:
- Serialized Form
Method Summary |
String |
getPath()
Return the virtual service component relative path. |
ServiceDirective
public ServiceDirective(ServiceDescriptor descriptor,
String path)
- Creation of a new service directive.
- Parameters:
descriptor
- the published servicepath
- the relative path of the implementing component
getPath
public String getPath()
- Return the virtual service component relative path.
- Returns:
- the relative component path
Copyright © Apache Software Foundation. All Rights Reserved.