@Configuration
public class BeanConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
BeanConfiguration(ApplicationProperties applicationProperties) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
fabricInstallerManifest()
Bean for the location of the Fabric installer version manifest-file.
|
java.io.File |
fabricManifest()
Bean for the location of the Fabric version manifest-file.
|
java.io.File |
forgeManifest()
Bean for the location of the Forge version manifest-file.
|
java.io.File |
minecraftManifest()
Bean for the location of the Minecraft version manifest-file.
|
java.io.File |
quiltInstallerManifest()
Bean for the location of the Quilt installer version manifest-file.
|
java.io.File |
quiltManifest()
Bean for the location of the Quilt version manifest-file.
|
@Autowired public BeanConfiguration(ApplicationProperties applicationProperties)
@Bean public java.io.File minecraftManifest()
File@Bean public java.io.File forgeManifest()
File@Bean public java.io.File fabricManifest()
File@Bean public java.io.File fabricInstallerManifest()
File@Bean public java.io.File quiltManifest()
File@Bean public java.io.File quiltInstallerManifest()
File