IDEA-247635 RemoteSdkPropertiesPaths

IDEA-CR-66127

GitOrigin-RevId: a2a79098a07d4ab2b7758992d708151a6d44a39e
This commit is contained in:
Alexandr Evstigneev
2020-08-19 21:43:11 +03:00
committed by intellij-monorepo-bot
parent 9f43cc8bed
commit df2cdfc3b0

View File

@@ -1,8 +1,12 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.remote;
import com.intellij.openapi.util.NlsSafe;
public interface RemoteSdkPropertiesPaths {
@NlsSafe
String getInterpreterPath();
@NlsSafe
String getHelpersPath();
}