blob: aeca525bd3473e305a7a63f8c820aa8821e2ec90 [file] [log] [blame]
package com.intellij.remote;
/**
* @author traff
*/
public interface RemoteSdkCredentials extends MutableRemoteCredentials, RemoteSdkProperties {
String getFullInterpreterPath();
}