interface to the aapt long running process.
Modifiers | Name | Description |
---|---|---|
static class |
AaptProcess.Builder |
Type | Name and description |
---|---|
void |
crunch(File in, File out, Job<AaptProcess> job) Notifies the slave process of a new crunching request, do not block on completion, the notification will be issued through the job parameter's Job.finished or Job.error functions. |
void |
shutdown() Shutdowns the slave process and release all resources. |
String |
toString() |
Notifies the slave process of a new crunching request, do not block on completion, the notification will be issued through the job parameter's Job.finished or Job.error functions.
in
- the source file to crunchout
- where to place the crunched filejob
- the job to notify when the crunching is finished successfully or not.Shutdowns the slave process and release all resources.