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