Class Ruleset
java.lang.Object
de.codesourcery.versiontracker.xsd.Ruleset
Describes a set of rules for how versions of artifacts should be handled.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ignoreVersions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ignoreVersion" type="{http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0}IgnoreVersion" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="rules" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule" type="{http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0}Rule" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="comparisonMethod" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Ruleset.IgnoreVersionsprotected Ruleset.Rules -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comparisonMethod property.Gets the value of the ignoreVersions property.getRules()Gets the value of the rules property.voidsetComparisonMethod(String value) Sets the value of the comparisonMethod property.voidSets the value of the ignoreVersions property.voidsetRules(Ruleset.Rules value) Sets the value of the rules property.
-
Field Details
-
ignoreVersions
-
rules
-
comparisonMethod
-
-
Constructor Details
-
Ruleset
public Ruleset()
-
-
Method Details
-
getIgnoreVersions
Gets the value of the ignoreVersions property.- Returns:
- possible object is
Ruleset.IgnoreVersions
-
setIgnoreVersions
Sets the value of the ignoreVersions property.- Parameters:
value- allowed object isRuleset.IgnoreVersions
-
getRules
Gets the value of the rules property.- Returns:
- possible object is
Ruleset.Rules
-
setRules
Sets the value of the rules property.- Parameters:
value- allowed object isRuleset.Rules
-
getComparisonMethod
Gets the value of the comparisonMethod property.- Returns:
- possible object is
String
-
setComparisonMethod
Sets the value of the comparisonMethod property.- Parameters:
value- allowed object isString
-