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

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

public class SettingsStub
extends org.apache.maven.settings.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()
           
 
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-2009 The Apache Software Foundation. All Rights Reserved.