public interface RemoteSdkProperties extends RemoteSdkPropertiesPaths
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultHelpersName() |
PathMappingSettings |
getPathMappings() |
java.lang.String |
getSdkId() |
boolean |
isHelpersVersionChecked() |
boolean |
isInitialized()
Deprecated.
|
default boolean |
isRunAsRootViaSudo()
Note: This method will be abstract.
|
boolean |
isValid() |
void |
setHelpersPath(java.lang.String helpersPath) |
void |
setHelpersVersionChecked(boolean helpersVersionChecked) |
void |
setInitialized(boolean initialized)
Deprecated.
|
void |
setInterpreterPath(java.lang.String interpreterPath) |
void |
setPathMappings(PathMappingSettings pathMappings) |
default void |
setRunAsRootViaSudo(boolean runAsRootViaSudo)
Note: This method will be abstract.
|
void |
setSdkId(java.lang.String sdkId) |
void |
setValid(boolean valid) |
getHelpersPath, getInterpreterPath
void setInterpreterPath(java.lang.String interpreterPath)
void setHelpersPath(java.lang.String helpersPath)
java.lang.String getDefaultHelpersName()
PathMappingSettings getPathMappings()
void setPathMappings(PathMappingSettings pathMappings)
boolean isHelpersVersionChecked()
void setHelpersVersionChecked(boolean helpersVersionChecked)
void setSdkId(java.lang.String sdkId)
java.lang.String getSdkId()
@Deprecated boolean isInitialized()
@Deprecated void setInitialized(boolean initialized)
boolean isValid()
void setValid(boolean valid)
default boolean isRunAsRootViaSudo()
default void setRunAsRootViaSudo(boolean runAsRootViaSudo)