Skip to content

Using the Library

Chuck May edited this page Mar 20, 2015 · 10 revisions

Everything starts with getting an instance of the Staging object. There are DataProvider objects for each staging algorithm and version. The Staging object is thread safe and cached so subsequent calls to Staging.getInstance() will return the same object.

For example, to get an instance of the Collaborative Staging algorithm

Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));

Clone this wiki locally