use of de.janrufmonitor.repository.ThunderbirdTransformer in project janrufmonitor by tbrandt77.
the class ThunderbirdCallerImporter method doImport.
public ICallerList doImport() {
ICallerList cl = PIMRuntime.getInstance().getCallerFactory().createCallerList();
;
tbt = new ThunderbirdTransformer(this.m_filename, false);
cl.add(tbt.getCallers());
return cl;
}
Aggregations