public class ExternalSystemProjectsWatcherImpl extends java.lang.Object implements ExternalSystemProjectsWatcher
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExternalSystemProjectsWatcherImpl.Contributor |
| Constructor and Description |
|---|
ExternalSystemProjectsWatcherImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
markDirty(Module module) |
void |
markDirty(java.lang.String projectPath) |
void |
markDirtyAllExternalProjects() |
public ExternalSystemProjectsWatcherImpl(Project project)
public void markDirtyAllExternalProjects()
markDirtyAllExternalProjects in interface ExternalSystemProjectsWatcherpublic void markDirty(Module module)
markDirty in interface ExternalSystemProjectsWatcherpublic void markDirty(java.lang.String projectPath)
markDirty in interface ExternalSystemProjectsWatcher