org.apache.avalon.composition.data
Class BlockIncludeDirective
java.lang.Object
org.apache.avalon.composition.data.Profile
org.apache.avalon.composition.data.BlockIncludeDirective
- All Implemented Interfaces:
- Serializable
- public class BlockIncludeDirective
- extends Profile
A block include directive that references a source file describing a block.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/31 14:26:45 $
- Author:
- Stephen McConnell
- See Also:
- Serialized Form
Method Summary |
String |
getPath()
Return the containment include path. |
BlockIncludeDirective
public BlockIncludeDirective(String name,
String path)
- Creation of a new entry directive.
- Parameters:
name
- the name to assign to the included containerpath
- a relative path to the block descriptor
getPath
public String getPath()
- Return the containment include path.
- Returns:
- the path
Copyright © Apache Software Foundation. All Rights Reserved.