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 ExternalSystemProjectsWatcher
public void markDirty(Module module)
markDirty
in interface ExternalSystemProjectsWatcher
public void markDirty(java.lang.String projectPath)
markDirty
in interface ExternalSystemProjectsWatcher