Package | Description |
---|---|
org.kunlab.kpm.interfaces.resolver.result | |
org.kunlab.kpm.resolver.impl | |
org.kunlab.kpm.resolver.result | |
org.kunlab.kpm.resolver.utils |
Modifier and Type | Method and Description |
---|---|
ResolveResult.Source |
ErrorResult.getSource()
プラグインの提供元です。
|
static ResolveResult.Source |
ResolveResult.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolveResult.Source[] |
ResolveResult.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CurseBukkitSuccessResult(@NotNull CurseBukkitResolver resolver,
@NotNull String downloadUrl,
long id,
@Nullable String fileName,
@Nullable String version,
@NotNull ResolveResult.Source source,
@NotNull String slug,
@NotNull String title) |
Constructor and Description |
---|
AbstractSuccessResult(BaseResolver resolver,
@NotNull String downloadUrl,
@NotNull ResolveResult.Source source) |
AbstractSuccessResult(@NotNull BaseResolver resolver,
@NotNull String downloadUrl,
@Nullable String fileName,
@Nullable String version,
@NotNull ResolveResult.Source source) |
ErrorResultImpl(@Nullable BaseResolver resolver,
@NotNull ErrorCause cause,
@NotNull ResolveResult.Source source) |
Modifier and Type | Method and Description |
---|---|
static ErrorResult |
URLResolveUtil.processErrorResponse(URLResolver resolver,
HTTPResponse response,
ResolveResult.Source source) |
Copyright © 2023. All rights reserved.