| Interface | Description |
|---|---|
| ProjectRepository |
Represents a virtual file system that contains a project.
|
| Class | Description |
|---|---|
| FilesystemRepository |
A
ProjectRepository hosted on the local file system. |
| Exception | Description |
|---|---|
| PathNotFoundException |
Indicates that the path was not found in the
ProjectRepository. |
| ProjectRepositoryException |
Base class for exceptions thrown by a
ProjectRepository. |
Copyright © 2004-2014. All Rights Reserved.