org.apache.cocoon.maven.rcl
Class RwmProperties

java.lang.Object
  extended by org.apache.cocoon.maven.rcl.RwmProperties

public class RwmProperties
extends Object


Constructor Summary
RwmProperties(File propsFile, File basedir)
           
 
Method Summary
static String calcRootDir(String path)
           
 Set getClassesDirs()
           
 Properties getCocoonProperties()
           
 Set getExcludedLibProps()
           
 Properties getSpringProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RwmProperties

public RwmProperties(File propsFile,
                     File basedir)
              throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException
Method Detail

calcRootDir

public static String calcRootDir(String path)

getClassesDirs

public Set getClassesDirs()
                   throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getCocoonProperties

public Properties getCocoonProperties()

getExcludedLibProps

public Set getExcludedLibProps()
                        throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getSpringProperties

public Properties getSpringProperties()
                               throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.