public class GeronimoWAR extends WAR implements GeronimoDeployable
| Constructor and Description |
|---|
GeronimoWAR(String war) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlan() |
void |
setPlan(String plan) |
getContext, getType, isExpandedWar, setContextgetFile, getFileHandler, setFileHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFile, getTypepublic GeronimoWAR(String war)
war - the location of the WAR being wrapped. This must point to either a WAR file or an
expanded WAR directory.public void setPlan(String plan)
setPlan in interface GeronimoDeployableplan - path to the Geronimo planGeronimoDeployable.setPlan(String)public String getPlan()
getPlan in interface GeronimoDeployableGeronimoDeployable.getPlan()Copyright © 2004-2013 Codehaus. All Rights Reserved.