Class ExportSubscriptionsPresenter
java.lang.Object
org.strassburger.subscriptionmanager.presenter.subscriptions.ExportSubscriptionsPresenter
-
Constructor Summary
ConstructorsConstructorDescriptionExportSubscriptionsPresenter(ExportSubscriptionsView view, DatabaseManager dbManager, Profile profile) -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()Exports all subscriptions of the current profile to a CSV file in the working directory.
-
Constructor Details
-
ExportSubscriptionsPresenter
public ExportSubscriptionsPresenter(ExportSubscriptionsView view, DatabaseManager dbManager, Profile profile)
-
-
Method Details
-
start
public void start()Exports all subscriptions of the current profile to a CSV file in the working directory.
-