Uses of Class
de.smartics.maven.plugin.buildmetadata.common.Property

Packages that use Property
de.smartics.maven.plugin.buildmetadata The core package for calculating build meta data for Maven
de.smartics.maven.plugin.buildmetadata.common Provides commonly used classes of this project. 
de.smartics.maven.plugin.buildmetadata.data Provides classes that provide meta data. 
de.smartics.maven.plugin.buildmetadata.io Provides classes that write build meta data to files. 
 

Uses of Property in de.smartics.maven.plugin.buildmetadata
 

Fields in de.smartics.maven.plugin.buildmetadata with type parameters of type Property
protected  List<Property> BuildReportMojo.properties
          The list of a system properties or environment variables to be selected by the user to include into the build meta data properties.
protected  List<Property> AbstractBuildMojo.properties
          The list of a system properties or environment variables to be selected by the user to include into the build meta data properties.
 

Constructor parameters in de.smartics.maven.plugin.buildmetadata with type arguments of type Property
BuildReportRenderer(ResourceBundle messages, org.apache.maven.doxia.sink.Sink sink, File buildMetaDataPropertiesFile, List<Property> properties)
          Default constructor.
 

Uses of Property in de.smartics.maven.plugin.buildmetadata.common
 

Method parameters in de.smartics.maven.plugin.buildmetadata.common with type arguments of type Property
static Properties Constant.calcNonStandardProperties(Properties buildMetaDataProperties, List<Property> userProperties)
          Calculates the non standard properties relevant for the misc section.
 

Uses of Property in de.smartics.maven.plugin.buildmetadata.data
 

Methods in de.smartics.maven.plugin.buildmetadata.data that return types with arguments of type Property
 List<Property> MavenMetaDataSelection.getSelectedSystemProperties()
          Returns the list of a system properties or environment variables to be selected by the user to include into the build meta data properties.
 

Method parameters in de.smartics.maven.plugin.buildmetadata.data with type arguments of type Property
 void MavenMetaDataSelection.setSelectedSystemProperties(List<Property> selectedSystemProperties)
          Sets the list of a system properties or environment variables to be selected by the user to include into the build meta data properties.
 

Uses of Property in de.smartics.maven.plugin.buildmetadata.io
 

Constructor parameters in de.smartics.maven.plugin.buildmetadata.io with type arguments of type Property
BuildXmlFileHelper(Log log, File xmlOutputFile, List<Property> selectedProperties)
          Default constructor.
SdocBuilder(Document document, Properties buildMetaDataProperties, List<Property> selectedProperties)
          Default constructor.
 



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