org.apache.maven.execution
Class DefaultRuntimeInformation
java.lang.Object
  
org.apache.maven.execution.DefaultRuntimeInformation
- All Implemented Interfaces: 
 - RuntimeInformation, Initializable
 
Deprecated.
@Deprecated
@Component(role=RuntimeInformation.class)
public class DefaultRuntimeInformation
- extends Object
- implements RuntimeInformation, Initializable
  
Describes runtime information about the application.
- Author:
 
  - Brett Porter
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultRuntimeInformation
public DefaultRuntimeInformation()
- Deprecated. 
 
getApplicationVersion
public ArtifactVersion getApplicationVersion()
- Deprecated. 
- Specified by:
 getApplicationVersion in interface RuntimeInformation
 
 
 
initialize
public void initialize()
                throws InitializationException
- Deprecated. 
- Specified by:
 initialize in interface Initializable
 
- Throws:
 InitializationException
 
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.