Searched refs:objType (Results 1 – 2 of 2) sorted by relevance
223 for (String objType : CONFIG_OBJ_TO_CLONE) { in cloneConfigObject()225 objType, deepCopy.getConfigurationObjectList(objType)); in cloneConfigObject()
212 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() argument214 String content = String.format(TEST_CONFIG, objType, obj.getClass().getCanonicalName()); in createTmpConfig()