Split command reader into separate commands.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 6 Sep 2013 23:29:51 +0000 (01:29 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 6 Sep 2013 23:36:04 +0000 (01:36 +0200)
commit1ca482cdf4956eb7dcdcfd75c4d0412cf0261fdf
tree2fa472ba50dcfe896db3d2ba56dd88d793bd081a
parente00122b2d96bd8f12daef3819d9b8888b6aa8d4c
Split command reader into separate commands.
src/main/java/net/pterodactylus/xdcc/ui/stdin/AbortDownloadCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/Command.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/CommandReader.java
src/main/java/net/pterodactylus/xdcc/ui/stdin/DisconnectCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/DownloadCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/ListConnectionsCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/ListDownloadsCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/Result.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/SearchCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/State.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/ui/stdin/StatsCommand.java [new file with mode: 0644]