Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.jdeveloper.jsp.libraries.WarInfo
-
-
Constructor Summary
Constructors
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
|
-
Method Summary
-
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.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.