org.apache.maven.settings
Class RuntimeInfo

java.lang.Object
  extended by org.apache.maven.settings.RuntimeInfo

Deprecated.

@Deprecated
public class RuntimeInfo
extends Object

To handle runtime informations like local repository or profiles.


Field Summary
static File DEFAULT_USER_SETTINGS_FILE
          Deprecated.  
static String userHome
          Deprecated.  
static File userMavenConfigurationHome
          Deprecated.  
 
Constructor Summary
RuntimeInfo()
          Deprecated.  
RuntimeInfo(File settings)
          Deprecated.  
 
Method Summary
 File getFile()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userHome

public static final String userHome
Deprecated. 

userMavenConfigurationHome

public static final File userMavenConfigurationHome
Deprecated. 

DEFAULT_USER_SETTINGS_FILE

public static final File DEFAULT_USER_SETTINGS_FILE
Deprecated. 
Constructor Detail

RuntimeInfo

public RuntimeInfo()
Deprecated. 

RuntimeInfo

public RuntimeInfo(File settings)
Deprecated. 
Method Detail

getFile

public File getFile()
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.