Package org.opennms.smoketest.stacks
Class OpenNMSProfile
- java.lang.Object
-
- org.opennms.smoketest.stacks.OpenNMSProfile
-
public class OpenNMSProfile extends Object
All the OpenNMS related settings that need to be tweaked on a per container basis.- Author:
- jwhite
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenNMSProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description static OpenNMSProfile
DEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OverlayFile>
getFiles()
boolean
isJvmDebuggingEnabled()
boolean
isKafkaProducerEnabled()
static OpenNMSProfile.Builder
newBuilder()
-
-
-
Field Detail
-
DEFAULT
public static OpenNMSProfile DEFAULT
-
-
Method Detail
-
newBuilder
public static OpenNMSProfile.Builder newBuilder()
-
isJvmDebuggingEnabled
public boolean isJvmDebuggingEnabled()
-
isKafkaProducerEnabled
public boolean isKafkaProducerEnabled()
-
getFiles
public List<OverlayFile> getFiles()
-
-