Interface JXCSkinSource
-
- All Known Implementing Classes:
AbstractJXCSkinSource,JXCSkinClassSource,JXCSkinDirSource
public interface JXCSkinSourceInterface for providers ofJXCSkinsources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.io.InputStreamgetInputStream(@NotNull java.lang.String name)Returns anInputStreamfor a resource name.@NotNull java.lang.StringgetURI(@NotNull java.lang.String name)Returns a description of the location of a resource name.
-
-
-
Method Detail
-
getInputStream
@NotNull @NotNull java.io.InputStream getInputStream(@NotNull @NotNull java.lang.String name) throws java.io.IOExceptionReturns anInputStreamfor a resource name.- Parameters:
name- the resource name- Returns:
- the input stream for the resource
- Throws:
java.io.IOException- if the resource cannot be loaded
-
getURI
@NotNull @NotNull java.lang.String getURI(@NotNull @NotNull java.lang.String name)Returns a description of the location of a resource name.- Parameters:
name- the resource name- Returns:
- the description of the resource
-
-