model/src/org/jetbrains/jps/MacroExpander.java (4 lines of code) (raw):
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package org.jetbrains.jps;
/**
* @author nik
*/
public interface MacroExpander {
String expandMacros(String path);
}