public class RunContextItemCollection extends Object
| Constructor and Description |
|---|
RunContextItemCollection(String in) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(RunContextItem rci) |
String |
getAllInterfaces() |
RunContextItem |
getItem(String name) |
TreeMap<String,RunContextItem> |
getItemsByName() |
int |
getLongestItemName() |
int |
getLongestTypeName() |
public RunContextItemCollection(String in)
public int getLongestTypeName()
public int getLongestItemName()
public TreeMap<String,RunContextItem> getItemsByName()
public void addItem(RunContextItem rci) throws org.dmd.util.exceptions.ResultException
org.dmd.util.exceptions.ResultExceptionpublic RunContextItem getItem(String name)
public String getAllInterfaces()
Copyright © 2019. All rights reserved.