|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.settings100.impl.SettingsImpl
public class SettingsImpl
| 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.indexed.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.indexed.novalueclass.maven.settings100.impl.SettingsImpl instance. |
|
SettingsImpl(SettingsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 |
|---|
protected String localRepository
protected Boolean interactiveMode
protected Boolean usePluginRegistry
protected Boolean offline
protected SettingsImpl.ProxiesImpl proxies
protected SettingsImpl.ServersImpl servers
protected SettingsImpl.MirrorsImpl mirrors
protected SettingsImpl.ProfilesImpl profiles
protected SettingsImpl.ActiveProfilesImpl activeProfiles
protected SettingsImpl.PluginGroupsImpl pluginGroups
| Constructor Detail |
|---|
public SettingsImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.settings100.impl.SettingsImpl instance.
public SettingsImpl(SettingsImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.settings100.impl.SettingsImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getLocalRepository()
Settings
getLocalRepository in interface SettingsStringpublic void setLocalRepository(String value)
Settings
setLocalRepository in interface Settingsvalue - allowed object is
Stringpublic Boolean isInteractiveMode()
Settings
isInteractiveMode in interface SettingsBooleanpublic void setInteractiveMode(Boolean value)
Settings
setInteractiveMode in interface Settingsvalue - allowed object is
Booleanpublic Boolean isUsePluginRegistry()
Settings
isUsePluginRegistry in interface SettingsBooleanpublic void setUsePluginRegistry(Boolean value)
Settings
setUsePluginRegistry in interface Settingsvalue - allowed object is
Booleanpublic Boolean isOffline()
Settings
isOffline in interface SettingsBooleanpublic void setOffline(Boolean value)
Settings
setOffline in interface Settingsvalue - allowed object is
Booleanpublic Settings.Proxies getProxies()
Settings
getProxies in interface SettingsSettings.Proxiespublic void setProxies(Settings.Proxies value)
Settings
setProxies in interface Settingsvalue - allowed object is
Settings.Proxiespublic Settings.Servers getServers()
Settings
getServers in interface SettingsSettings.Serverspublic void setServers(Settings.Servers value)
Settings
setServers in interface Settingsvalue - allowed object is
Settings.Serverspublic Settings.Mirrors getMirrors()
Settings
getMirrors in interface SettingsSettings.Mirrorspublic void setMirrors(Settings.Mirrors value)
Settings
setMirrors in interface Settingsvalue - allowed object is
Settings.Mirrorspublic Settings.Profiles getProfiles()
Settings
getProfiles in interface SettingsSettings.Profilespublic void setProfiles(Settings.Profiles value)
Settings
setProfiles in interface Settingsvalue - allowed object is
Settings.Profilespublic Settings.ActiveProfiles getActiveProfiles()
Settings
getActiveProfiles in interface SettingsSettings.ActiveProfilespublic void setActiveProfiles(Settings.ActiveProfiles value)
Settings
setActiveProfiles in interface Settingsvalue - allowed object is
Settings.ActiveProfilespublic Settings.PluginGroups getPluginGroups()
Settings
getPluginGroups in interface SettingsSettings.PluginGroupspublic void setPluginGroups(Settings.PluginGroups value)
Settings
setPluginGroups in interface Settingsvalue - allowed object is
Settings.PluginGroupspublic SettingsImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||