org.apache.maven.report.projectinfo.stubs
Class SettingsStub

java.lang.Object
  extended by org.apache.maven.settings.TrackableBase
      extended by org.apache.maven.settings.Settings
          extended by org.apache.maven.report.projectinfo.stubs.SettingsStub
All Implemented Interfaces:
Serializable

public class SettingsStub
extends Settings

Version:
$Id: SettingsStub.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Edwin Punzalan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, USER_LEVEL
 
Constructor Summary
SettingsStub()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.settings.Settings
addActiveProfile, addMirror, addPluginGroup, addProfile, addProxy, addServer, flushActiveProxy, flushProfileMap, getActiveProfiles, getActiveProxy, getInteractiveMode, getLocalRepository, getMirrorOf, getMirrors, getModelEncoding, getPluginGroups, getProfiles, getProfilesAsMap, getProxies, getRuntimeInfo, getServer, getServers, isInteractiveMode, isOffline, isUsePluginRegistry, removeActiveProfile, removeMirror, removePluginGroup, removeProfile, removeProxy, removeServer, setActiveProfiles, setInteractiveMode, setLocalRepository, setMirrors, setModelEncoding, setOffline, setPluginGroups, setProfiles, setProxies, setRuntimeInfo, setServers, setUsePluginRegistry
 
Methods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsStub

public SettingsStub()


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