Uses of Class
dev.archunitjava.layers.LayerSelector
Packages that use LayerSelector
-
Uses of LayerSelector in dev.archunitjava.layers
Methods in dev.archunitjava.layers that return LayerSelectorModifier and TypeMethodDescriptionstatic LayerSelectorLayerSelector.all()static LayerSelectorstatic LayerSelectorLayerSelector.names(Collection<String> names) static LayerSelectorLayerSelector.none() -
Uses of LayerSelector in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type LayerSelectorModifier and TypeMethodDescriptionstatic ArchitectureRuleLayerRules.isolated(LayerModel layers, DependencyGraph graph, LayerSelector isolated) static ArchitectureRuleLayerRules.isolated(LayerModel layers, DependencyGraph graph, LayerSelector isolated, Set<DependencyKind> includedKinds) static ArchitectureRuleLayerRules.mayOnlyAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector allowedTargets) static ArchitectureRuleLayerRules.mayOnlyAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector allowedTargets, Set<DependencyKind> includedKinds) static ArchitectureRuleLayerRules.noAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector targets) static ArchitectureRuleLayerRules.noAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector targets, Set<DependencyKind> includedKinds) static ArchitectureRuleLayerRules.onlyAccessedBy(LayerModel layers, DependencyGraph graph, LayerSelector targets, LayerSelector allowedOrigins) static ArchitectureRuleLayerRules.onlyAccessedBy(LayerModel layers, DependencyGraph graph, LayerSelector targets, LayerSelector allowedOrigins, Set<DependencyKind> includedKinds)