Hyperic HQ Plugin API v. 5.8.0

org.hyperic.hq.product.validation
Class PluginXmlValidator

java.lang.Object
  extended by org.hyperic.hq.product.validation.PluginXmlValidator

public class PluginXmlValidator
extends Object

Validates plugin XML files. Executed as part of each plugin's build cycle (during process-resources phase)


Constructor Summary
PluginXmlValidator(String pluginDir)
           
 
Method Summary
static void main(String[] args)
           
 void validatePluginXML(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginXmlValidator

public PluginXmlValidator(String pluginDir)
Parameters:
pluginDir - The top level directory containing all the plugins under src control. Should be /path to local hq repo/hq-plugin
Method Detail

validatePluginXML

public void validatePluginXML(String name)
                       throws Exception
Throws:
Exception

main

public static void main(String[] args)

Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.