org.apache.avalon.repository.provider
Interface BlockManifest

All Known Implementing Classes:
DefaultBlockManifest

public interface BlockManifest

A block manifest that provides a set of convinience operations to access block related attributes.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/12/04 19:34:56 $
Author:
Avalon Development Team

Field Summary
static String BLOCK_GROUP_KEY
          Group identifier manifest key.
static String BLOCK_NAME_KEY
          Name identifier manifest key.
static String BLOCK_VERSION_KEY
          Version identifier manifest key.
 
Method Summary
 String getBlockGroup()
          Get the name of the group that the block is a part of.
 String getBlockName()
          Get the name the block.
 String getBlockVersion()
          Get the version of the block.
 

Field Detail

BLOCK_GROUP_KEY

public static final String BLOCK_GROUP_KEY
Group identifier manifest key.

See Also:
Constant Field Values

BLOCK_NAME_KEY

public static final String BLOCK_NAME_KEY
Name identifier manifest key.

See Also:
Constant Field Values

BLOCK_VERSION_KEY

public static final String BLOCK_VERSION_KEY
Version identifier manifest key.

See Also:
Constant Field Values
Method Detail

getBlockGroup

public String getBlockGroup()
Get the name of the group that the block is a part of.

Returns:
the block group

getBlockName

public String getBlockName()
Get the name the block.

Returns:
the block name

getBlockVersion

public String getBlockVersion()
Get the version of the block.

Returns:
the block version


Copyright © Apache Software Foundation. All Rights Reserved.