public class BshAccountMigrator extends AbstractAccountMigrator implements AccountMigrator
Constructor and Description |
---|
BshAccountMigrator()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
void |
migrate(de.willuhn.jameica.plugin.Plugin plugin)
Started die eigentliche Migration.
|
void |
update(de.willuhn.jameica.hbci.rmi.Konto account)
Started die eigentliche Migration.
|
uninstallPlugin
public void migrate(de.willuhn.jameica.plugin.Plugin plugin) throws de.willuhn.util.ApplicationException
AccountMigrator
migrate
in interface AccountMigrator
migrate
in class AbstractAccountMigrator
plugin
- das zu überprüfende Pluginde.willuhn.util.ApplicationException
AccountMigrator.migrate(Plugin)
public void update(de.willuhn.jameica.hbci.rmi.Konto account) throws de.willuhn.util.ApplicationException
AccountMigrator
update
in interface AccountMigrator
update
in class AbstractAccountMigrator
de.willuhn.util.ApplicationException
AbstractAccountMigrator.update(de.willuhn.jameica.hbci.rmi.Konto)