Searched defs:objects (Results 1 – 6 of 6) sorted by relevance
193 Objects objects = listOperation.execute(); in listRemoteFilesUnderFolder() local252 Objects objects = in isRemoteFolder() local
67 @get:Inject abstract val objects: ObjectFactory constant
173 private val objects: ObjectFactory, constant in NdkPortsPlugin
166 Objects objects = listOperation.execute(); in tearDown() local
2005 List<String> objects = new ArrayList<>(); in getClassInContribJar() local2024 jarToObject.put(jar.getName(), objects); in getClassInContribJar() local
827 private List<?> cloneListTFObject(List<?> objects) throws ConfigurationException { in cloneListTFObject()