org.apache.maven.plugin.changelog.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.plugin.changelog.stubs.SettingsStub
All Implemented Interfaces:
Serializable

public class SettingsStub
extends org.apache.maven.settings.Settings

Version:
$Id: SettingsStub.java 803814 2009-08-13 09:24:45Z vsiveton $
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
 org.apache.maven.settings.Server getServer(String serverId)
          
 
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, 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()
Method Detail

getServer

public org.apache.maven.settings.Server getServer(String serverId)

Overrides:
getServer in class org.apache.maven.settings.Settings


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