Class AbstractJXCSkinSource
java.lang.Object
com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
- All Implemented Interfaces:
JXCSkinSource
- Direct Known Subclasses:
JXCSkinClassSource,JXCSkinDirSource
Abstract base class for
JXCSkinSource implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidChecks that the skin exists and can be accessed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
getInputStream, getURI
-
Constructor Details
-
AbstractJXCSkinSource
public AbstractJXCSkinSource()
-
-
Method Details
-
checkAccess
Checks that the skin exists and can be accessed.- Throws:
JXCSkinException- if the skin does not exist or cannot be loaded
-