Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.resource.Resource Class Reference

List of all members.

Detailed Description

Experimental technique for making resource loading robust to obfuscators (proguard), which renames classes and moves them to new packages, thus breaking their ability to load resources expected to be in the same package. Making the class Serializable stops this, but resource packages still require special handling in build files, etc.
Author:
bcox

Definition at line 17 of file Resource.java.

Static Public Member Functions

URL getURL (String name)

Static Package Attributes

final Logger logger = Logger.getLogger(Resource .class.getName())


The documentation for this class was generated from the following file: