Package jetbrains.mps.util
Interface MacroHelper
- 
- All Superinterfaces:
 MacroProcessor
- All Known Implementing Classes:
 MacroHelper.MacroNoHelper
@Deprecated public interface MacroHelper extends MacroProcessor
Deprecated. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMacroHelper.MacroNoHelperDeprecated.leaves the path unchangedstatic interfaceMacroHelper.SourceDeprecated.PROVISIONAL API Source capable of producing MacroHelper instances. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringexpandPath(String path)Deprecated.StringshrinkPath(String absolutePath)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
expandPath
String expandPath(@Nullable String path)
Deprecated.- Specified by:
 expandPathin interfaceMacroProcessor
 
- 
shrinkPath
String shrinkPath(@Nullable String absolutePath)
Deprecated.- Specified by:
 shrinkPathin interfaceMacroProcessor
 
 - 
 
 -