org.apache.geronimo.converter.bea
Class Weblogic81Utils

java.lang.Object
  extended by org.apache.geronimo.converter.bea.Weblogic81Utils

public class Weblogic81Utils
extends Object

Reads information out of the WebLogic domain directory. Needs access to the WebLogic JARs in the weblogic81/server/lib directory.


Constructor Summary
Weblogic81Utils(String libDirPath, String domainDirPath)
           
 
Method Summary
 Properties getBootProperties()
           
 String getConfigXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weblogic81Utils

public Weblogic81Utils(String libDirPath,
                       String domainDirPath)
Method Detail

getBootProperties

public Properties getBootProperties()

getConfigXML

public String getConfigXML()
                    throws FileNotFoundException
Throws:
FileNotFoundException


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