public class WarInfo
extends java.lang.Object
| Constructor and Description | 
|---|
WarInfo(java.net.URL location,
       java.util.jar.Manifest manifest,
       long lastModified,
       boolean createdByJDev)
WarInfo is used to store war library information 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getLastModified()  | 
java.net.URL | 
getLocation()  | 
java.util.jar.Manifest | 
getManifest()  | 
boolean | 
isCreatedByJDev()  | 
public WarInfo(java.net.URL location,
               java.util.jar.Manifest manifest,
               long lastModified,
               boolean createdByJDev)
location - absulote URL of war library.manifest - manifest of war library.lastModified - lastModified time of the jar file bundled in the war library.createdByJDev - true when war library is created by Jdev, false when it is existing war library is registered.