Uses of Enum Class
dev.archunitjava.model.JavaModulePackageDirectiveKind
Packages that use JavaModulePackageDirectiveKind
-
Uses of JavaModulePackageDirectiveKind in dev.archunitjava.model
Subclasses with type arguments of type JavaModulePackageDirectiveKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaModulePackageDirectiveKindModifier and TypeMethodDescriptionJavaModulePackageDirective.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static JavaModulePackageDirectiveKind[]JavaModulePackageDirectiveKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaModulePackageDirectiveKindModifierConstructorDescriptionJavaModulePackageDirective(JavaModulePackageDirectiveKind kind, JavaPackageName packageName, int flags, List<String> targetModules) Creates an instance of aJavaModulePackageDirectiverecord class.