Class PathMacrosCollector
- java.lang.Object
-
- jetbrains.buildServer.ideaSettings.PathMacrosCollector
-
public class PathMacrosCollector extends Object
- Author:
- kir Simplified version of a class with same name from IDEA
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PathMacrosCollector.Usage
Pair of element - attribute name (or null if text content)
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
myMacroMap
protected MultiMap<String,PathMacrosCollector.Usage>
myMacroUsages
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>
getMacroNames(org.jdom.Element root)
static MultiMap<String,PathMacrosCollector.Usage>
getMacroWithUsages(org.jdom.Element root)
-
-
-
Method Detail
-
getMacroWithUsages
public static MultiMap<String,PathMacrosCollector.Usage> getMacroWithUsages(org.jdom.Element root)
-
-