org.apache.avalon.meta.info.builder.tags
Interface Tags


public interface Tags

Interface holding static tag constants.

Version:
$Revision: 1.2 $ $Date: 2003/07/14 20:14:24 $
Author:
Avalon Development Team

Field Summary
static String DELIMITER
          The delimiter between namespace and tag key.
static String NAMESPACE
          The defalt namespace for tags related to the meta package.
static String NAMESPACE_TAG
          The namespace tag combined with the delimiter.
 

Field Detail

NAMESPACE

public static final String NAMESPACE
The defalt namespace for tags related to the meta package.

See Also:
Constant Field Values

DELIMITER

public static final String DELIMITER
The delimiter between namespace and tag key.

See Also:
Constant Field Values

NAMESPACE_TAG

public static final String NAMESPACE_TAG
The namespace tag combined with the delimiter.

See Also:
Constant Field Values


Copyright © Apache Software Foundation. All Rights Reserved.