com.triangularpixels.rebirth.resources
Class ResourceParser
java.lang.Object
com.triangularpixels.rebirth.resources.ResourceParser
public class ResourceParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceParser
public ResourceParser(ResourceIO resourceIO,
FileMonitor monitor,
boolean isRestrictiveMode)
registerDecoder
public void registerDecoder(Class<?> decoder)
registerDecoder
public void registerDecoder(Object decoder)
hasDecoder
public boolean hasDecoder(Class<?> outputClass)
registerParser
public void registerParser(String tagName,
Class<? extends Resource> parser)
parse
public void parse(String resourcePath,
ResourceList resourceList)
Copyright © 2009 TriangularPixels.com. All Rights Reserved.