OSDN Git Service

New compress command
authorjruesga <jorge@ruesga.com>
Tue, 16 Oct 2012 23:26:36 +0000 (01:26 +0200)
committerjruesga <jorge@ruesga.com>
Tue, 16 Oct 2012 23:26:36 +0000 (01:26 +0200)
commit28a7986f658969212be42a5e62bf54ee49127548
treedd75c682c63ca6f8194968c2b70d50f833c6f622
parentbd2dc0cb3901b535779da5d8aa802f91f2b418dd
New compress command

archive: tar
compress: gz, bz2
archive+compress: tgz, tar.gz, tar.bz2
res/xml/command_list.xml
src/com/cyanogenmod/explorer/commands/CompressExecutable.java [new file with mode: 0644]
src/com/cyanogenmod/explorer/commands/ExecutableCreator.java
src/com/cyanogenmod/explorer/commands/shell/Command.java
src/com/cyanogenmod/explorer/commands/shell/CompressCommand.java [new file with mode: 0644]
src/com/cyanogenmod/explorer/commands/shell/ShellExecutableCreator.java
src/com/cyanogenmod/explorer/util/CommandHelper.java
tests/src/com/cyanogenmod/explorer/commands/shell/CompressCommandTest.java [new file with mode: 0644]