public static interface ExternalInstanceParser.InstanceProvider
| Modifier and Type | Method and Description |
|---|---|
TreeElement |
get(@NotNull String instanceId,
@NotNull String instanceSrc) |
default TreeElement |
get(@NotNull String instanceId,
@NotNull String instanceSrc,
boolean partial) |
boolean |
isSupported(@NotNull String instanceId,
@NotNull String instanceSrc) |
TreeElement get(@NotNull @NotNull String instanceId, @NotNull @NotNull String instanceSrc) throws IOException
IOExceptiondefault TreeElement get(@NotNull @NotNull String instanceId, @NotNull @NotNull String instanceSrc, boolean partial) throws IOException
IOExceptionCopyright © 2025. All rights reserved.