Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Xdrive refactoring completed

Hi,
I have now completed refactoring of the org.eclipse.spaces.xdrive component. All dependencies to the eclipse runtime have been removed to make it easier to port it to small devices.
 
It still makes use of a progress monitor, but instead of passing an IProgressMonitor, and instance of IXdriveProgressMonitor should be used.
There is also a XdriveNullProgressMonitor that can be used by a client when not running in an Eclipse environment.
 
The org.eclipse.spaces.filesystem.xdrive adapts between the non eclipse environment assumed in org.eclipse.spaces.xdrive and eclipse.
 
Regards
- henrik

Back to the top