consciouscode.seedling
Class SeedlingConstants

java.lang.Object
  extended by consciouscode.seedling.SeedlingConstants

Deprecated.

@Deprecated
public class SeedlingConstants
extends Object

Various constants used throughout Seedling.


Field Summary
static String ALIAS_PROP
          Deprecated. When this meta-property is used in a (source) node, its value must be a path to another target node.
static String RELOCATE_PROP
          Deprecated. When this meta-property is used in a node, its value must be a full path to another node that exists in an earlier configuration layer.
static String ROOT_ADDRESS
          Deprecated. See NodePath.
static String ROOT_CONFIG_BASENAME
          Deprecated. 
static String ROOT_SCOPE_TAG
          Deprecated. 
static String SCOPE_PROP
          Deprecated. 
static String SPECIAL_PROPERTY_PREFIX
          Deprecated. 
static String STARTUP_NODE
          Deprecated. The name of the node that is automatically started when a Root is started.
 
Constructor Summary
SeedlingConstants()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_ADDRESS

@Deprecated
public static final String ROOT_ADDRESS
Deprecated. See NodePath.
See Also:
Constant Field Values

ROOT_CONFIG_BASENAME

@Deprecated
public static final String ROOT_CONFIG_BASENAME
Deprecated. 
Basename of root's config file.

See Also:
Constant Field Values

SPECIAL_PROPERTY_PREFIX

@Deprecated
public static final String SPECIAL_PROPERTY_PREFIX
Deprecated. 
See Also:
Constant Field Values

SCOPE_PROP

@Deprecated
public static final String SCOPE_PROP
Deprecated. 
See Also:
Constant Field Values

ROOT_SCOPE_TAG

@Deprecated
public static final String ROOT_SCOPE_TAG
Deprecated. 
See Also:
Constant Field Values

ALIAS_PROP

public static final String ALIAS_PROP
Deprecated. 
When this meta-property is used in a (source) node, its value must be a path to another target node. The target is created and installed (as with any normal property reference), and a second link is installed at the source node's address. In other words, the source and target addresses both point to the same instance.

See Also:
Constant Field Values

RELOCATE_PROP

public static final String RELOCATE_PROP
Deprecated. 
When this meta-property is used in a node, its value must be a full path to another node that exists in an earlier configuration layer. The node inherits the properties of the relocated node.

See Also:
Constant Field Values

STARTUP_NODE

public static final String STARTUP_NODE
Deprecated. 
The name of the node that is automatically started when a Root is started.

See Also:
Constant Field Values
Constructor Detail

SeedlingConstants

public SeedlingConstants()
Deprecated. 


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.