org.rhq.plugins.augeas.helper
Class AugeasVariable

java.lang.Object
  extended by org.rhq.plugins.augeas.helper.AugeasNode
      extended by org.rhq.plugins.augeas.helper.AugeasVariable

public class AugeasVariable
extends AugeasNode

A specialization of AugeasNode that represents an Augeas variable.

Author:
Lukas Krejci

Field Summary
static String VARIABLE_NAME_PREFIX
           
 
Fields inherited from class org.rhq.plugins.augeas.helper.AugeasNode
SEPARATOR, SEPARATOR_CHAR, VARIABLE_CHAR
 
Constructor Summary
AugeasVariable(String name)
           
 
Method Summary
 
Methods inherited from class org.rhq.plugins.augeas.helper.AugeasNode
equals, getName, getParent, getParentPath, getPath, hashCode, patchNodeName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VARIABLE_NAME_PREFIX

public static final String VARIABLE_NAME_PREFIX
See Also:
Constant Field Values
Constructor Detail

AugeasVariable

public AugeasVariable(String name)
Parameters:
path -


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.