public class RemoteSdkPropertiesHolder extends java.lang.Object implements RemoteSdkProperties
| Constructor and Description |
|---|
RemoteSdkPropertiesHolder(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(RemoteSdkProperties copy) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDefaultHelpersName() |
java.lang.String |
getHelpersPath() |
java.lang.String |
getInterpreterPath() |
PathMappingSettings |
getPathMappings() |
java.lang.String |
getSdkId() |
int |
hashCode() |
boolean |
isHelpersVersionChecked() |
boolean |
isInitialized()
isValid() is used now
To be removed in IDEA 15
|
boolean |
isRunAsRootViaSudo()
Note: This method will be abstract.
|
boolean |
isValid() |
void |
load(Element element) |
void |
save(Element rootElement) |
void |
setHelpersPath(java.lang.String helpersPath) |
void |
setHelpersVersionChecked(boolean helpersVersionChecked) |
void |
setInitialized(boolean initialized) |
void |
setInterpreterPath(java.lang.String interpreterPath) |
void |
setPathMappings(PathMappingSettings pathMappings) |
void |
setRunAsRootViaSudo(boolean runAsRootViaSudo)
Note: This method will be abstract.
|
void |
setSdkId(java.lang.String sdkId) |
void |
setValid(boolean valid) |
public RemoteSdkPropertiesHolder(java.lang.String name)
public java.lang.String getInterpreterPath()
getInterpreterPath in interface RemoteSdkPropertiesPathspublic void setInterpreterPath(java.lang.String interpreterPath)
setInterpreterPath in interface RemoteSdkPropertiespublic java.lang.String getHelpersPath()
getHelpersPath in interface RemoteSdkPropertiesPathspublic void setHelpersPath(java.lang.String helpersPath)
setHelpersPath in interface RemoteSdkPropertiespublic java.lang.String getDefaultHelpersName()
getDefaultHelpersName in interface RemoteSdkPropertiespublic PathMappingSettings getPathMappings()
getPathMappings in interface RemoteSdkPropertiespublic void setPathMappings(PathMappingSettings pathMappings)
setPathMappings in interface RemoteSdkPropertiespublic boolean isHelpersVersionChecked()
isHelpersVersionChecked in interface RemoteSdkPropertiespublic void setHelpersVersionChecked(boolean helpersVersionChecked)
setHelpersVersionChecked in interface RemoteSdkPropertiespublic void setSdkId(java.lang.String sdkId)
setSdkId in interface RemoteSdkPropertiespublic java.lang.String getSdkId()
getSdkId in interface RemoteSdkPropertiespublic boolean isInitialized()
RemoteSdkPropertiesisInitialized in interface RemoteSdkPropertiespublic void setInitialized(boolean initialized)
setInitialized in interface RemoteSdkPropertiespublic boolean isValid()
isValid in interface RemoteSdkPropertiespublic void setValid(boolean valid)
setValid in interface RemoteSdkPropertiespublic boolean isRunAsRootViaSudo()
RemoteSdkPropertiesisRunAsRootViaSudo in interface RemoteSdkPropertiespublic void setRunAsRootViaSudo(boolean runAsRootViaSudo)
RemoteSdkPropertiessetRunAsRootViaSudo in interface RemoteSdkPropertiespublic void copyTo(RemoteSdkProperties copy)
public void save(Element rootElement)
public void load(Element element)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object