net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl
Class SettingsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl
All Implemented Interfaces:
Serializable, Cloneable, Settings

public class SettingsImpl
extends Object
implements Serializable, Cloneable, Settings

See Also:
Serialized Form

Nested Class Summary
static class SettingsImpl.ActiveProfilesImpl
           
static class SettingsImpl.MirrorsImpl
           
static class SettingsImpl.PluginGroupsImpl
           
static class SettingsImpl.ProfilesImpl
           
static class SettingsImpl.ProxiesImpl
           
static class SettingsImpl.ServersImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.Settings
Settings.ActiveProfiles, Settings.Mirrors, Settings.PluginGroups, Settings.Profiles, Settings.Proxies, Settings.Servers
 
Field Summary
protected  SettingsImpl.ActiveProfilesImpl activeProfiles
           
protected  Boolean interactiveMode
           
protected  String localRepository
           
protected  SettingsImpl.MirrorsImpl mirrors
           
protected  Boolean offline
           
protected  SettingsImpl.PluginGroupsImpl pluginGroups
           
protected  SettingsImpl.ProfilesImpl profiles
           
protected  SettingsImpl.ProxiesImpl proxies
           
protected  SettingsImpl.ServersImpl servers
           
protected  Boolean usePluginRegistry
           
 
Constructor Summary
SettingsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl instance.
SettingsImpl(SettingsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl instance by copying a given instance.
 
Method Summary
 SettingsImpl clone()
          Creates and returns a copy of this object.
 Settings.ActiveProfiles getActiveProfiles()
          Gets the value of the activeProfiles property.
 String getLocalRepository()
          Gets the value of the localRepository property.
 Settings.Mirrors getMirrors()
          Gets the value of the mirrors property.
 Settings.PluginGroups getPluginGroups()
          Gets the value of the pluginGroups property.
 Settings.Profiles getProfiles()
          Gets the value of the profiles property.
 Settings.Proxies getProxies()
          Gets the value of the proxies property.
 Settings.Servers getServers()
          Gets the value of the servers property.
 Boolean isInteractiveMode()
          Gets the value of the interactiveMode property.
 Boolean isOffline()
          Gets the value of the offline property.
 Boolean isUsePluginRegistry()
          Gets the value of the usePluginRegistry property.
 void setActiveProfiles(Settings.ActiveProfiles value)
          Sets the value of the activeProfiles property.
 void setInteractiveMode(Boolean value)
          Sets the value of the interactiveMode property.
 void setLocalRepository(String value)
          Sets the value of the localRepository property.
 void setMirrors(Settings.Mirrors value)
          Sets the value of the mirrors property.
 void setOffline(Boolean value)
          Sets the value of the offline property.
 void setPluginGroups(Settings.PluginGroups value)
          Sets the value of the pluginGroups property.
 void setProfiles(Settings.Profiles value)
          Sets the value of the profiles property.
 void setProxies(Settings.Proxies value)
          Sets the value of the proxies property.
 void setServers(Settings.Servers value)
          Sets the value of the servers property.
 void setUsePluginRegistry(Boolean value)
          Sets the value of the usePluginRegistry property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localRepository

protected String localRepository

interactiveMode

protected Boolean interactiveMode

usePluginRegistry

protected Boolean usePluginRegistry

offline

protected Boolean offline

proxies

protected SettingsImpl.ProxiesImpl proxies

servers

protected SettingsImpl.ServersImpl servers

mirrors

protected SettingsImpl.MirrorsImpl mirrors

profiles

protected SettingsImpl.ProfilesImpl profiles

activeProfiles

protected SettingsImpl.ActiveProfilesImpl activeProfiles

pluginGroups

protected SettingsImpl.PluginGroupsImpl pluginGroups
Constructor Detail

SettingsImpl

public SettingsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl instance.


SettingsImpl

public SettingsImpl(SettingsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getLocalRepository

public String getLocalRepository()
Description copied from interface: Settings
Gets the value of the localRepository property.

Specified by:
getLocalRepository in interface Settings
Returns:
possible object is String

setLocalRepository

public void setLocalRepository(String value)
Description copied from interface: Settings
Sets the value of the localRepository property.

Specified by:
setLocalRepository in interface Settings
Parameters:
value - allowed object is String

isInteractiveMode

public Boolean isInteractiveMode()
Description copied from interface: Settings
Gets the value of the interactiveMode property.

Specified by:
isInteractiveMode in interface Settings
Returns:
possible object is Boolean

setInteractiveMode

public void setInteractiveMode(Boolean value)
Description copied from interface: Settings
Sets the value of the interactiveMode property.

Specified by:
setInteractiveMode in interface Settings
Parameters:
value - allowed object is Boolean

isUsePluginRegistry

public Boolean isUsePluginRegistry()
Description copied from interface: Settings
Gets the value of the usePluginRegistry property.

Specified by:
isUsePluginRegistry in interface Settings
Returns:
possible object is Boolean

setUsePluginRegistry

public void setUsePluginRegistry(Boolean value)
Description copied from interface: Settings
Sets the value of the usePluginRegistry property.

Specified by:
setUsePluginRegistry in interface Settings
Parameters:
value - allowed object is Boolean

isOffline

public Boolean isOffline()
Description copied from interface: Settings
Gets the value of the offline property.

Specified by:
isOffline in interface Settings
Returns:
possible object is Boolean

setOffline

public void setOffline(Boolean value)
Description copied from interface: Settings
Sets the value of the offline property.

Specified by:
setOffline in interface Settings
Parameters:
value - allowed object is Boolean

getProxies

public Settings.Proxies getProxies()
Description copied from interface: Settings
Gets the value of the proxies property.

Specified by:
getProxies in interface Settings
Returns:
possible object is Settings.Proxies

setProxies

public void setProxies(Settings.Proxies value)
Description copied from interface: Settings
Sets the value of the proxies property.

Specified by:
setProxies in interface Settings
Parameters:
value - allowed object is Settings.Proxies

getServers

public Settings.Servers getServers()
Description copied from interface: Settings
Gets the value of the servers property.

Specified by:
getServers in interface Settings
Returns:
possible object is Settings.Servers

setServers

public void setServers(Settings.Servers value)
Description copied from interface: Settings
Sets the value of the servers property.

Specified by:
setServers in interface Settings
Parameters:
value - allowed object is Settings.Servers

getMirrors

public Settings.Mirrors getMirrors()
Description copied from interface: Settings
Gets the value of the mirrors property.

Specified by:
getMirrors in interface Settings
Returns:
possible object is Settings.Mirrors

setMirrors

public void setMirrors(Settings.Mirrors value)
Description copied from interface: Settings
Sets the value of the mirrors property.

Specified by:
setMirrors in interface Settings
Parameters:
value - allowed object is Settings.Mirrors

getProfiles

public Settings.Profiles getProfiles()
Description copied from interface: Settings
Gets the value of the profiles property.

Specified by:
getProfiles in interface Settings
Returns:
possible object is Settings.Profiles

setProfiles

public void setProfiles(Settings.Profiles value)
Description copied from interface: Settings
Sets the value of the profiles property.

Specified by:
setProfiles in interface Settings
Parameters:
value - allowed object is Settings.Profiles

getActiveProfiles

public Settings.ActiveProfiles getActiveProfiles()
Description copied from interface: Settings
Gets the value of the activeProfiles property.

Specified by:
getActiveProfiles in interface Settings
Returns:
possible object is Settings.ActiveProfiles

setActiveProfiles

public void setActiveProfiles(Settings.ActiveProfiles value)
Description copied from interface: Settings
Sets the value of the activeProfiles property.

Specified by:
setActiveProfiles in interface Settings
Parameters:
value - allowed object is Settings.ActiveProfiles

getPluginGroups

public Settings.PluginGroups getPluginGroups()
Description copied from interface: Settings
Gets the value of the pluginGroups property.

Specified by:
getPluginGroups in interface Settings
Returns:
possible object is Settings.PluginGroups

setPluginGroups

public void setPluginGroups(Settings.PluginGroups value)
Description copied from interface: Settings
Sets the value of the pluginGroups property.

Specified by:
setPluginGroups in interface Settings
Parameters:
value - allowed object is Settings.PluginGroups

clone

public SettingsImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.