Uses of Enum Class
dev.archunitjava.importer.BuildSystem
Packages that use BuildSystem
-
Uses of BuildSystem in dev.archunitjava.importer
Subclasses with type arguments of type BuildSystem in dev.archunitjava.importerModifier and TypeClassDescriptionenumBuild metadata that determined a discovered project layout.Methods in dev.archunitjava.importer that return BuildSystemModifier and TypeMethodDescriptionDiscoveredProject.buildSystem()Returns the value of thebuildSystemrecord component.static BuildSystemReturns the enum constant of this class with the specified name.static BuildSystem[]BuildSystem.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 BuildSystemModifierConstructorDescriptionDiscoveredProject(Path root, BuildSystem buildSystem, List<Path> mainClassDirectories, List<Path> testClassDirectories, List<Path> metadataFiles) Creates an instance of aDiscoveredProjectrecord class.