public interface ImportSpec
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArguments() |
ExternalProjectRefreshCallback |
getCallback() |
ProjectSystemId |
getExternalSystemId() |
ProgressExecutionMode |
getProgressExecutionMode() |
Project |
getProject() |
java.lang.String |
getVmOptions() |
boolean |
isForceWhenUptodate() |
boolean |
isPreviewMode() |
boolean |
isReportRefreshError() |
boolean |
shouldCreateDirectoriesForEmptyContentRoots() |
default boolean |
whenAutoImportEnabled()
Deprecated.
see
ExternalProjectSettings.setUseAutoImport(boolean) for details |
Project getProject()
ProjectSystemId getExternalSystemId()
ProgressExecutionMode getProgressExecutionMode()
boolean isForceWhenUptodate()
@Deprecated default boolean whenAutoImportEnabled()
ExternalProjectSettings.setUseAutoImport(boolean)
for detailsExternalProjectRefreshCallback getCallback()
boolean isPreviewMode()
boolean shouldCreateDirectoriesForEmptyContentRoots()
boolean isReportRefreshError()
java.lang.String getVmOptions()
java.lang.String getArguments()