org.rhq.modules.plugins.jbossas7
Class Domain2Descriptor

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.Domain2Descriptor

public class Domain2Descriptor
extends Object

Generate properties, metrics and operation templates for the plugin descriptor from a domain dump (server can run in domain or standalone mode).

Author:
Heiko W. Rupp

Nested Class Summary
static class Domain2Descriptor.Type
           
 
Constructor Summary
Domain2Descriptor()
           
 
Method Summary
static void main(String[] args)
           
 List<PROPERTY_VALUE> pathToAddress(String path)
          Convert a path in the form key=value,key=value...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain2Descriptor

public Domain2Descriptor()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

pathToAddress

public List<PROPERTY_VALUE> pathToAddress(String path)
Convert a path in the form key=value,key=value... to a List of properties.

Parameters:
path - Path to translate
Returns:
List of properties


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