Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet
Interface Constants

All Known Implementing Classes:
OptionReader, ProjectGenerator, PropertyParserUTest, TestHandler

public interface Constants

Useful constants.

Version:
0.2.0 ($Revision: 1.8 $)
Author:
David Leuschner, Stefan Heimann

Field Summary
static java.lang.String LOGGER_TOPIC_PREFIX
          The prefix for all logging activity.
static org.dom4j.Namespace PROJECT_NS
          The namespace for the projectfile.
static java.lang.String PROJECT_NS_URI
          The URI of the namespace for the projectfile.
static java.lang.String PROPERTY
          The name of the element in the projectfile that defines properties.
 

Field Detail

PROJECT_NS_URI

public static final java.lang.String PROJECT_NS_URI
The URI of the namespace for the projectfile.

PROJECT_NS

public static final org.dom4j.Namespace PROJECT_NS
The namespace for the projectfile.

PROPERTY

public static final java.lang.String PROPERTY
The name of the element in the projectfile that defines properties.

LOGGER_TOPIC_PREFIX

public static final java.lang.String LOGGER_TOPIC_PREFIX
The prefix for all logging activity.

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.