Uses of Class
org.wildfly.prospero.api.MavenOptions
-
Packages that use MavenOptions Package Description org.wildfly.prospero.actions org.wildfly.prospero.api org.wildfly.prospero.model org.wildfly.prospero.wfchannel -
-
Uses of MavenOptions in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions with parameters of type MavenOptions Modifier and Type Method Description voidInstallationHistoryAction. 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 MavenOptions Constructor Description FeaturesAddAction(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)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 MavenOptions Modifier and Type Field Description static MavenOptionsMavenOptions. DEFAULT_OPTIONSstatic MavenOptionsMavenOptions. OFFLINEstatic MavenOptionsMavenOptions. OFFLINE_NO_CACHEMethods in org.wildfly.prospero.api that return MavenOptions Modifier and Type Method Description MavenOptionsMavenOptions.Builder. build()MavenOptionsMavenOptions. merge(MavenOptions override)static MavenOptionsMavenOptions. read(Path target)Methods in org.wildfly.prospero.api with parameters of type MavenOptions Modifier and Type Method Description MavenOptionsMavenOptions. merge(MavenOptions override) -
Uses of MavenOptions in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that return MavenOptions Modifier and Type Method Description MavenOptionsProsperoConfig. getMavenOptions()Constructors in org.wildfly.prospero.model with parameters of type MavenOptions Constructor Description ProsperoConfig(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 Constructor Description MavenSessionManager(MavenOptions mavenOptions)
-