com.threerings.media.tile.bundle.tools
Class DirectoryTileSetBundler
java.lang.Object
com.threerings.media.tile.bundle.tools.TileSetBundler
com.threerings.media.tile.bundle.tools.DirectoryTileSetBundler
public class DirectoryTileSetBundler
- extends TileSetBundler
DirectoryTileSetBundler
public DirectoryTileSetBundler(File configFile)
throws IOException
- Throws:
IOException
DirectoryTileSetBundler
public DirectoryTileSetBundler(String configPath)
throws IOException
- Throws:
IOException
createBundle
public boolean createBundle(File target,
TileSetBundle bundle,
ImageProvider improv,
String imageBase,
long newestMod)
throws IOException
- Description copied from class:
TileSetBundler
- Finish the creation of a tileset bundle jar file.
- Overrides:
createBundle in class TileSetBundler
- Parameters:
target - the tileset bundle file that will be created.bundle - contains the tilesets we'd like to save out to the bundle.improv - the image provider.imageBase - the base directory for getting images for nonnewestMod - the most recent modification to any part of the bundle. By default we
ignore this since we normally duck out if we're up to date.
ObjectTileSet tilesets.
- Throws:
IOException
Copyright © 2011. All Rights Reserved.