Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.jsp.libraries
Class WarInfo

java.lang.Object
  extended by oracle.jdeveloper.jsp.libraries.WarInfo


public class WarInfo
extends java.lang.Object

Constructor Summary
WarInfo(java.net.URL location, java.util.jar.Manifest manifest, long lastModified, boolean createdByJDev)
          WarInfo is used to store war library information

 

Method Summary
 long getLastModified()
           
 java.net.URL getLocation()
           
 java.util.jar.Manifest getManifest()
           
 boolean isCreatedByJDev()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WarInfo

public WarInfo(java.net.URL location,
               java.util.jar.Manifest manifest,
               long lastModified,
               boolean createdByJDev)
WarInfo is used to store war library information
Parameters:
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.

Method Detail

getLocation

public java.net.URL getLocation()

getManifest

public java.util.jar.Manifest getManifest()

getLastModified

public long getLastModified()

isCreatedByJDev

public boolean isCreatedByJDev()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.