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

E13403-07

oracle.jdeveloper.jsp.utils
Class WARUtil

java.lang.Object
  extended by oracle.jdeveloper.jsp.utils.WARUtil

public class WARUtil
extends java.lang.Object

The WARUtil class.


Constructor Summary
WARUtil()
           
 
Method Summary
static java.util.ArrayList expand(java.net.URL dir, java.net.URL war)
          Expand a WAR/Jar file in a directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WARUtil

public WARUtil()
Method Detail

expand

public static java.util.ArrayList expand(java.net.URL dir,
                                         java.net.URL war)
                                  throws java.net.MalformedURLException,
                                         java.io.IOException
Expand a WAR/Jar file in a directory.

Parameters:
dir - destination directory
war - URL for the source WAR/JAR/ZIP file. Starting and ending "/" will be removed
Throws:
java.net.MalformedURLException
java.io.IOException

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

E13403-07

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