|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Profile
Modifications to the build process which is keyed on some sort of environmental parameter.
Java class for Profile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Profile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="activation" type="{http://maven.apache.org/SETTINGS/1.0.0}Activation" minOccurs="0"/>
<element name="properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="repositories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="repository" type="{http://maven.apache.org/SETTINGS/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pluginRepositories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pluginRepository" type="{http://maven.apache.org/SETTINGS/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Profile.PluginRepositories
Java class for anonymous complex type. |
static interface |
Profile.Properties
Java class for anonymous complex type. |
static interface |
Profile.Repositories
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
Activation |
getActivation()
Gets the value of the activation property. |
String |
getId()
Gets the value of the id property. |
Profile.PluginRepositories |
getPluginRepositories()
Gets the value of the pluginRepositories property. |
Profile.Properties |
getProperties()
Gets the value of the properties property. |
Profile.Repositories |
getRepositories()
Gets the value of the repositories property. |
void |
setActivation(Activation value)
Sets the value of the activation property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPluginRepositories(Profile.PluginRepositories value)
Sets the value of the pluginRepositories property. |
void |
setProperties(Profile.Properties value)
Sets the value of the properties property. |
void |
setRepositories(Profile.Repositories value)
Sets the value of the repositories property. |
| Method Detail |
|---|
Activation getActivation()
Activationvoid setActivation(Activation value)
value - allowed object is
ActivationProfile.Properties getProperties()
Profile.Propertiesvoid setProperties(Profile.Properties value)
value - allowed object is
Profile.PropertiesProfile.Repositories getRepositories()
Profile.Repositoriesvoid setRepositories(Profile.Repositories value)
value - allowed object is
Profile.RepositoriesProfile.PluginRepositories getPluginRepositories()
Profile.PluginRepositoriesvoid setPluginRepositories(Profile.PluginRepositories value)
value - allowed object is
Profile.PluginRepositoriesString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||