net.anotheria.moskito.central
Class CentralConstants

java.lang.Object
  extended by net.anotheria.moskito.central.CentralConstants

public class CentralConstants
extends Object

Contains various constants.

Since:
23.03.13 00:41
Author:
lrosenberg

Field Summary
static String PATH_TAG_CATEGORY
          Tag part of the path pattern that is replaced by category.
static String PATH_TAG_COMPONENT
          Tag part of the path pattern that is replaced by component.
static String PATH_TAG_DATE
          Tag part of the path pattern that is replaced by date of snapshot creation.
static String PATH_TAG_HOST
          Tag part of the path pattern that is replaced by hostname.
static String PATH_TAG_INTERVAL
          Tag part of the path pattern that is replaced by interval name.
static String PATH_TAG_PRODUCER
          Tag part of the path pattern that is replaced by producer id.
static String PATH_TAG_STAT
          Tag part of the path pattern that is replaced by statname..
static String PATH_TAG_SUBSYSTEM
          Tag part of the path pattern that is replaced by subsystem.
static String PATH_TAG_TIME
          Tag part of the path pattern that is replaced by time of snapshot creation.
static String PROP_COMPONENT
          Name of the property to set component name from outside.
static String PROP_HOSTNAME
          Name of the property to set host name from outside.
 
Constructor Summary
CentralConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_HOSTNAME

public static final String PROP_HOSTNAME
Name of the property to set host name from outside.

See Also:
Constant Field Values

PROP_COMPONENT

public static final String PROP_COMPONENT
Name of the property to set component name from outside.

See Also:
Constant Field Values

PATH_TAG_HOST

public static final String PATH_TAG_HOST
Tag part of the path pattern that is replaced by hostname.

See Also:
Constant Field Values

PATH_TAG_COMPONENT

public static final String PATH_TAG_COMPONENT
Tag part of the path pattern that is replaced by component.

See Also:
Constant Field Values

PATH_TAG_PRODUCER

public static final String PATH_TAG_PRODUCER
Tag part of the path pattern that is replaced by producer id.

See Also:
Constant Field Values

PATH_TAG_DATE

public static final String PATH_TAG_DATE
Tag part of the path pattern that is replaced by date of snapshot creation.

See Also:
Constant Field Values

PATH_TAG_TIME

public static final String PATH_TAG_TIME
Tag part of the path pattern that is replaced by time of snapshot creation.

See Also:
Constant Field Values

PATH_TAG_CATEGORY

public static final String PATH_TAG_CATEGORY
Tag part of the path pattern that is replaced by category.

See Also:
Constant Field Values

PATH_TAG_SUBSYSTEM

public static final String PATH_TAG_SUBSYSTEM
Tag part of the path pattern that is replaced by subsystem.

See Also:
Constant Field Values

PATH_TAG_INTERVAL

public static final String PATH_TAG_INTERVAL
Tag part of the path pattern that is replaced by interval name.

See Also:
Constant Field Values

PATH_TAG_STAT

public static final String PATH_TAG_STAT
Tag part of the path pattern that is replaced by statname..

See Also:
Constant Field Values
Constructor Detail

CentralConstants

public CentralConstants()


Copyright © 2010-2013 anotheria.net. All Rights Reserved.