|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.objectlab.qalab.util.FilenameUtil
public final class FilenameUtil
Utility class for file name manipulations.
Method Summary | |
---|---|
static java.lang.String |
trimFilename(java.lang.String aFilename,
java.lang.String aSrcDir)
Trims the supplied filename by forcing it to be a unix path and choping off everything below the src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String trimFilename(java.lang.String aFilename, java.lang.String aSrcDir)
aFilename
- The original absolute filename.aSrcDir
- the path to the src folder.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |