|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.core.Resource
public class Resource
Resource.
| Constructor Summary | |
|---|---|
Resource()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
toAbsPath(java.lang.String path)
Convert a path with possible relative subpaths ("."/"..") to absolute. |
static boolean |
toAbsPathList(java.util.List arrRelPath,
java.util.List arrAbsPath)
Given a List representing a path with possible relative
elements returns a List with only absolute elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Resource()
| Method Detail |
|---|
public static java.lang.String toAbsPath(java.lang.String path)
path - relative path.
toAbsPathList(List, List)
public static boolean toAbsPathList(java.util.List arrRelPath,
java.util.List arrAbsPath)
List representing a path with possible relative
elements returns a List with only absolute elements.
arrRelPath - List with possible relative subs paths.arrAbsPath - List with absolute path.
List with no relative elements.toAbsPath(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||