|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
Settings.ActiveProfiles
Java class for anonymous complex type. |
static interface |
Settings.Mirrors
Java class for anonymous complex type. |
static interface |
Settings.PluginGroups
Java class for anonymous complex type. |
static interface |
Settings.Profiles
Java class for anonymous complex type. |
static interface |
Settings.Proxies
Java class for anonymous complex type. |
static interface |
Settings.Servers
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getLocalRepository()
Stringvoid setLocalRepository(String value)
value - allowed object is
StringBoolean isInteractiveMode()
Booleanvoid setInteractiveMode(Boolean value)
value - allowed object is
BooleanBoolean isUsePluginRegistry()
Booleanvoid setUsePluginRegistry(Boolean value)
value - allowed object is
BooleanBoolean isOffline()
Booleanvoid setOffline(Boolean value)
value - allowed object is
BooleanSettings.Proxies getProxies()
Settings.Proxiesvoid setProxies(Settings.Proxies value)
value - allowed object is
Settings.ProxiesSettings.Servers getServers()
Settings.Serversvoid setServers(Settings.Servers value)
value - allowed object is
Settings.ServersSettings.Mirrors getMirrors()
Settings.Mirrorsvoid setMirrors(Settings.Mirrors value)
value - allowed object is
Settings.MirrorsSettings.Profiles getProfiles()
Settings.Profilesvoid setProfiles(Settings.Profiles value)
value - allowed object is
Settings.ProfilesSettings.ActiveProfiles getActiveProfiles()
Settings.ActiveProfilesvoid setActiveProfiles(Settings.ActiveProfiles value)
value - allowed object is
Settings.ActiveProfilesSettings.PluginGroups getPluginGroups()
Settings.PluginGroupsvoid setPluginGroups(Settings.PluginGroups value)
value - allowed object is
Settings.PluginGroups
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||