public class Daemon extends Object
<daemon> tag used to configure the plugin in
the pom.xml file.| Constructor and Description |
|---|
Daemon()
Constructs a daemon configuration with default settings.
|
Daemon(Map<String,String> properties)
Constructs a daemon configuration with properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClasspaths() |
Map<String,String> |
getProperties() |
String |
getProperty(String name) |
void |
setClasspaths(List<String> classpaths) |
void |
setProperties(Map<String,String> properties) |
public void setProperties(Map<String,String> properties)
properties - The daemon properties to set.public List<String> getClasspaths()
public void setClasspaths(List<String> classpaths)
classpaths - The additional classpath entries for a container.Copyright © 2004–2018 Github. All rights reserved.