public class AssetHierarchyBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
AssetHierarchyBuilder.Node |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashMap |
index |
protected java.util.LinkedHashMap |
parents |
Constructor and Description |
---|
AssetHierarchyBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
dunp(java.util.List nodes,
java.io.PrintStream ps) |
java.util.List |
loadHierarchy(UserInfo info,
java.lang.String[] assets) |
protected java.util.LinkedHashMap index
protected java.util.LinkedHashMap parents
public java.util.List loadHierarchy(UserInfo info, java.lang.String[] assets) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void dunp(java.util.List nodes, java.io.PrintStream ps)