|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.facet.util.core.internal.exported.FolderUtils
public final class FolderUtils
| Method Summary | |
|---|---|
static void |
clearFolder(java.io.File folder)
This method delete the content of the folder |
static void |
copyFolder(java.io.File srcDir,
java.io.File destDir)
Copies the source directory to the target directory. |
static void |
copyFolder(java.io.File srcDir,
java.io.File destDir,
IFilter<java.lang.String> filter)
Copies the source directory to the target directory. |
static void |
createFolder(IFolder folder)
This method create a folder and it parents if they do not exists. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void clearFolder(java.io.File folder)
folder - The folder that has to be emptied
public static void createFolder(IFolder folder)
throws CoreException
folder - The folder that have to be created.
CoreException
public static final void copyFolder(java.io.File srcDir,
java.io.File destDir)
throws java.io.IOException
java.io.IOException
public static final void copyFolder(java.io.File srcDir,
java.io.File destDir,
IFilter<java.lang.String> filter)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||