|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexive.shared.search.FxPaths
public class FxPaths
Tree-paths returned by queries
| Nested Class Summary | |
|---|---|
static class |
FxPaths.Item
This object represebts a item within a path, eg 'myFolder' in the path '/Images/myFolder/myFile.txt'. |
static class |
FxPaths.Path
This object represents a single path, eg '/Images/myFolder/myFile.txt' |
| Constructor Summary | |
|---|---|
FxPaths(java.lang.String encoded)
Decodes the given DB string into a FxPaths object. |
|
| Method Summary | |
|---|---|
java.util.List<FxPaths.Path> |
getPaths()
Returns all paths. |
java.lang.String |
toString()
* |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FxPaths(java.lang.String encoded)
encoded - the encoded string| Method Detail |
|---|
public java.util.List<FxPaths.Path> getPaths()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||