public class OutputFileImpl extends Object
Implementation of the com.android.build.OutputFile interface for the model.
Constructor and description |
---|
OutputFileImpl
(Collection<com.android.build.FilterData> filters, String type, File file) |
Type | Name and description |
---|---|
Collection<String> |
getFilterTypes() |
Collection<com.android.build.FilterData> |
getFilters() |
File |
getOutputFile() |
String |
getOutputType() |