public interface JXCSkinSource
Interface for providers of JXCSkin sources.
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream(java.lang.String name)
Returns an InputStream for a resource name. |
java.lang.String |
getURI(java.lang.String name)
Returns a description of the location of a resource name. |
| Method Detail |
|---|
@NotNull
java.io.InputStream getInputStream(@NotNull
java.lang.String name)
throws java.io.IOException
InputStream for a resource name.
name - the resource name
java.io.IOException - if the resource cannot be loaded
@NotNull
java.lang.String getURI(@NotNull
java.lang.String name)
name - the resource name