Uses of Class
org.wildfly.prospero.cli.ArgumentParsingException
-
Packages that use ArgumentParsingException Package Description org.wildfly.prospero.cli org.wildfly.prospero.cli.commands org.wildfly.prospero.cli.commands.options -
-
Uses of ArgumentParsingException in org.wildfly.prospero.cli
Methods in org.wildfly.prospero.cli that return ArgumentParsingException Modifier and Type Method Description default ArgumentParsingExceptionCliMessages. channelsMandatoryWhenCustomFpl(String knownCombintaions)default ArgumentParsingExceptionCliMessages. invalidInstallationDir(Path path)default ArgumentParsingExceptionCliMessages. invalidInstallationDirMaybeUseDirOption(Path path)default ArgumentParsingExceptionCliMessages. invalidRepositoryDefinition(String repoKey)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 Modifier and Type Method Description static List<org.wildfly.channel.Repository>RepositoryDefinition. from(List<String> repos) -
Uses of ArgumentParsingException in org.wildfly.prospero.cli.commands
Methods in org.wildfly.prospero.cli.commands that throw ArgumentParsingException Modifier and Type Method Description protected 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 Modifier and Type Method Description MavenOptions.BuilderLocalRepoOptions. toOptions()
-