Uses of Enum Class
dev.archunitjava.importer.ImportRuleAction
Packages that use ImportRuleAction
-
Uses of ImportRuleAction in dev.archunitjava.importer
Subclasses with type arguments of type ImportRuleAction in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ImportRuleActionModifier and TypeMethodDescriptionImportResourceRule.action()Returns the value of theactionrecord component.static ImportRuleActionReturns the enum constant of this class with the specified name.static ImportRuleAction[]ImportRuleAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type ImportRuleActionModifierConstructorDescriptionImportResourceRule(ImportRuleAction action, JavaPattern pattern, String source, int line) Creates an instance of aImportResourceRulerecord class.