public class ComponentsTree extends Object
Constructor and Description |
---|
ComponentsTree(List files)
Creates a new tree of components for the given list of files.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addToMappings(String name,
Component component) |
protected String |
calculateRelativePath(String parameter,
String currentPath) |
void |
destroy() |
String |
getAlias(String path,
String relativePath) |
Component |
getComponent(String path) |
Component |
getComponent(String path,
String relativePath) |
long |
getNewOrderCounter() |
Map |
getTreeMappings() |
protected void |
init() |
Object |
lookup(String s) |
Object |
lookup(String s,
String relativeToPath) |
protected Component |
makeComponentInstance(String name) |
String |
toString() |
public ComponentsTree(List files)
files
- a List of Files with descriptors.public long getNewOrderCounter()
protected void init()
public Object lookup(String s) throws LookupException
LookupException
public Object lookup(String s, String relativeToPath) throws LookupException
LookupException
public Map getTreeMappings()
public void destroy()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.