org.apache.maven.plugin.registry
Class RuntimeInfo

java.lang.Object
  extended by org.apache.maven.plugin.registry.RuntimeInfo

public class RuntimeInfo
extends Object


Constructor Summary
RuntimeInfo(PluginRegistry registry)
           
 
Method Summary
 String getAutoUpdateSourceLevel()
           
 File getFile()
           
 String getUpdateIntervalSourceLevel()
           
 void setAutoUpdateSourceLevel(String autoUpdateSourceLevel)
           
 void setFile(File file)
           
 void setUpdateIntervalSourceLevel(String updateIntervalSourceLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeInfo

public RuntimeInfo(PluginRegistry registry)
Method Detail

getAutoUpdateSourceLevel

public String getAutoUpdateSourceLevel()

setAutoUpdateSourceLevel

public void setAutoUpdateSourceLevel(String autoUpdateSourceLevel)

getFile

public File getFile()

setFile

public void setFile(File file)

getUpdateIntervalSourceLevel

public String getUpdateIntervalSourceLevel()

setUpdateIntervalSourceLevel

public void setUpdateIntervalSourceLevel(String updateIntervalSourceLevel)


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