public enum JMeterPropertiesFiles extends Enum<JMeterPropertiesFiles>
| Enum Constant and Description |
|---|
GLOBAL_PROPERTIES |
JMETER_PROPERTIES |
SAVE_SERVICE_PROPERTIES |
SYSTEM_PROPERTIES |
UPGRADE_PROPERTIES |
USER_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createFileIfItDoesNotExist() |
String |
getPropertiesFileName() |
static JMeterPropertiesFiles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMeterPropertiesFiles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMeterPropertiesFiles JMETER_PROPERTIES
public static final JMeterPropertiesFiles SAVE_SERVICE_PROPERTIES
public static final JMeterPropertiesFiles UPGRADE_PROPERTIES
public static final JMeterPropertiesFiles SYSTEM_PROPERTIES
public static final JMeterPropertiesFiles USER_PROPERTIES
public static final JMeterPropertiesFiles GLOBAL_PROPERTIES
public static JMeterPropertiesFiles[] values()
for (JMeterPropertiesFiles c : JMeterPropertiesFiles.values()) System.out.println(c);
public static JMeterPropertiesFiles valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getPropertiesFileName()
public boolean createFileIfItDoesNotExist()
Copyright © 2014. All Rights Reserved.