org.jext.project
Interface ProjectManagement

All Known Implementing Classes:
DefaultProjectManagement

public interface ProjectManagement

The interface which should be implemented by all Jext project management plugins. This has been made separate from ProjectManager so that the plugin class itself does not have to implement the much heavier ProjectManager interface.

Author:
Matt Benson

Method Summary
 java.lang.String getLabel()
          Returns the String to use as a description of this ProjectManagement in a list.
 ProjectManager getProjectManager()
          Returns the ProjectManager for this ProjectManagement.
 

Method Detail

getLabel

public java.lang.String getLabel()
Returns the String to use as a description of this ProjectManagement in a list.


getProjectManager

public ProjectManager getProjectManager()
Returns the ProjectManager for this ProjectManagement.



Copyright ? 2002 Romain Guy.