org.apache.velocity.site.news.plugin
Interface NewsFeed

All Known Implementing Classes:
VelocityNewsReport

public interface NewsFeed

Describes the dependencies needed by the NewsFeedGenerator.

Version:
$Revision: 526767 $
Author:
Henning P. Schmiedehausen

Method Summary
 org.apache.maven.doxia.parser.Parser getAptParser()
           
 java.lang.String getBaseUrl()
           
 java.lang.String getOutputDirectory()
           
 java.lang.String getOutputName()
           
 org.apache.maven.project.MavenProject getProject()
           
 

Method Detail

getProject

org.apache.maven.project.MavenProject getProject()

getOutputName

java.lang.String getOutputName()

getOutputDirectory

java.lang.String getOutputDirectory()

getAptParser

org.apache.maven.doxia.parser.Parser getAptParser()
                                                  throws VelocityNewsException
Throws:
VelocityNewsException

getBaseUrl

java.lang.String getBaseUrl()


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.