A B C D E F G H I L M N O P R S U V W 

A

AbstractRuleControlledResource - Class in org.basinmc.lavatory.rule
Provides an abstract base to resources which are included based on whether their rules (if any) match.
AbstractRuleControlledResource(Set<Rule>) - Constructor for class org.basinmc.lavatory.rule.AbstractRuleControlledResource
 
ALLOW - org.basinmc.lavatory.rule.Rule.Action
Permit inclusion
ASSET_URL_FORMAT - Static variable in class org.basinmc.lavatory.asset.AssetObject
Defines the asset object URL format which indicates where a specific asset can be downloaded.
AssetIndex - Class in org.basinmc.lavatory.asset
Represents an index of resource files.
AssetIndex(Map<String, AssetObject>) - Constructor for class org.basinmc.lavatory.asset.AssetIndex
 
AssetIndexReference - Class in org.basinmc.lavatory.asset
Represents a reference to an asset index which effectively identifies where to retrieve game assets from.
AssetIndexReference(String, String, long, URL, long) - Constructor for class org.basinmc.lavatory.asset.AssetIndexReference
 
AssetObject - Class in org.basinmc.lavatory.asset
Represents a single asset object of an arbitrary file type within an index.
AssetObject(String, long) - Constructor for class org.basinmc.lavatory.asset.AssetObject
 
AssetObject(String, long, URL) - Constructor for class org.basinmc.lavatory.asset.AssetObject
 

B

build() - Method in class org.basinmc.lavatory.ResolverContext.Builder
Constructs a new resolver context using the configuration within this builder.
builder() - Static method in interface org.basinmc.lavatory.ResolverContext
Creates a new empty resolver context factory.
byKey(String) - Static method in enum org.basinmc.lavatory.rule.feature.Feature
 
byKey(String) - Static method in enum org.basinmc.lavatory.rule.system.OperatingSystem
Retrieves an operating system based on its identification key.

C

calculatePriority() - Method in class org.basinmc.lavatory.file.LibraryReference
Calculates the priority of this reference.
CHECKSUM_ALGORITHM - Static variable in class org.basinmc.lavatory.file.Download
Defines the message digest algorithm name used to generate the checksum.
compareTo(LibraryReference) - Method in class org.basinmc.lavatory.file.LibraryReference
current() - Static method in enum org.basinmc.lavatory.rule.system.OperatingSystem
Retrieves the operating system on which the application is currently being executed (or OperatingSystem.UNKNOWN if the operating system is not detected correctly).
CUSTOM_RESOLUTION - org.basinmc.lavatory.rule.feature.Feature
 

D

DEMO_USER - org.basinmc.lavatory.rule.feature.Feature
 
deserialize(JsonParser, DeserializationContext) - Method in class org.basinmc.lavatory.rule.Rule.Deserializer
Deserializer() - Constructor for class org.basinmc.lavatory.rule.Rule.Deserializer
 
disableFeature(Feature...) - Method in class org.basinmc.lavatory.ResolverContext.Builder
Disables the specified feature(s).
DISALLOW - org.basinmc.lavatory.rule.Rule.Action
Deny inclusion
Download - Class in org.basinmc.lavatory.file
Represents a downloadable artifact which identifies its location, size and file checksum.
Download(String, long, URL) - Constructor for class org.basinmc.lavatory.file.Download
 
DownloadMap(LibraryArtifact, Map<String, LibraryArtifact>) - Constructor for class org.basinmc.lavatory.file.LibraryReference.DownloadMap
 

E

enableFeature(Feature...) - Method in class org.basinmc.lavatory.ResolverContext.Builder
Enables the specified feature(s).
equals(Object) - Method in class org.basinmc.lavatory.asset.AssetIndex
equals(Object) - Method in class org.basinmc.lavatory.asset.AssetIndexReference
equals(Object) - Method in class org.basinmc.lavatory.file.Download
equals(Object) - Method in class org.basinmc.lavatory.file.LibraryArtifact
equals(Object) - Method in class org.basinmc.lavatory.file.LibraryReference.DownloadMap
equals(Object) - Method in class org.basinmc.lavatory.file.LibraryReference
equals(Object) - Method in class org.basinmc.lavatory.file.LibraryReference.ExtractionConfiguration
equals(Object) - Method in class org.basinmc.lavatory.file.LoggerConfiguration
equals(Object) - Method in class org.basinmc.lavatory.file.LoggerConfigurationFile
equals(Object) - Method in class org.basinmc.lavatory.Manifest
equals(Object) - Method in class org.basinmc.lavatory.rule.AbstractRuleControlledResource
equals(Object) - Method in class org.basinmc.lavatory.rule.feature.FeatureCondition
equals(Object) - Method in class org.basinmc.lavatory.rule.Rule
equals(Object) - Method in class org.basinmc.lavatory.rule.system.OperatingSystemCondition
equals(Object) - Method in class org.basinmc.lavatory.version.ProgramArgument
equals(Object) - Method in class org.basinmc.lavatory.version.Version
equals(Object) - Method in class org.basinmc.lavatory.version.VersionReference
evaluate(ResolverContext) - Method in class org.basinmc.lavatory.rule.AbstractRuleControlledResource
Evaluates whether the resource is to be included in the final result.
evaluate(ResolverContext) - Method in class org.basinmc.lavatory.rule.feature.FeatureCondition
Evaluates whether a particular rule condition is met within the specified context.
evaluate(ResolverContext) - Method in class org.basinmc.lavatory.rule.Rule
Evaluates the result of this rule and thus whether or not the respective value it is attached to is to be included.
evaluate(ResolverContext) - Method in interface org.basinmc.lavatory.rule.RuleCondition
Evaluates whether a particular rule condition is met within the specified context.
evaluate(ResolverContext) - Method in interface org.basinmc.lavatory.rule.RuleControlledResource
Evaluates whether the resource is to be included in the final result.
evaluate(ResolverContext) - Method in class org.basinmc.lavatory.rule.system.OperatingSystemCondition
Evaluates whether a particular rule condition is met within the specified context.
ExtractionConfiguration(Set<String>, Set<String>) - Constructor for class org.basinmc.lavatory.file.LibraryReference.ExtractionConfiguration
 

F

Feature - Enum in org.basinmc.lavatory.rule.feature
Provides a list of features which enable special elements within the game.
FeatureCondition - Class in org.basinmc.lavatory.rule.feature
Represents a condition which evaluates whether or not a particular feature is currently enabled within the context.
FeatureCondition(Map<String, Boolean>) - Constructor for class org.basinmc.lavatory.rule.feature.FeatureCondition
 
fetch() - Method in class org.basinmc.lavatory.asset.AssetIndexReference
Fetches the full asset index from the server and parses its contents.
fetch() - Static method in class org.basinmc.lavatory.Manifest
Fetches the current version manifest from the servers.
fetch() - Method in class org.basinmc.lavatory.version.VersionReference
Retrieves the complete version document from the server.
fetch(Path) - Method in class org.basinmc.lavatory.file.Download
Downloads the file from the server and writes it to the specified target file.

G

getAction() - Method in class org.basinmc.lavatory.rule.Rule
 
getArgument() - Method in class org.basinmc.lavatory.file.LoggerConfiguration
Retrieves the argument with which this configuration is introduced to the application.
getArtifact() - Method in class org.basinmc.lavatory.file.LibraryReference.DownloadMap
Retrieves the main artifact for the parent library.
getAssetIndex() - Method in class org.basinmc.lavatory.version.Version
Retrieves the location, size, checksum and total asset size for the asset index used by this game version.
getAssets() - Method in class org.basinmc.lavatory.version.Version
Retrieves the asset revision on which the client of this game version relies upon.
getClassifiers() - Method in class org.basinmc.lavatory.file.LibraryReference.DownloadMap
Retrieves the full classifier map which maps specific library classifiers to their respective libraries.
getClientDownload() - Method in class org.basinmc.lavatory.version.Version
Retrieves the location, size and checksum for the client archive for this version.
getClientLoggerConfiguration() - Method in class org.basinmc.lavatory.version.Version
Retrieves the logger configuration for this client version.
getConditions() - Method in class org.basinmc.lavatory.rule.Rule
 
getDownloads() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves a map of downloadable artifacts.
getExcludes() - Method in class org.basinmc.lavatory.file.LibraryReference.ExtractionConfiguration
Retrieves a set of paths which are to be excluded in the extracted version of the archive.
getExtractionConfiguration() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves an extraction config which identifies whether and how the artifact is to be extracted.
getFeatureMap() - Method in class org.basinmc.lavatory.rule.feature.FeatureCondition
 
getFile() - Method in class org.basinmc.lavatory.file.LoggerConfiguration
Retrieves the logger configuration file which is to be passed.
getGameArguments() - Method in class org.basinmc.lavatory.version.Version
Retrieves a list of potential game arguments which are to be passed to the client executable when launching the game.
getId() - Method in class org.basinmc.lavatory.asset.AssetIndexReference
Retrieves a globally unique identifier for this asset index.
getId() - Method in class org.basinmc.lavatory.file.LoggerConfigurationFile
Retrieves a globally unique identifier for this configuration.
getId() - Method in class org.basinmc.lavatory.version.Version
Retrieves a globally unique identifier for this version.
getId() - Method in class org.basinmc.lavatory.version.VersionReference
 
getIncludes() - Method in class org.basinmc.lavatory.file.LibraryReference.ExtractionConfiguration
Retrieves a set of paths which are to be explicitly included in the extracted version of the archive.
getJvmArguments() - Method in class org.basinmc.lavatory.version.Version
Retrieves a list of potential JVM arguments which are to be passed to the Java executable when launching the game (only applies to the client).
getKey() - Method in enum org.basinmc.lavatory.rule.feature.Feature
 
getKey() - Method in enum org.basinmc.lavatory.rule.system.OperatingSystem
 
getLatestSnapshot() - Method in class org.basinmc.lavatory.Manifest
Retrieves an excerpt of the latest snapshot version.
getLatestStable() - Method in class org.basinmc.lavatory.Manifest
Retrieves an excerpt of the latest stable version.
getLibraries() - Method in class org.basinmc.lavatory.version.Version
Retrieves a set of libraries on which this game version relies.
getLibrary(String) - Method in class org.basinmc.lavatory.version.Version
Retrieves a specific library based on its name from within this version's dependencies.
getLinuxNativesArtifact() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves the artifact which contains the Linux natives for this particular library.
getMacNativesArtifact() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves the artifact which contains the Mac OS natives for this particular library.
getMainClass() - Method in class org.basinmc.lavatory.version.Version
Retrieves the class which contains the client's main method.
getMinimumLauncherVersion() - Method in class org.basinmc.lavatory.version.Version
Retrieves the minimum required launcher specification which is required to be supported in order to download and run this version.
getModificationTime() - Method in class org.basinmc.lavatory.version.Version
Retrieves the time at which this manifest was last modified.
getModificationTime() - Method in class org.basinmc.lavatory.version.VersionReference
 
getName() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves the identifier for this library reference (typically similarly formatted to a maven coordinate).
getObject(String) - Method in class org.basinmc.lavatory.asset.AssetIndex
Retrieves a specific object from the index.
getObjects() - Method in class org.basinmc.lavatory.asset.AssetIndex
 
getOperatingSystem() - Method in interface org.basinmc.lavatory.ResolverContext
Retrieves the operating system for which the launcher values are to be generated.
getOperatingSystemVersion() - Method in interface org.basinmc.lavatory.ResolverContext
Retrieves the operating system version number for which the launcher values are to be generated.
getPath() - Method in class org.basinmc.lavatory.file.LibraryArtifact
Retrieves a relative path to the expected library location within the launcher directory.
getReleaseTime() - Method in class org.basinmc.lavatory.version.Version
Retrieves the time at which this version has originally been released.
getReleaseTime() - Method in class org.basinmc.lavatory.version.VersionReference
 
getRules() - Method in class org.basinmc.lavatory.rule.AbstractRuleControlledResource
Retrieves the internal set of rules which apply to this particular resource.
getRules() - Method in interface org.basinmc.lavatory.rule.RuleControlledResource
Retrieves the internal set of rules which apply to this particular resource.
getServerDownload() - Method in class org.basinmc.lavatory.version.Version
Retrieves the location, size and checksum for the server archive for this version.
getSha1() - Method in class org.basinmc.lavatory.file.Download
Retrieves a sha1 checksum for the file in its valid state.
getSha1Bytes() - Method in class org.basinmc.lavatory.file.Download
Retrieves the actual decoded checksum bytes.
getSize() - Method in class org.basinmc.lavatory.file.Download
Retrieves the total file size for this download (in bytes).
getSystem() - Method in class org.basinmc.lavatory.rule.system.OperatingSystemCondition
 
getTotalSize() - Method in class org.basinmc.lavatory.asset.AssetIndexReference
Retrieves the combined size for all files within the asset index (in bytes).
getType() - Method in class org.basinmc.lavatory.file.LoggerConfiguration
Retrieves the type of log configuration.
getType() - Method in class org.basinmc.lavatory.version.Version
Retrieves the type and stability of this particular version.
getType() - Method in class org.basinmc.lavatory.version.VersionReference
 
getUrl() - Method in class org.basinmc.lavatory.file.Download
Retrieves the absolute URL from which this file may be retrieved.
getUrl() - Method in class org.basinmc.lavatory.version.VersionReference
 
getValue() - Method in class org.basinmc.lavatory.version.ProgramArgument
Retrieves a list of arguments which are included within this argument object.
getVersion() - Method in class org.basinmc.lavatory.rule.system.OperatingSystemCondition
 
getVersion(String) - Method in class org.basinmc.lavatory.Manifest
Retrieves an excerpt of a specific version (if known).
getVersions() - Method in class org.basinmc.lavatory.Manifest
Retrieves a set of available versions (and their respective excerpts).
getWindowsNativesArtifact() - Method in class org.basinmc.lavatory.file.LibraryReference
Retrieves the artifact which contains the Windows natives for this particular library.
getWindowsServerDownload() - Method in class org.basinmc.lavatory.version.Version
Retrieves the location, size and checksum for the Windows server executable for this version.

H

hashCode() - Method in class org.basinmc.lavatory.asset.AssetIndex
hashCode() - Method in class org.basinmc.lavatory.asset.AssetIndexReference
hashCode() - Method in class org.basinmc.lavatory.file.Download
hashCode() - Method in class org.basinmc.lavatory.file.LibraryArtifact
hashCode() - Method in class org.basinmc.lavatory.file.LibraryReference.DownloadMap
hashCode() - Method in class org.basinmc.lavatory.file.LibraryReference.ExtractionConfiguration
hashCode() - Method in class org.basinmc.lavatory.file.LibraryReference
hashCode() - Method in class org.basinmc.lavatory.file.LoggerConfiguration
hashCode() - Method in class org.basinmc.lavatory.file.LoggerConfigurationFile
hashCode() - Method in class org.basinmc.lavatory.Manifest
hashCode() - Method in class org.basinmc.lavatory.rule.AbstractRuleControlledResource
hashCode() - Method in class org.basinmc.lavatory.rule.feature.FeatureCondition
hashCode() - Method in class org.basinmc.lavatory.rule.Rule
hashCode() - Method in class org.basinmc.lavatory.rule.system.OperatingSystemCondition
hashCode() - Method in class org.basinmc.lavatory.version.ProgramArgument
hashCode() - Method in class org.basinmc.lavatory.version.Version
hashCode() - Method in class org.basinmc.lavatory.version.VersionReference

I

isFeatureEnabled(Feature) - Method in interface org.basinmc.lavatory.ResolverContext
Evaluates whether the specified feature is currently enabled within the context.
isOld() - Method in enum org.basinmc.lavatory.version.VersionType
Evaluates whether this particular release type is considered old.
isStable() - Method in enum org.basinmc.lavatory.version.VersionType
Evaluates whether this particular release type is considered stable (e.g.

L

LibraryArtifact - Class in org.basinmc.lavatory.file
Represents a single artifact for a specific library as well as its expected storage location.
LibraryArtifact(String, long, URL, Path) - Constructor for class org.basinmc.lavatory.file.LibraryArtifact
 
LibraryReference - Class in org.basinmc.lavatory.file
Represents a reference to a library on which a game version depends as well as all of its respective classifiers.
LibraryReference(String, LibraryArtifact, LibraryArtifact, LibraryArtifact, LibraryReference.DownloadMap, LibraryReference.ExtractionConfiguration, Set<Rule>) - Constructor for class org.basinmc.lavatory.file.LibraryReference
 
LibraryReference(String, LibraryReference.DownloadMap, Map<String, String>, LibraryReference.ExtractionConfiguration, Set<Rule>) - Constructor for class org.basinmc.lavatory.file.LibraryReference
 
LibraryReference.DownloadMap - Class in org.basinmc.lavatory.file
Provides a map of downloadable artifacts along with their classifiers.
LibraryReference.ExtractionConfiguration - Class in org.basinmc.lavatory.file
Represents an extraction configuration which identifies whether and how a library is to be extracted.
LINUX - org.basinmc.lavatory.rule.system.OperatingSystem
 
LoggerConfiguration - Class in org.basinmc.lavatory.file
Represents a special logger configuration which is passed to the program in order to customize its log output.
LoggerConfiguration(LoggerConfigurationFile, String, String) - Constructor for class org.basinmc.lavatory.file.LoggerConfiguration
 
LoggerConfigurationFile - Class in org.basinmc.lavatory.file
Represents a logger configuration which which is available as a download.
LoggerConfigurationFile(String, String, long, URL) - Constructor for class org.basinmc.lavatory.file.LoggerConfigurationFile
 

M

MAC_OS - org.basinmc.lavatory.rule.system.OperatingSystem
 
Manifest - Class in org.basinmc.lavatory
Represents a loaded version manifest which lists every available game version, their release date, modification time, type and manifest url as well as the latest available version for the two currently available release types (release and snapshot).
Manifest(Map<String, String>, Set<VersionReference>) - Constructor for class org.basinmc.lavatory.Manifest
 
Manifest(VersionReference, VersionReference, Map<String, VersionReference>) - Constructor for class org.basinmc.lavatory.Manifest
 
MANIFEST_URL - Static variable in class org.basinmc.lavatory.Manifest
Defines the default location from which this manifest can typically be retrieved.

N

negate(Rule.Action) - Static method in enum org.basinmc.lavatory.rule.Rule.Action
Retrieves the negated value of the supplied action.

O

OLD_ALPHA - org.basinmc.lavatory.version.VersionType
Alpha
OLD_BETA - org.basinmc.lavatory.version.VersionType
Beta
OperatingSystem - Enum in org.basinmc.lavatory.rule.system
Provides a list of operating systems which are officially supported and recognized (as well as a fallback value which is used when the operating system is unknown).
OperatingSystemCondition - Class in org.basinmc.lavatory.rule.system
Provides a condition which evaluates whether an operating system and its version match a predefined value.
OperatingSystemCondition(String, Pattern) - Constructor for class org.basinmc.lavatory.rule.system.OperatingSystemCondition
 
org.basinmc.lavatory - module org.basinmc.lavatory
Provides a client for the launcher metadata system.
org.basinmc.lavatory - package org.basinmc.lavatory
 
org.basinmc.lavatory.asset - package org.basinmc.lavatory.asset
 
org.basinmc.lavatory.file - package org.basinmc.lavatory.file
 
org.basinmc.lavatory.rule - package org.basinmc.lavatory.rule
 
org.basinmc.lavatory.rule.feature - package org.basinmc.lavatory.rule.feature
 
org.basinmc.lavatory.rule.system - package org.basinmc.lavatory.rule.system
 
org.basinmc.lavatory.version - package org.basinmc.lavatory.version
 

P

ProgramArgument - Class in org.basinmc.lavatory.version
Represents a command line argument which may be passed to the game based on a special set of conditions.
ProgramArgument(String) - Constructor for class org.basinmc.lavatory.version.ProgramArgument
 

R

read(InputStream) - Static method in class org.basinmc.lavatory.asset.AssetIndex
Decodes an asset index from the specified input stream.
read(InputStream) - Static method in class org.basinmc.lavatory.Manifest
Decodes a launcher version manifest from the specified input stream.
read(InputStream) - Static method in class org.basinmc.lavatory.version.Version
Decodes a version manifest from the specified input stream.
read(Reader) - Static method in class org.basinmc.lavatory.asset.AssetIndex
Decodes an asset index from the specified reader.
read(Reader) - Static method in class org.basinmc.lavatory.Manifest
Decodes a launcher version manifest from the specified reader.
read(Reader) - Static method in class org.basinmc.lavatory.version.Version
Decodes a version manifest from the specified reader.
read(Path) - Static method in class org.basinmc.lavatory.asset.AssetIndex
Decodes an asset index from the specified file.
read(Path) - Static method in class org.basinmc.lavatory.Manifest
Decodes a launcher version manifest from the specified file.
read(Path) - Static method in class org.basinmc.lavatory.version.Version
Decodes a version manifest from the specified file.
reduce(ResolverContext) - Method in interface org.basinmc.lavatory.rule.RuleControlledResourceContainer
Reduces the values within this container to the set of elements which match the specified context.
reduce(ResolverContext) - Method in class org.basinmc.lavatory.version.Version
Reduces the values within this container to the set of elements which match the specified context.
RELEASE - org.basinmc.lavatory.version.VersionType
Release
ResolverContext - Interface in org.basinmc.lavatory
Provides contextual information to rules in order to en- or disable certain values or otherwise customize values.
ResolverContext.Builder - Class in org.basinmc.lavatory
Provides a builder for arbitrary resolver context instances.
Rule - Class in org.basinmc.lavatory.rule
Represents a rule which evaluates whether or not to include a certain value within the final result based on a set of special conditions.
Rule(Rule.Action, Set<RuleCondition>) - Constructor for class org.basinmc.lavatory.rule.Rule
 
Rule.Action - Enum in org.basinmc.lavatory.rule
Provides a list of valid rule return values.
Rule.Deserializer - Class in org.basinmc.lavatory.rule
Provides a custom de-serialization implementation for rules which permits the dynamic application of various types of conditions within the object body.
RuleCondition - Interface in org.basinmc.lavatory.rule
Represents a condition which is placed on a value and decides whether or not to include the value within the actual manifest within a certain execution context.
RuleControlledResource - Interface in org.basinmc.lavatory.rule
Provides a base to resources which may be added/removed based on whether their internal set of rules is matched or not.
RuleControlledResourceContainer - Interface in org.basinmc.lavatory.rule
Provides a base to containers which wrap multiple rule controlled resources.

S

SNAPSHOT - org.basinmc.lavatory.version.VersionType
Snapshot

U

UNKNOWN - org.basinmc.lavatory.rule.system.OperatingSystem
 

V

valueOf(String) - Static method in enum org.basinmc.lavatory.rule.feature.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.basinmc.lavatory.rule.Rule.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.basinmc.lavatory.rule.system.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.basinmc.lavatory.version.VersionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.basinmc.lavatory.rule.feature.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.basinmc.lavatory.rule.Rule.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.basinmc.lavatory.rule.system.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.basinmc.lavatory.version.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Path) - Method in class org.basinmc.lavatory.file.Download
Evaluates whether a specified file matches the checksum and size of this downloadable artifact.
Version - Class in org.basinmc.lavatory.version
Represents a full set of version details which identifies all the necessary values to download and run a particular game version along with all of its dependencies and assets.
Version(String, int, VersionType, OffsetDateTime, OffsetDateTime, String, List<ProgramArgument>, List<ProgramArgument>, Download, Download, Download, String, AssetIndexReference, Set<LibraryReference>, LoggerConfiguration) - Constructor for class org.basinmc.lavatory.version.Version
 
Version(String, int, VersionType, OffsetDateTime, OffsetDateTime, String, Map<String, List<ProgramArgument>>, Map<String, Download>, String, AssetIndexReference, Set<LibraryReference>, Map<String, LoggerConfiguration>, String) - Constructor for class org.basinmc.lavatory.version.Version
 
VersionReference - Class in org.basinmc.lavatory.version
Provides an excerpt of version metadata for a specific game release.
VersionReference(String, VersionType, OffsetDateTime, OffsetDateTime, URL) - Constructor for class org.basinmc.lavatory.version.VersionReference
 
VersionType - Enum in org.basinmc.lavatory.version
Provides a list of valid release types which identify the stability and age of the release.

W

WINDOWS - org.basinmc.lavatory.rule.system.OperatingSystem
 
withDetectedOperatingSystem() - Method in class org.basinmc.lavatory.ResolverContext.Builder
Selects the detected operating system.
withDetectedOperatingSystemVersion() - Method in class org.basinmc.lavatory.ResolverContext.Builder
Selects the detected operating system version.
withOperatingSystem(OperatingSystem) - Method in class org.basinmc.lavatory.ResolverContext.Builder
Selects the specified operating system.
withOperatingSystemVersion(String) - Method in class org.basinmc.lavatory.ResolverContext.Builder
Selects the specified operating system version.
A B C D E F G H I L M N O P R S U V W 
Skip navigation links

Copyright © 2018 Basin. All rights reserved.