Crossfire JXClient, Trunk
Protected Member Functions | List of all members
com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource Class Referenceabstract
Inheritance diagram for com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource:
Collaboration graph

Protected Member Functions

void checkAccess () throws JXCSkinException
 

Additional Inherited Members

- Public Member Functions inherited from com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
InputStream getInputStream (@NotNull String name) throws IOException
 
String getURI (@NotNull String name)
 

Detailed Description

Abstract base class for JXCSkinSource implementations.

Author
Andreas Kirschbaum

Definition at line 32 of file AbstractJXCSkinSource.java.

Member Function Documentation

◆ checkAccess()

void com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource.checkAccess ( ) throws JXCSkinException
protected

Checks that the skin exists and can be accessed.

Exceptions
JXCSkinExceptionif the skin does not exist or cannot be loaded

Definition at line 38 of file AbstractJXCSkinSource.java.

References com.realtime.crossfire.jxclient.skin.source.JXCSkinSource.getInputStream(), and com.realtime.crossfire.jxclient.skin.source.JXCSkinSource.getURI().

Referenced by com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource.JXCSkinClassSource(), and com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource.JXCSkinDirSource().

Here is the call graph for this function:
Here is the caller graph for this function:

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