public class Application extends Object
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">
<sequence>
<element ref="{}paths"/>
<element ref="{}cleanerTask"/>
<element ref="{}memoryMonitor"/>
<element ref="{}gui" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CleanerTask |
cleanerTask |
protected Gui |
gui |
protected MemoryMonitor |
memoryMonitor |
protected Paths |
paths |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
CleanerTask |
getCleanerTask()
Gets the value of the cleanerTask property.
|
Gui |
getGui()
Gets the value of the gui property.
|
MemoryMonitor |
getMemoryMonitor()
Gets the value of the memoryMonitor property.
|
Paths |
getPaths()
Gets the value of the paths property.
|
void |
setCleanerTask(CleanerTask value)
Sets the value of the cleanerTask property.
|
void |
setGui(Gui value)
Sets the value of the gui property.
|
void |
setMemoryMonitor(MemoryMonitor value)
Sets the value of the memoryMonitor property.
|
void |
setPaths(Paths value)
Sets the value of the paths property.
|
protected Paths paths
protected CleanerTask cleanerTask
protected MemoryMonitor memoryMonitor
protected Gui gui
public Paths getPaths()
Pathspublic void setPaths(Paths value)
value - allowed object is
Pathspublic CleanerTask getCleanerTask()
CleanerTaskpublic void setCleanerTask(CleanerTask value)
value - allowed object is
CleanerTaskpublic MemoryMonitor getMemoryMonitor()
MemoryMonitorpublic void setMemoryMonitor(MemoryMonitor value)
value - allowed object is
MemoryMonitorCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.