org.apache.avalon.composition.data
Class BlockIncludeDirective

java.lang.Object
  extended byorg.apache.avalon.composition.data.DeploymentProfile
      extended byorg.apache.avalon.composition.data.BlockIncludeDirective
All Implemented Interfaces:
Serializable

public class BlockIncludeDirective
extends DeploymentProfile

A block include directive that references a source file describing a block.

Version:
$Revision: 1.6 $ $Date: 2004/03/11 01:30:38 $
Author:
Avalon Development Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.avalon.composition.data.DeploymentProfile
DEFAULT, DISABLED, ENABLED
 
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.DeploymentProfile
getActivationDirective, getCategories, 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 © The Apache Software Foundation. All Rights Reserved.