Uses of Enum Class
dev.archunitjava.cli.CliResultFormat
Packages that use CliResultFormat
-
Uses of CliResultFormat in dev.archunitjava.cli
Subclasses with type arguments of type CliResultFormat in dev.archunitjava.cliMethods in dev.archunitjava.cli that return CliResultFormatModifier and TypeMethodDescriptionCliConfiguration.resultFormat()Returns the value of theresultFormatrecord component.static CliResultFormatReturns the enum constant of this class with the specified name.static CliResultFormat[]CliResultFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.cli with parameters of type CliResultFormatConstructors in dev.archunitjava.cli with parameters of type CliResultFormatModifierConstructorDescriptionCliConfiguration(Path approvedRoot, Path source, List<Path> inputs, List<CliRuleConfiguration> rules, CheckOptions checkOptions, CliResultFormat resultFormat, CliGraphFormat graphFormat, CliGraphDomain graphDomain) Creates an instance of aCliConfigurationrecord class. -
Uses of CliResultFormat in dev.archunitjava.integration
Methods in dev.archunitjava.integration that return types with arguments of type CliResultFormatModifier and TypeMethodDescriptionBuildIntegrationRequest.resultFormat()Returns the value of theresultFormatrecord component.Method parameters in dev.archunitjava.integration with type arguments of type CliResultFormatModifier and TypeMethodDescriptionGradleBuildIntegration.check(Path projectRoot, Path configuration, Collection<Path> sourceSetOutputDirectories, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat, Appendable standardOut, Appendable standardError) MavenBuildIntegration.verify(Path reactorRoot, Path configuration, Collection<Path> moduleOutputDirectories, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat, Appendable standardOut, Appendable standardError) Constructor parameters in dev.archunitjava.integration with type arguments of type CliResultFormatModifierConstructorDescriptionBuildIntegrationRequest(BuildTool tool, String lifecycle, Path approvedRoot, Path configuration, List<Path> compiledOutputs, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat) Creates an instance of aBuildIntegrationRequestrecord class.