org.eclipse.tycho
Interface ReactorProjectCoordinates

All Known Subinterfaces:
ReactorProject

public interface ReactorProjectCoordinates

Pointers by which a reactor project can be addressed, like the GAV or the target directory.


Method Summary
 String getArtifactId()
           
 BuildOutputDirectory getBuildDirectory()
           
 String getGroupId()
           
 String getVersion()
           
 

Method Detail

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

getVersion

String getVersion()

getBuildDirectory

BuildOutputDirectory getBuildDirectory()


Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.