Class MapPathMacrosProvider
- java.lang.Object
 - 
- jetbrains.mps.core.tool.environment.util.MapPathMacrosProvider
 
 
- 
- All Implemented Interfaces:
 PathMacrosProvider
public class MapPathMacrosProvider extends Object implements PathMacrosProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description MapPathMacrosProvider(Map<String,String> macros) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getNames()Set<String>getUserNames()StringgetValue(String name)voidreport(String message, String macro) 
 - 
 
- 
- 
Method Detail
- 
getValue
public String getValue(String name)
- Specified by:
 getValuein interfacePathMacrosProvider
 
- 
getUserNames
public Set<String> getUserNames()
- Specified by:
 getUserNamesin interfacePathMacrosProvider
 
- 
getNames
public Set<String> getNames()
- Specified by:
 getNamesin interfacePathMacrosProvider
 
- 
report
public void report(String message, String macro)
- Specified by:
 reportin interfacePathMacrosProvider
 
 - 
 
 -