Uses of Enum Class
dev.archunitjava.cli.CliGraphFormat
Packages that use CliGraphFormat
-
Uses of CliGraphFormat in dev.archunitjava.cli
Subclasses with type arguments of type CliGraphFormat in dev.archunitjava.cliMethods in dev.archunitjava.cli that return CliGraphFormatModifier and TypeMethodDescriptionCliConfiguration.graphFormat()Returns the value of thegraphFormatrecord component.static CliGraphFormatReturns the enum constant of this class with the specified name.static CliGraphFormat[]CliGraphFormat.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 CliGraphFormatConstructors in dev.archunitjava.cli with parameters of type CliGraphFormatModifierConstructorDescriptionCliConfiguration(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 CliGraphFormat in dev.archunitjava.integration
Methods in dev.archunitjava.integration that return types with arguments of type CliGraphFormatModifier and TypeMethodDescriptionBuildIntegrationRequest.graphFormat()Returns the value of thegraphFormatrecord component.