de.matthias_burbach.deputy.core.project
Interface ProjectQualifier

All Known Implementing Classes:
Project, ProjectQualifierImpl, Rule

public interface ProjectQualifier

Identifies a project by its three key characteristics group id, artifact id, and version.

Author:
Matthias Burbach

Method Summary
 java.lang.String getArtifactId()
           
 java.lang.String getGroupId()
           
 java.lang.String getVersion()
           
 

Method Detail

getGroupId

public java.lang.String getGroupId()
Returns:
The group id of the project.

getArtifactId

public java.lang.String getArtifactId()
Returns:
The artifact id of the project.

getVersion

public java.lang.String getVersion()
Returns:
The version of the project.


Copyright © 2005-2007 . All Rights Reserved.