Package org.apache.jmeter.control
Object IncludeControllerSchema.INSTANCE
-
- All Implemented Interfaces:
public class IncludeControllerSchema.INSTANCE extends IncludeControllerSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<IncludeControllerSchema>includePathprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClasspublic final static IncludeControllerSchema.INSTANCEINSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate -
Methods inherited from class org.apache.jmeter.control.IncludeControllerSchema
getIncludePath -
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-