Uses of Class
dev.archunitjava.presets.ArchitecturePreset
Packages that use ArchitecturePreset
-
Uses of ArchitecturePreset in dev.archunitjava.presets
Methods in dev.archunitjava.presets that return ArchitecturePresetModifier and TypeMethodDescriptionArchitecturePreset.becauseRule(String key, String rationale) static ArchitecturePresetArchitecturePresets.clean(TypeModelResult model, DependencyGraph graph, TypeSelector entities, TypeSelector useCases, TypeSelector interfaceAdapters, TypeSelector frameworks) static ArchitecturePresetArchitecturePreset.create(String name, TypeModelResult model, DependencyGraph graph, Collection<PresetLayer> layers, Collection<PresetRule> rules) ArchitecturePreset.excludingTypes(TypeSelector selector) static ArchitecturePresetArchitecturePresets.hexagonal(TypeModelResult model, DependencyGraph graph, TypeSelector domain, TypeSelector application, TypeSelector inboundAdapters, TypeSelector outboundAdapters) static ArchitecturePresetArchitecturePresets.onion(TypeModelResult model, DependencyGraph graph, TypeSelector domain, TypeSelector application, TypeSelector infrastructure, TypeSelector presentation) static ArchitecturePresetArchitecturePresets.providerSdk(TypeModelResult model, DependencyGraph graph, TypeSelector consumerApi, TypeSelector providerSpi, TypeSelector internals, TypeSelector providerImplementations) ArchitecturePreset.renamedLayer(String oldName, String newName) ArchitecturePreset.withLayer(PresetLayer layer) ArchitecturePreset.withoutLayer(String layerName) ArchitecturePreset.withoutRule(String key) ArchitecturePreset.withRule(PresetRule rule) ArchitecturePreset.withRuleDisplayName(String key, String displayName)