summaryrefslogtreecommitdiff
path: root/platform/platform-impl/src/com/intellij/remote/RemoteSdkCredentials.java
blob: aeca525bd3473e305a7a63f8c820aa8821e2ec90 (plain)
1
2
3
4
5
6
7
8
package com.intellij.remote;

/**
 * @author traff
 */
public interface RemoteSdkCredentials extends MutableRemoteCredentials, RemoteSdkProperties {
  String getFullInterpreterPath();
}