Class ScriptResource

All Implemented Interfaces:
Comparable<ScriptResource>

public class ScriptResource extends BaseScriptResource<ScriptResource> implements Comparable<ScriptResource>

This class implements the Comparable interface, however the natural ordering provided here is not consistent with equals, therefore this class should not be used as a key in a TreeMap for instance.

Author:
Julien Viet