Uses of Class
org.wildfly.prospero.api.MavenOptions
Packages that use MavenOptions
Package
Description
-
Uses of MavenOptions in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions with parameters of type MavenOptionsModifier and TypeMethodDescriptionvoidInstallationHistoryAction.prepareRevert(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories, Path targetDir) voidInstallationHistoryAction.rollback(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories) Constructors in org.wildfly.prospero.actions with parameters of type MavenOptionsModifierConstructorDescriptionFeaturesAddAction(MavenOptions mavenOptions, Path installDir, List<org.wildfly.channel.Repository> repositories, Console console) InstallationRestoreAction(Path installDir, MavenOptions mavenOptions, Console console) ProvisioningAction(Path installDir, MavenOptions mvnOptions, Console console) SubscribeNewServerAction(MavenOptions mvnOptions, Console console) UpdateAction(Path installDir, MavenOptions mavenOptions, Console console, List<org.wildfly.channel.Repository> overrideRepositories) -
Uses of MavenOptions in org.wildfly.prospero.api
Fields in org.wildfly.prospero.api declared as MavenOptionsModifier and TypeFieldDescriptionstatic final MavenOptionsMavenOptions.DEFAULT_OPTIONSstatic final MavenOptionsMavenOptions.OFFLINEstatic final MavenOptionsMavenOptions.OFFLINE_NO_CACHEMethods in org.wildfly.prospero.api that return MavenOptionsModifier and TypeMethodDescriptionMavenOptions.Builder.build()MavenOptions.merge(MavenOptions override) static MavenOptionsMethods in org.wildfly.prospero.api with parameters of type MavenOptions -
Uses of MavenOptions in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that return MavenOptionsConstructors in org.wildfly.prospero.model with parameters of type MavenOptionsModifierConstructorDescriptionProsperoConfig(List<org.wildfly.channel.Channel> channels, MavenOptions mavenOptions) -
Uses of MavenOptions in org.wildfly.prospero.wfchannel
Constructors in org.wildfly.prospero.wfchannel with parameters of type MavenOptions