Package org.schmant.project

Project and ProjectRepository interfaces with friends.

See:
          Description

Interface Summary
Project A Project is an abstraction of a … project.
ProjectDependencies A ProjectDependencies object is a representation of the dependencies between projects in a ProjectRepository.
ProjectRepository The project repository is a repository for Project:s, such as an Eclipse Workspace.
ProjectRepositoryInfoCollector<T extends ProjectRepository,U extends ProjectRepositoryConfiguration> This interface is implemented by classes that collect information that is used to populate a ProjectRepository.
ProjectType This interface identifies project type objects.
 

Class Summary
AbstractJavaProject<T extends ProjectRepository>  
AbstractProject<T extends ProjectRepository> This is an abstract base class for Project implementations.
AbstractProjectRepository<T extends ProjectRepository,U extends ProjectRepositoryConfiguration> Abstract base class for ProjectRepository implementations.
ProjectRepositoryConfiguration This class contains configuration for a project repository (workspace).
ProjectRepositoryInfo<U extends ProjectRepositoryConfiguration> This object contains information parsed from a project repository (workspace).
 

Package org.schmant.project Description

Project and ProjectRepository interfaces with friends.

Since:
0.5
Author:
Karl Gustafsson