org.rhq.enterprise.server.plugins.alertOperations
Class PrintTokens

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.alertOperations.PrintTokens

public class PrintTokens
extends Object

Print the available tokens to stdout, for documentation generation purposes

Author:
Heiko W. Rupp

Constructor Summary
PrintTokens()
           
 
Method Summary
static String createTokenDescription()
          Do the work and return an xml structure that lists available token classes and tokens along with their descriptions.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintTokens

public PrintTokens()
Method Detail

main

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

createTokenDescription

public static String createTokenDescription()
Do the work and return an xml structure that lists available token classes and tokens along with their descriptions.

Returns:
String with an XML representation of the available tokens


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