Uses of Class
com.iizigo.project.ProjectManager
Uses of ProjectManager in com.iizigo.project
Modifier and TypeFieldDescriptionprotected final ProjectManager
FileChangesCollection.projectManager
The current Project Manager, null for none, to inform file changes.Modifier and TypeMethodDescriptionstatic ProjectManager
ProjectManager.getInstance()
Gets the single instance of the Project Manager.ModifierConstructorDescriptionFileChangesCollection
(String description, ProjectManager projectManager) Constructs the instance without specified folders.FileChangesCollection
(String description, org.eclipse.core.resources.IFolder[] folders, ProjectManager projectManager) Constructs the instance with the specified folders.