org.apache.geronimo.upgrade
Class UpgradeGBean

java.lang.Object
  extended by org.apache.geronimo.upgrade.UpgradeGBean

public class UpgradeGBean
extends Object


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
UpgradeGBean()
           
 
Method Summary
 void execute(String[] args)
           
 void execute(String infile, String outfile)
           
static GBeanInfo getGBeanInfo()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

UpgradeGBean

public UpgradeGBean()
Method Detail

execute

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

execute

public void execute(String infile,
                    String outfile)
             throws IOException,
                    org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

main

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

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.