Searched defs:objects (Results 1 – 6 of 6) sorted by relevance
316 Objects objects = listOperation.execute(); in listRemoteFilesUnderFolder() local377 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
1990 List<String> objects = new ArrayList<>(); in getClassInContribJar() local2009 jarToObject.put(jar.getName(), objects); in getClassInContribJar() local
826 private List<?> cloneListTFObject(List<?> objects) throws ConfigurationException { in cloneListTFObject()