public class MavenClasspathRequest extends Object implements Serializable
Java class for MavenClasspathRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MavenClasspathRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pomXmlData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="executeTimeout" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="workingDirectory" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
executeTimeout |
protected String |
pomXmlData |
protected String |
workingDirectory |
Constructor and Description |
---|
MavenClasspathRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Long |
getExecuteTimeout()
Gets the value of the executeTimeout property.
|
String |
getPomXmlData()
Gets the value of the pomXmlData property.
|
String |
getWorkingDirectory()
Gets the value of the workingDirectory property.
|
int |
hashCode() |
void |
setExecuteTimeout(Long value)
Sets the value of the executeTimeout property.
|
void |
setPomXmlData(String value)
Sets the value of the pomXmlData property.
|
void |
setWorkingDirectory(String value)
Sets the value of the workingDirectory property.
|
protected String pomXmlData
protected Long executeTimeout
protected String workingDirectory
public String getPomXmlData()
String
public void setPomXmlData(String value)
value
- allowed object is
String
public Long getExecuteTimeout()
Long
public void setExecuteTimeout(Long value)
value
- allowed object is
Long
public String getWorkingDirectory()
String
public void setWorkingDirectory(String value)
value
- allowed object is
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.