public class PathInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PathInfo.ElementInfo |
Constructor and Description |
---|
PathInfo() |
PathInfo(String name,
Boolean isComplete,
List<PathInfo.ElementInfo> elements) |
Modifier and Type | Method and Description |
---|---|
List<PathInfo.ElementInfo> |
getElements() |
Boolean |
getIsComplete() |
String |
getName() |
String |
toString() |
public PathInfo()
public PathInfo(String name, Boolean isComplete, List<PathInfo.ElementInfo> elements)
Copyright © 2005–2017 Alfresco Software. All rights reserved.