|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.cast.bundle.tools.ComponentBundlerUtil
public class ComponentBundlerUtil
Utilities needed when building component bundles.
| Nested Class Summary | |
|---|---|
static class |
ComponentBundlerUtil.ActionMap
Used when parsing action tilesets. |
| Constructor Summary | |
|---|---|
ComponentBundlerUtil()
|
|
| Method Summary | |
|---|---|
protected static void |
addTileSetRuleSet(org.apache.commons.digester.Digester digester,
TileSetRuleSet ruleSet)
Configures ruleSet and hooks it into digester. |
static Map<String,TileSet> |
parseActionTileSets(File file)
Parses the action tileset definitions in the supplied file and puts them into a hash map, keyed on action name. |
static Map<String,TileSet> |
parseActionTileSets(InputStream in)
Parses the action tileset definitions in the supplied input stream, and puts them into a hash map, keyed on action name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentBundlerUtil()
| Method Detail |
|---|
public static Map<String,TileSet> parseActionTileSets(File file)
throws IOException,
SAXException
IOException
SAXException
public static Map<String,TileSet> parseActionTileSets(InputStream in)
throws IOException,
SAXException
IOException
SAXException
protected static void addTileSetRuleSet(org.apache.commons.digester.Digester digester,
TileSetRuleSet ruleSet)
ruleSet and hooks it into digester.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||