Package jetbrains.mps.util
Class MacroHelper.MacroNoHelper
- java.lang.Object
 - 
- jetbrains.mps.util.MacroHelper.MacroNoHelper
 
 
- 
- All Implemented Interfaces:
 MacroHelper,MacroProcessor
- Enclosing interface:
 - MacroHelper
 
public static final class MacroHelper.MacroNoHelper extends Object implements MacroHelper
leaves the path unchanged 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.util.MacroHelper
MacroHelper.MacroNoHelper, MacroHelper.Source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MacroNoHelper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexpandPath(String path)StringshrinkPath(String absolutePath) 
 - 
 
- 
- 
Method Detail
- 
expandPath
public String expandPath(@Nullable String path)
- Specified by:
 expandPathin interfaceMacroHelper- Specified by:
 expandPathin interfaceMacroProcessor
 
- 
shrinkPath
public String shrinkPath(@Nullable String absolutePath)
- Specified by:
 shrinkPathin interfaceMacroHelper- Specified by:
 shrinkPathin interfaceMacroProcessor
 
 - 
 
 -