Class JmeterEnvironment
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
-
public class JmeterEnvironment extends Object
Allows configuring a local JMeter environment required for getting resource messages, running test plans, saving test plans, etc.- Since:
- 0.29
-
-
Constructor Summary
Constructors Constructor Description JmeterEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitLocale()org.apache.jorphan.collections.HashTreeloadTree(File file)voidsaveTree(org.apache.jorphan.collections.HashTree tree, FileOutputStream output)voidupdateSearchPath(org.apache.jorphan.collections.HashTree tree)
-
-
-
Constructor Detail
-
JmeterEnvironment
public JmeterEnvironment() throws IOException- Throws:
IOException
-
-
Method Detail
-
updateSearchPath
public void updateSearchPath(org.apache.jorphan.collections.HashTree tree)
-
saveTree
public void saveTree(org.apache.jorphan.collections.HashTree tree, FileOutputStream output) throws IOException- Throws:
IOException
-
loadTree
public org.apache.jorphan.collections.HashTree loadTree(File file) throws IOException
- Throws:
IOException
-
initLocale
public void initLocale()
-
-