|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
4.0.0
Java class for Plugin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Plugin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extensions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="executions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="execution" type="{http://maven.apache.org/POM/4.0.0}PluginExecution" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dependencies" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="goals" 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="inherited" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" 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>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Plugin.Configuration
Java class for anonymous complex type. |
static interface |
Plugin.Dependencies
Java class for anonymous complex type. |
static interface |
Plugin.Executions
Java class for anonymous complex type. |
static interface |
Plugin.Goals
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property. |
Plugin.Configuration |
getConfiguration()
Gets the value of the configuration property. |
Plugin.Dependencies |
getDependencies()
Gets the value of the dependencies property. |
Plugin.Executions |
getExecutions()
Gets the value of the executions property. |
Plugin.Goals |
getGoals()
Gets the value of the goals property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getInherited()
Gets the value of the inherited property. |
String |
getVersion()
Gets the value of the version property. |
Boolean |
isExtensions()
Gets the value of the extensions property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setConfiguration(Plugin.Configuration value)
Sets the value of the configuration property. |
void |
setDependencies(Plugin.Dependencies value)
Sets the value of the dependencies property. |
void |
setExecutions(Plugin.Executions value)
Sets the value of the executions property. |
void |
setExtensions(Boolean value)
Sets the value of the extensions property. |
void |
setGoals(Plugin.Goals value)
Sets the value of the goals property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setInherited(String value)
Sets the value of the inherited property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Method Detail |
|---|
String getGroupId()
Stringvoid setGroupId(String value)
value - allowed object is
StringString getArtifactId()
Stringvoid setArtifactId(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringBoolean isExtensions()
Booleanvoid setExtensions(Boolean value)
value - allowed object is
BooleanPlugin.Executions getExecutions()
Plugin.Executionsvoid setExecutions(Plugin.Executions value)
value - allowed object is
Plugin.ExecutionsPlugin.Dependencies getDependencies()
Plugin.Dependenciesvoid setDependencies(Plugin.Dependencies value)
value - allowed object is
Plugin.DependenciesPlugin.Goals getGoals()
Plugin.Goalsvoid setGoals(Plugin.Goals value)
value - allowed object is
Plugin.GoalsString getInherited()
Stringvoid setInherited(String value)
value - allowed object is
StringPlugin.Configuration getConfiguration()
Plugin.Configurationvoid setConfiguration(Plugin.Configuration value)
value - allowed object is
Plugin.Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||