org.schmant.project
Interface ProjectType

All Known Implementing Classes:
JavaProjectType

public interface ProjectType

This interface identifies project type objects. A project type object identifies projects of a specific type.

A project type object should be implemented as a singleton, with its only instance in a constant named TYPE.

Since:
0.5
Author:
Karl Gustafsson