]> gitweb.fperrin.net Git - DictionaryPC.git/commit
Add Runner class to allow to run all of the programs.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 21 Apr 2020 20:39:52 +0000 (22:39 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 21 Apr 2020 20:39:52 +0000 (22:39 +0200)
commit24c79ea5273808c77d551b3af767ddadd51ca180
tree7506b29a455268e8bcf0120191e609c1fa08b28f
parent7265bb45fda4f1ad42c0c1fd1bd2faa7af9fd4f7
Add Runner class to allow to run all of the programs.

Thus allows to provide a single runnable jar or even
native-image to provide all functionality.
src/com/hughes/android/dictionary/engine/Runner.java [new file with mode: 0644]