de.smartics.maven.plugin.buildmetadata.data
Class HostMetaDataProvider

Package class diagram package HostMetaDataProvider
java.lang.Object
  extended by de.smartics.maven.plugin.buildmetadata.data.HostMetaDataProvider
All Implemented Interfaces:
MetaDataProvider

public final class HostMetaDataProvider
     
     
extends Object
implements MetaDataProvider

Provides information about the host running the build.

Author:
Robert Reiner

Constructor Summary
HostMetaDataProvider()
           
 
Method Summary
 void provideBuildMetaData(Properties buildMetaDataProperties)
          Adds the information as build properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostMetaDataProvider

public HostMetaDataProvider()
Method Detail

provideBuildMetaData

public void provideBuildMetaData(Properties buildMetaDataProperties)
                          throws MojoExecutionException
Adds the information as build properties.

Specified by:
provideBuildMetaData in interface MetaDataProvider
Parameters:
buildMetaDataProperties - the build meta data properties to add to.
Throws:
MojoExecutionException - on any problem encountered.
See Also:
MetaDataProvider.provideBuildMetaData(java.util.Properties)


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.