Enhydra 5.1 API

org.enhydra.tool.archive
Class WebApplication

java.lang.Object
  |
  +--org.enhydra.tool.archive.Module
        |
        +--org.enhydra.tool.archive.WebApplication

public class WebApplication
extends Module


Constructor Summary
WebApplication(java.lang.String filepath)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContextRoot()
           
 void setContextRoot(java.lang.String r)
           
 
Methods inherited from class org.enhydra.tool.archive.Module
getArchive, getName, setArchive
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplication

public WebApplication(java.lang.String filepath)
Method Detail

getContextRoot

public java.lang.String getContextRoot()

setContextRoot

public void setContextRoot(java.lang.String r)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Module

Enhydra 5.1 API