public interface ResolverContext
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ResolverContext.Builder |
Provides a builder for arbitrary resolver context instances.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ResolverContext.Builder |
builder() |
Creates a new empty resolver context factory.
|
OperatingSystem |
getOperatingSystem() |
Retrieves the operating system for which the launcher values are to be generated.
|
String |
getOperatingSystemVersion() |
Retrieves the operating system version number for which the launcher values are to be
generated.
|
boolean |
isFeatureEnabled(Feature feature) |
Evaluates whether the specified feature is currently enabled within the context.
|
@NonNull static ResolverContext.Builder builder()
@NonNull OperatingSystem getOperatingSystem()
@NonNull String getOperatingSystemVersion()
boolean isFeatureEnabled(@NonNull
Feature feature)
feature - a feature.Copyright © 2018 Basin. All rights reserved.