public class JdrReport extends Object
JdrReportCollector
.Modifier and Type | Field and Description |
---|---|
static String |
DATA_DIR |
static String |
DEFAULT_PROPERTY_DIR |
static String |
JBOSS_HOME_DIR |
static String |
JBOSS_PROPERTY_DIR |
static String |
JDR_PROPERTIES_COMMENT |
static String |
JDR_PROPERTY_FILE_NAME |
static String |
UUID_NAME |
Constructor and Description |
---|
JdrReport() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Indicates the time the JDR report collection was complete.
|
String |
getJdrUuid() |
String |
getLocation()
Indicates the location of the generated JDR report.
|
Date |
getStartTime()
Indicates the time the JDR report collection was initiated.
|
void |
setEndTime() |
void |
setEndTime(Date time) |
void |
setJdrUuid(String jdrUuid) |
void |
setLocation(String location) |
void |
setStartTime() |
void |
setStartTime(Date time) |
public static final String JBOSS_PROPERTY_DIR
public static final String JDR_PROPERTY_FILE_NAME
public static final String UUID_NAME
public static final String JDR_PROPERTIES_COMMENT
public static final String JBOSS_HOME_DIR
public static final String DEFAULT_PROPERTY_DIR
public static final String DATA_DIR
public Date getStartTime()
public void setStartTime(Date time)
public void setStartTime()
public Date getEndTime()
public void setEndTime(Date time)
public void setEndTime()
public String getLocation()
public void setLocation(String location)
public void setJdrUuid(String jdrUuid)
public String getJdrUuid()
Copyright © 2016 JBoss by Red Hat. All rights reserved.