Package arc.packer

Class FileProcessor

java.lang.Object
arc.packer.FileProcessor
Direct Known Subclasses:
TexturePackerFileProcessor

public class FileProcessor extends Object
Collects files recursively, filtering by file name. Callbacks are provided to process files and the results are collected, either processFile(Entry) or processDir(Entry, Seq) can be overridden, or both. The entries provided to the callbacks have the original file, the output directory, and the output file. If setFlattenOutput(boolean) is false, the output will match the directory structure of the input.