|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Project | Represents one IDE project in memory. |
ProjectInformation | General information about a project. |
SourceGroup | Representation of one area of sources. |
Sources | Optional interface for a project to enumerate folders containing sources of various kinds. |
Class Summary | |
FileOwnerQuery | Find the project which owns a file. |
ProjectManager | Manages loaded projects. |
ProjectUtils | Utility methods to get information about Project s. |
General API for finding and manipulating all kinds of projects.
A Project
is a representation of a folder
which may contain various kinds of development artifacts and/or metadata.
Projects can be loaded, saved, etc. using
ProjectManager
.
FileOwnerQuery
is a simple way to associate
a file or folder with a project. Typically, all files beneath a project's folder are
considered "owned" by that project. A given file can be owned by at most
one project.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |