274 def supportsLocalFileAccess(self): |
274 def supportsLocalFileAccess(self): |
275 """ |
275 """ |
276 Public method to indicate file access via a local directory. |
276 Public method to indicate file access via a local directory. |
277 |
277 |
278 @return flag indicating file access via local directory |
278 @return flag indicating file access via local directory |
279 @type bool |
279 @rtype bool |
280 """ |
280 """ |
281 return False # default |
281 return False # default |
282 |
282 |
283 def getWorkspace(self): |
283 def getWorkspace(self): |
284 """ |
284 """ |