|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.jsp.utils.WARUtil
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. |
static java.util.ArrayList |
expand(java.net.URL dir,
java.net.URL war,
java.lang.String[] suffixExcludes,
java.lang.String[] nameExcludes)
Expand a WAR/Jar file in a directory. |
boolean |
importWarToProject(java.net.URL war,
JProject project,
java.lang.String[] suffixExcludes,
java.lang.String[] nameExcludes)
This method adds files to the project |
boolean |
importWarToProject(java.net.URL war,
JProject project,
java.lang.String[] suffixExcludes,
java.lang.String[] nameExcludes,
boolean addToNavigator)
This method adds files to the project |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WARUtil()
Method Detail |
public static java.util.ArrayList expand(java.net.URL dir, java.net.URL war) throws java.net.MalformedURLException, java.io.IOException
dir
- destination directorywar
- URL for the source WAR/JAR/ZIP file. Starting and ending "/" will be removed
java.net.MalformedURLException
java.io.IOException
public boolean importWarToProject(java.net.URL war, JProject project, java.lang.String[] suffixExcludes, java.lang.String[] nameExcludes) throws java.io.IOException
java.io.IOException
public boolean importWarToProject(java.net.URL war, JProject project, java.lang.String[] suffixExcludes, java.lang.String[] nameExcludes, boolean addToNavigator) throws java.io.IOException
java.io.IOException
public static java.util.ArrayList expand(java.net.URL dir, java.net.URL war, java.lang.String[] suffixExcludes, java.lang.String[] nameExcludes) throws java.net.MalformedURLException, java.io.IOException
dir
- destination directorywar
- URL for the source WAR/JAR/ZIP file. Starting and ending "/" will be removed
java.net.MalformedURLException
java.io.IOException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.