mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IDEA-247635 RemoteSdkPropertiesPaths
IDEA-CR-66127 GitOrigin-RevId: a2a79098a07d4ab2b7758992d708151a6d44a39e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f43cc8bed
commit
df2cdfc3b0
@@ -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;
|
package com.intellij.remote;
|
||||||
|
|
||||||
|
import com.intellij.openapi.util.NlsSafe;
|
||||||
|
|
||||||
public interface RemoteSdkPropertiesPaths {
|
public interface RemoteSdkPropertiesPaths {
|
||||||
|
@NlsSafe
|
||||||
String getInterpreterPath();
|
String getInterpreterPath();
|
||||||
|
|
||||||
|
@NlsSafe
|
||||||
String getHelpersPath();
|
String getHelpersPath();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user