Uses of Enum Class
dev.archunitjava.importer.ClassPathAssemblyMode
Packages that use ClassPathAssemblyMode
-
Uses of ClassPathAssemblyMode in dev.archunitjava.importer
Subclasses with type arguments of type ClassPathAssemblyMode in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ClassPathAssemblyModeModifier and TypeMethodDescriptionClassPathAssemblyOptions.mode()Returns the value of themoderecord component.static ClassPathAssemblyModeReturns the enum constant of this class with the specified name.static ClassPathAssemblyMode[]ClassPathAssemblyMode.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 ClassPathAssemblyModeModifierConstructorDescriptionClassPathAssemblyOptions(ClassPathAssemblyMode mode, boolean followManifestClassPath, int maximumManifestClassPathEntries, int maximumManifestDepth, int maximumManifestBytes, int targetJavaRelease, InputEnumerationOptions enumerationOptions) ClassPathAssemblyOptions(ClassPathAssemblyMode mode, boolean followManifestClassPath, int maximumManifestClassPathEntries, int maximumManifestDepth, int maximumManifestBytes, int targetJavaRelease, InputEnumerationOptions enumerationOptions, ImportOptions importOptions) Creates an instance of aClassPathAssemblyOptionsrecord class.ClassPathAssemblyOptions(ClassPathAssemblyMode mode, boolean followManifestClassPath, int maximumManifestClassPathEntries, int maximumManifestDepth, int maximumManifestBytes, InputEnumerationOptions enumerationOptions)