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 RemoteSdkPropertiesPaths
public void setInterpreterPath(java.lang.String interpreterPath)
setInterpreterPath
in interface RemoteSdkProperties
public java.lang.String getHelpersPath()
getHelpersPath
in interface RemoteSdkPropertiesPaths
public void setHelpersPath(java.lang.String helpersPath)
setHelpersPath
in interface RemoteSdkProperties
public java.lang.String getDefaultHelpersName()
getDefaultHelpersName
in interface RemoteSdkProperties
public PathMappingSettings getPathMappings()
getPathMappings
in interface RemoteSdkProperties
public void setPathMappings(PathMappingSettings pathMappings)
setPathMappings
in interface RemoteSdkProperties
public boolean isHelpersVersionChecked()
isHelpersVersionChecked
in interface RemoteSdkProperties
public void setHelpersVersionChecked(boolean helpersVersionChecked)
setHelpersVersionChecked
in interface RemoteSdkProperties
public void setSdkId(java.lang.String sdkId)
setSdkId
in interface RemoteSdkProperties
public java.lang.String getSdkId()
getSdkId
in interface RemoteSdkProperties
public boolean isInitialized()
RemoteSdkProperties
isInitialized
in interface RemoteSdkProperties
public void setInitialized(boolean initialized)
setInitialized
in interface RemoteSdkProperties
public boolean isValid()
isValid
in interface RemoteSdkProperties
public void setValid(boolean valid)
setValid
in interface RemoteSdkProperties
public boolean isRunAsRootViaSudo()
RemoteSdkProperties
isRunAsRootViaSudo
in interface RemoteSdkProperties
public void setRunAsRootViaSudo(boolean runAsRootViaSudo)
RemoteSdkProperties
setRunAsRootViaSudo
in interface RemoteSdkProperties
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object