|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.drift.DriftDescriptor
public class DriftDescriptor
Java class for RhqDrift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RhqDrift">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="basedir">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value-context">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="pluginConfiguration"/>
<enumeration value="resourceConfiguration"/>
<enumeration value="measurementTrait"/>
<enumeration value="fileSystem"/>
</restriction>
</simpleType>
</element>
<element name="value-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="includes" type="{urn:xmlns:rhq-drift}Includes" minOccurs="0"/>
<element name="excludes" type="{urn:xmlns:rhq-drift}Excludes" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DriftDescriptor.Basedir
The root directory from which snapshots will be generated during drift monitoring. |
| Field Summary | |
|---|---|
protected DriftDescriptor.Basedir |
basedir
|
protected ExcludesDescriptor |
excludes
|
protected IncludesDescriptor |
includes
|
protected Long |
interval
|
protected String |
name
|
| Constructor Summary | |
|---|---|
DriftDescriptor()
|
|
| Method Summary | |
|---|---|
DriftDescriptor.Basedir |
getBasedir()
Gets the value of the basedir property. |
ExcludesDescriptor |
getExcludes()
Gets the value of the excludes property. |
IncludesDescriptor |
getIncludes()
Gets the value of the includes property. |
Long |
getInterval()
Gets the value of the interval property. |
String |
getName()
Gets the value of the name property. |
void |
setBasedir(DriftDescriptor.Basedir value)
Sets the value of the basedir property. |
void |
setExcludes(ExcludesDescriptor value)
Sets the value of the excludes property. |
void |
setIncludes(IncludesDescriptor value)
Sets the value of the includes property. |
void |
setInterval(Long value)
Sets the value of the interval property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DriftDescriptor.Basedir basedir
protected Long interval
protected IncludesDescriptor includes
protected ExcludesDescriptor excludes
protected String name
| Constructor Detail |
|---|
public DriftDescriptor()
| Method Detail |
|---|
public DriftDescriptor.Basedir getBasedir()
DriftDescriptor.Basedirpublic void setBasedir(DriftDescriptor.Basedir value)
value - allowed object is
DriftDescriptor.Basedirpublic Long getInterval()
Longpublic void setInterval(Long value)
value - allowed object is
Longpublic IncludesDescriptor getIncludes()
IncludesDescriptorpublic void setIncludes(IncludesDescriptor value)
value - allowed object is
IncludesDescriptorpublic ExcludesDescriptor getExcludes()
ExcludesDescriptorpublic void setExcludes(ExcludesDescriptor value)
value - allowed object is
ExcludesDescriptorpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||