SwitchYard: Core 0.6.0.Beta2

org.switchyard.common.version
Interface Project

All Superinterfaces:
Comparable<Project>
All Known Implementing Classes:
BaseProject

public interface Project
extends Comparable<Project>

Project.

Author:
David Ward <dward@jboss.org> (C) 2012 Red Hat Inc.

Method Summary
 String getArtifactId()
          Gets the artifactId.
 String getDescription()
          Gets the description.
 String getGroupId()
          Gets the groupId.
 String getName()
          Gets the name.
 String getPackaging()
          Gets the packaging.
 URL getURL()
          Gets the URL.
 String getVersion()
          Gets the version.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGroupId

String getGroupId()
Gets the groupId.

Returns:
the groupId

getArtifactId

String getArtifactId()
Gets the artifactId.

Returns:
the artifactId

getPackaging

String getPackaging()
Gets the packaging.

Returns:
the packaging

getName

String getName()
Gets the name.

Returns:
the name

getDescription

String getDescription()
Gets the description.

Returns:
the description

getURL

URL getURL()
Gets the URL.

Returns:
the URL

getVersion

String getVersion()
Gets the version.

Returns:
the version

SwitchYard: Core 0.6.0.Beta2

JBoss by Red Hat