|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.tools.anttasks.AntUtil
public class AntUtil
Utility ant functions
Method Summary | |
---|---|
static void |
copyFile(Project p,
File sourceFile,
File destFile)
|
static void |
copyFiles(Project p,
File sourceDir,
File destDir,
String pattern)
|
static void |
copyFiles(Project p,
List<FileSet> fileSets,
File destDir)
|
static void |
deleteDir(Project p,
File dir)
|
static File[] |
getFiles(Collection<FileSet> fileSets,
Project project)
|
static File[] |
getFiles(FileSet fileSet,
Project project)
|
static Collection<FileSet> |
getFileSets(File[] files,
Project project)
This method will build a collection of FileSet s that match the given files. |
static void |
javadocFiles(Project p,
String sourcefiles,
File destDir)
|
static void |
moveFiles(Project p,
File sourceDir,
File destDir,
String pattern)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void deleteDir(Project p, File dir) throws BuildException
BuildException
public static void copyFile(Project p, File sourceFile, File destFile) throws BuildException
BuildException
public static void copyFiles(Project p, List<FileSet> fileSets, File destDir) throws BuildException
BuildException
public static void moveFiles(Project p, File sourceDir, File destDir, String pattern) throws BuildException
BuildException
public static void copyFiles(Project p, File sourceDir, File destDir, String pattern) throws BuildException
BuildException
public static void javadocFiles(Project p, String sourcefiles, File destDir)
public static File[] getFiles(Collection<FileSet> fileSets, Project project)
public static File[] getFiles(FileSet fileSet, Project project)
public static Collection<FileSet> getFileSets(File[] files, Project project)
FileSet
s that match the given files.
This will group the files by their parent directory.
files
- the files used to create the file setsproject
- the parent project
FileSet
s
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |