org.kuali.maven.common
Interface SiteContext


public interface SiteContext


Method Summary
 String getDownloadBase()
           
 String getDownloadExternalPath()
           
 String getDownloadReleasePath()
           
 String getDownloadSnapshotPath()
           
 String getLatestToken()
           
 String getOrganizationGroupId()
           
 List<org.apache.maven.project.MavenProject> getOrgPoms()
           
 String getPublicBase()
           
 String getPublishBase()
           
 String getSnapshotSnippet()
           
 boolean isLatest()
           
 

Method Detail

getLatestToken

String getLatestToken()

isLatest

boolean isLatest()

getSnapshotSnippet

String getSnapshotSnippet()

getOrganizationGroupId

String getOrganizationGroupId()

getDownloadBase

String getDownloadBase()

getDownloadSnapshotPath

String getDownloadSnapshotPath()

getDownloadReleasePath

String getDownloadReleasePath()

getDownloadExternalPath

String getDownloadExternalPath()

getPublicBase

String getPublicBase()

getPublishBase

String getPublishBase()

getOrgPoms

List<org.apache.maven.project.MavenProject> getOrgPoms()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.