|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.lang.Utilities
public class Utilities
Collection of utility functions that aren't specific to A4E.
Method Summary | |
---|---|
static java.lang.String |
calcRelative(java.io.File fromfile,
java.io.File tofile)
Calculates a relative path for the supplied files. |
static boolean |
delete(java.io.File file)
Returns true if the supplied path could be deleted completely. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final boolean delete(java.io.File file)
file
- The path which shall be removed.
public static final java.lang.String calcRelative(java.io.File fromfile, java.io.File tofile)
fromfile
- Starting point within a filesystem.tofile
- Ending point within a filesystem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |