public class RemoteExternalSystemProjectResolverImpl<S extends ExternalSystemExecutionSettings> extends AbstractRemoteExternalSystemService<S> implements RemoteExternalSystemProjectResolver<S>
'build.gradle'.NULL_OBJECT| Constructor and Description |
|---|
RemoteExternalSystemProjectResolverImpl(ExternalSystemProjectResolver<S> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelTask(ExternalSystemTaskId id)
Allows to cancel the target task by the current service.
|
DataNode<ProjectData> |
resolveProjectInfo(ExternalSystemTaskId id,
java.lang.String projectPath,
boolean isPreviewMode,
S settings,
ProjectResolverPolicy resolverPolicy) |
execute, getNotificationListener, getSettings, getTasksInProgress, isTaskInProgress, setNotificationListener, setSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNotificationListener, setSettingsgetTasksInProgress, isTaskInProgresspublic RemoteExternalSystemProjectResolverImpl(ExternalSystemProjectResolver<S> delegate)
public DataNode<ProjectData> resolveProjectInfo(ExternalSystemTaskId id, java.lang.String projectPath, boolean isPreviewMode, S settings, ProjectResolverPolicy resolverPolicy) throws ExternalSystemException, java.lang.IllegalArgumentException, java.lang.IllegalStateException
resolveProjectInfo in interface RemoteExternalSystemProjectResolver<S extends ExternalSystemExecutionSettings>ExternalSystemExceptionjava.lang.IllegalArgumentExceptionjava.lang.IllegalStateExceptionpublic boolean cancelTask(ExternalSystemTaskId id) throws ExternalSystemException, java.lang.IllegalArgumentException, java.lang.IllegalStateException
ExternalSystemTaskAwarecancelTask in interface ExternalSystemTaskAwareid - target task's idtrue if a task was successfully canceled;
false otherwiseExternalSystemExceptionjava.lang.IllegalArgumentExceptionjava.lang.IllegalStateException