org.apache.maven.execution
Interface RuntimeInformation

All Known Implementing Classes:
DefaultRuntimeInformation

public interface RuntimeInformation

Describes runtime information about the application.

Version:
$Id: RuntimeInformation.java 320675 2005-10-13 06:50:22Z brett $
Author:
Brett Porter

Method Summary
 org.apache.maven.artifact.versioning.ArtifactVersion getApplicationVersion()
           
 

Method Detail

getApplicationVersion

public org.apache.maven.artifact.versioning.ArtifactVersion getApplicationVersion()


Copyright 2006 Apache Software Foundation. All Rights Reserved.