Searched refs:mJavaProperties (Results 1 – 2 of 2) sorted by relevance
42 final Map<String, String> mJavaProperties = new HashMap<>(); field in TestEnvironment185 mJavaProperties.put(name, value); in addJavaProperty()194 return Collections.unmodifiableMap(mJavaProperties); in getJavaProperties()302 obj.mJavaProperties.putAll(loadKeyValuePairs(javaProperties)); in fromJson()
101 private Map<String, String> mJavaProperties = new LinkedHashMap<>(); field in ClusterCommandLauncher365 for (final Entry<String, String> entry : mJavaProperties.entrySet()) { in buildJavaCommandArgs()485 return mJavaProperties; in getJavaProperties()