Uses of Interface
eu.lindenbaum.maven.Properties

Packages that use Properties
eu.lindenbaum.maven   
eu.lindenbaum.maven.mojo   
eu.lindenbaum.maven.mojo.app   
eu.lindenbaum.maven.mojo.rel   
eu.lindenbaum.maven.report   
eu.lindenbaum.maven.util   
 

Uses of Properties in eu.lindenbaum.maven
 

Methods in eu.lindenbaum.maven that return Properties
protected  Properties ErlangReport.getProperties()
          Returns properties built from the mojo parameters of this report and based on the packaging type of this project.
 

Methods in eu.lindenbaum.maven with parameters of type Properties
protected abstract  void ErlangReport.execute(org.apache.maven.plugin.logging.Log log, Locale l, Properties p)
          Will be invoked when AbstractMavenReport.execute() gets invoked on the base class.
protected abstract  void ErlangMojo.execute(org.apache.maven.plugin.logging.Log log, Properties p)
          Will be invoked when ErlangMojo.execute() gets invoked on the base class.
 

Uses of Properties in eu.lindenbaum.maven.mojo
 

Methods in eu.lindenbaum.maven.mojo with parameters of type Properties
protected  void ProjectUploader.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void BackendInitializer.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void ProjectRunner.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void DependencyExtractor.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Setup.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
 

Uses of Properties in eu.lindenbaum.maven.mojo.app
 

Methods in eu.lindenbaum.maven.mojo.app with parameters of type Properties
protected  void TestResourceGenerator.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void ResourceGenerator.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestUploader.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void ShowBuildInfo.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestDependencyLoader.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void DependencyLoader.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Packager.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Compiler.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestRunner.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestCompiler.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestInitializer.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Dialyzer.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
 

Uses of Properties in eu.lindenbaum.maven.mojo.rel
 

Methods in eu.lindenbaum.maven.mojo.rel with parameters of type Properties
protected  void ResourceGenerator.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void DependencyLoader.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Packager.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TestRunner.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void TargetSystemPackager.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
protected  void Dialyzer.execute(org.apache.maven.plugin.logging.Log log, Properties p)
           
 

Uses of Properties in eu.lindenbaum.maven.report
 

Methods in eu.lindenbaum.maven.report with parameters of type Properties
protected  void CoverageReport.execute(org.apache.maven.plugin.logging.Log log, Locale locale, Properties p)
           
protected  void EDocReport.execute(org.apache.maven.plugin.logging.Log log, Locale l, Properties p)
           
 

Uses of Properties in eu.lindenbaum.maven.util
 

Methods in eu.lindenbaum.maven.util with parameters of type Properties
static List<File> MojoUtils.getApplicationCodePaths(Properties p)
          Gathers a complete list of directories used as code paths in an application's build process.
static List<File> MojoUtils.getApplicationTestCodePaths(Properties p)
          Gathers a complete list of directories used as code paths in an application's test build process.
static List<File> MojoUtils.getIncludeDirectories(Properties p)
          Gathers a complete list of directories used as include directories in a standard compilation process.
static List<File> MojoUtils.getReleaseCodePaths(Properties p)
          Gathers a complete list of directories used as code paths in a release build process.
static List<File> MojoUtils.getTestIncludeDirectories(Properties p)
          Gathers a complete list of directories used as include directories in a test compilation process.
static Collection<File> MojoUtils.getTestSupportArtifacts(Properties p)
          Returns a list of artifacts used by the plugin to provide a proper test phase, e.g. the compiled artifacts of MojoUtils.getTestSupportScripts(Properties).
static Collection<File> MojoUtils.getTestSupportScripts(Properties p)
          Returns a list of script files used by the plugin to provide a proper test phase, e.g. erlang scripts for surefire reports.
 



Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.