public interface ResourceEntry
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getName()
名前取得
|
@NotNull java.lang.String |
getScheme() |
boolean |
isDirectory()
ディレクトリかどうか取得
|
default boolean |
isInJar()
Jarファイル内のリソースかどうか
|
java.io.InputStream |
openInputStream()
リソースのストリームを取得
|
@NotNull @NotNull java.lang.String getName()
default boolean isInJar()
@NotNull @NotNull java.lang.String getScheme()
boolean isDirectory()
java.io.InputStream openInputStream()
throws java.io.IOException
java.io.IOException