Uses of Class
org.wildfly.prospero.cli.ArgumentParsingException
Packages that use ArgumentParsingException
Package
Description
-
Uses of ArgumentParsingException in org.wildfly.prospero.cli
Methods in org.wildfly.prospero.cli that return ArgumentParsingExceptionModifier and TypeMethodDescriptiondefault ArgumentParsingExceptionCliMessages.channelsMandatoryWhenCustomFpl(String knownCombintaions) default ArgumentParsingExceptionCliMessages.featurePackNameNotMavenCoordinate()default ArgumentParsingExceptionCliMessages.invalidInstallationDir(Path path) default ArgumentParsingExceptionCliMessages.invalidInstallationDirMaybeUseDirOption(Path path) default ArgumentParsingExceptionCliMessages.invalidRepositoryDefinition(String repoKey) default ArgumentParsingExceptionCliMessages.missingRequiresResource(String resource) default ArgumentParsingExceptionCliMessages.repositoryIsNotDirectory(Path repo) default ArgumentParsingExceptionCliMessages.unableToLocateProsperoInstallation()default ArgumentParsingExceptionCliMessages.unableToParseSelfUpdateData(Exception e) default ArgumentParsingExceptionCliMessages.unexpectedPackageInSelfUpdate(String path) default ArgumentParsingExceptionCliMessages.unknownInstallationProfile(String profileName, String candidates) Methods in org.wildfly.prospero.cli that throw ArgumentParsingException -
Uses of ArgumentParsingException in org.wildfly.prospero.cli.commands
Methods in org.wildfly.prospero.cli.commands that throw ArgumentParsingExceptionModifier and TypeMethodDescriptionprotected ProvisioningDefinitionAbstractInstallCommand.buildDefinition()static PathUpdateCommand.detectProsperoInstallationPath()protected static PathAbstractCommand.determineInstallationDirectory(Optional<Path> directoryOption) protected MavenOptionsAbstractInstallCommand.getMavenOptions()protected MavenOptionsAbstractMavenCommand.parseMavenOptions()protected List<org.wildfly.channel.Channel>AbstractInstallCommand.resolveChannels(ProvisioningDefinition provisioningDefinition, MavenOptions mavenOptions) static voidUpdateCommand.verifyInstallationContainsOnlyProspero(Path dir) -
Uses of ArgumentParsingException in org.wildfly.prospero.cli.commands.options
Methods in org.wildfly.prospero.cli.commands.options that throw ArgumentParsingException