org.apache.avalon.composition.data
Class BlockIncludeDirective

java.lang.Object
  extended byorg.apache.avalon.composition.data.Profile
      extended byorg.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

Constructor Summary
BlockIncludeDirective(String name, String path)
          Creation of a new entry directive.
 
Method Summary
 String getPath()
          Return the containment include path.
 
Methods inherited from class org.apache.avalon.composition.data.Profile
getActivationPolicy, getMode, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockIncludeDirective

public BlockIncludeDirective(String name,
                             String path)
Creation of a new entry directive.

Parameters:
name - the name to assign to the included container
path - a relative path to the block descriptor
Method Detail

getPath

public String getPath()
Return the containment include path.

Returns:
the path


Copyright © Apache Software Foundation. All Rights Reserved.