Uses of Interface
org.kuali.maven.common.SiteContext

Packages that use SiteContext
org.kuali.maven.common   
 

Uses of SiteContext in org.kuali.maven.common
 

Methods in org.kuali.maven.common with parameters of type SiteContext
protected  void UrlBuilder.addProjectTokens(org.apache.maven.project.MavenProject project, SiteContext context, List<String> tokens)
          Add appropriate values to the list of tokens
 boolean UrlBuilder.determineMatch(String generatedUrl, String mavenUrl, SiteContext context, org.apache.maven.project.MavenProject project)
           
protected  String UrlBuilder.getDownloadPath(org.apache.maven.project.MavenProject project, SiteContext context)
          Decide between "snapshot", "release", and "external"
 String UrlBuilder.getDownloadUrl(org.apache.maven.project.MavenProject project, SiteContext context)
          Return the fully qualified URL for downloading a Kuali artifact from Kuali's Maven repo.
 String UrlBuilder.getPublicUrl(org.apache.maven.project.MavenProject project, SiteContext context)
          Return the fully qualified url for public access to the web site
 String UrlBuilder.getPublishUrl(org.apache.maven.project.MavenProject project, SiteContext context)
          Return the fully qualified url for publishing the web site
 String UrlBuilder.getSitePath(org.apache.maven.project.MavenProject project, SiteContext context)
          Return the portion of the url to the right of the hostname
protected  String UrlBuilder.getSiteUrl(org.apache.maven.project.MavenProject project, SiteContext context, String urlBase)
          Return a fully qualified url
protected  List<String> UrlBuilder.getTopLevelTokens(org.apache.maven.project.MavenProject project, SiteContext context)
          Return the appropriate tokens for this top level project
protected  List<String> UrlBuilder.getUrlTokens(List<org.apache.maven.project.MavenProject> projects, SiteContext context)
          Return appropriate url tokens for the list of projects representing the path of projects from the highest level pom to our current project
protected  List<String> UrlBuilder.getUrlTokens(org.apache.maven.project.MavenProject project, SiteContext context)
          Return a list of tokens representing url paths for this project
 



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