egonw / bacting

Bacting is an open-source platform for chemo- and bioinformatics based on Bioclipse that defines a number of common domain objects and wraps common functionality, providing a toolkit independent, scriptable solution to handle data from the life sciences.
Other
14 stars 5 forks source link

port xml.validate(IFile file, IProgressMonitor monitor) #65

Closed egonw closed 5 months ago

egonw commented 3 years ago

This issue is specifically about porting a single Bioclipse methods to the XMLManager of Bacting. The goal is that the API (manager method) call is identical in Bacting as it is in Bioclipse 2.6.2.

This issue is about porting xml.validate(IFile file, IProgressMonitor monitor). In Bacting, the manager method signature should therefore be xml.validate(String file) where the String value is the Bioclipse Project filename, like /SomeProject/someFile.txt.

This issue provides some pointers to get your going:

egonw commented 5 months ago

Implemented in 1.0.0.