Uses of Interface
org.wildfly.prospero.api.Console
-
Packages that use Console Package Description org.wildfly.prospero.actions org.wildfly.prospero.galleon -
-
Uses of Console in org.wildfly.prospero.actions
Constructors in org.wildfly.prospero.actions with parameters of type Console Constructor Description FeaturesAddAction(MavenOptions mavenOptions, Path installDir, List<org.wildfly.channel.Repository> repositories, Console console)InstallationHistoryAction(Path installation, Console console)InstallationRestoreAction(Path installDir, MavenOptions mavenOptions, Console console)PromoteArtifactBundleAction(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 Console in org.wildfly.prospero.galleon
Methods in org.wildfly.prospero.galleon with parameters of type Console Modifier and Type Method Description GalleonEnvironment.BuilderGalleonEnvironment.Builder. setConsole(Console console)Constructors in org.wildfly.prospero.galleon with parameters of type Console Constructor Description GalleonCallbackAdapter(Console console, String id)
-