in text-translators-agent/src/jetbrains/buildServer/agent/messages/regex/ParserCommand.java [63:67]
public ParserId(final String name, final String resourcePath, final String file) {
myName = name;
myResourcePath = resourcePath;
myFile = file;
}