org.codehaus.plexus.appserver.lifecycle
Class AppServerContext

java.lang.Object
  extended byorg.codehaus.plexus.appserver.lifecycle.AppServerContext

public class AppServerContext
extends java.lang.Object

Author:
Jason van Zyl

Constructor Summary
AppServerContext(ApplicationServer appServer, java.io.File appServerHome)
           
 
Method Summary
 ApplicationServer getAppServer()
           
 java.io.File getAppServerHome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppServerContext

public AppServerContext(ApplicationServer appServer,
                        java.io.File appServerHome)
Method Detail

getAppServer

public ApplicationServer getAppServer()

getAppServerHome

public java.io.File getAppServerHome()


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.