|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.settings100.Settings
public class Settings
Root element of the user configuration file.
Java class for Settings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Settings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="localRepository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="interactiveMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="usePluginRegistry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="offline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="proxies" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="proxy" type="{http://maven.apache.org/SETTINGS/1.0.0}Proxy" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="servers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="server" type="{http://maven.apache.org/SETTINGS/1.0.0}Server" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mirrors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mirror" type="{http://maven.apache.org/SETTINGS/1.0.0}Mirror" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="profiles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="profile" type="{http://maven.apache.org/SETTINGS/1.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="activeProfiles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activeProfile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pluginGroups" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pluginGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Settings.ActiveProfiles
Java class for anonymous complex type. |
static class |
Settings.Mirrors
Java class for anonymous complex type. |
static class |
Settings.PluginGroups
Java class for anonymous complex type. |
static class |
Settings.Profiles
Java class for anonymous complex type. |
static class |
Settings.Proxies
Java class for anonymous complex type. |
static class |
Settings.Servers
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Settings.ActiveProfiles |
activeProfiles
|
protected Boolean |
interactiveMode
|
protected String |
localRepository
|
protected Settings.Mirrors |
mirrors
|
protected Boolean |
offline
|
protected Settings.PluginGroups |
pluginGroups
|
protected Settings.Profiles |
profiles
|
protected Settings.Proxies |
proxies
|
protected Settings.Servers |
servers
|
protected Boolean |
usePluginRegistry
|
| Constructor Summary | |
|---|---|
Settings()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.settings100.Settings instance. |
|
Settings(Settings o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.settings100.Settings instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Settings |
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 Settings.Proxies proxies
protected Settings.Servers servers
protected Settings.Mirrors mirrors
protected Settings.Profiles profiles
protected Settings.ActiveProfiles activeProfiles
protected Settings.PluginGroups pluginGroups
| Constructor Detail |
|---|
public Settings()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.settings100.Settings instance.
public Settings(Settings o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.settings100.Settings instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getLocalRepository()
Stringpublic void setLocalRepository(String value)
value - allowed object is
Stringpublic Boolean isInteractiveMode()
Booleanpublic void setInteractiveMode(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsePluginRegistry()
Booleanpublic void setUsePluginRegistry(Boolean value)
value - allowed object is
Booleanpublic Boolean isOffline()
Booleanpublic void setOffline(Boolean value)
value - allowed object is
Booleanpublic Settings.Proxies getProxies()
Settings.Proxiespublic void setProxies(Settings.Proxies value)
value - allowed object is
Settings.Proxiespublic Settings.Servers getServers()
Settings.Serverspublic void setServers(Settings.Servers value)
value - allowed object is
Settings.Serverspublic Settings.Mirrors getMirrors()
Settings.Mirrorspublic void setMirrors(Settings.Mirrors value)
value - allowed object is
Settings.Mirrorspublic Settings.Profiles getProfiles()
Settings.Profilespublic void setProfiles(Settings.Profiles value)
value - allowed object is
Settings.Profilespublic Settings.ActiveProfiles getActiveProfiles()
Settings.ActiveProfilespublic void setActiveProfiles(Settings.ActiveProfiles value)
value - allowed object is
Settings.ActiveProfilespublic Settings.PluginGroups getPluginGroups()
Settings.PluginGroupspublic void setPluginGroups(Settings.PluginGroups value)
value - allowed object is
Settings.PluginGroupspublic Settings clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||