Uses of Record Class
dev.archunitjava.model.SourceFileName
Packages that use SourceFileName
-
Uses of SourceFileName in dev.archunitjava.metrics
Methods in dev.archunitjava.metrics that return SourceFileNameModifier and TypeMethodDescriptionSourceDocumentId.fileName()Returns the value of thefileNamerecord component.Constructors in dev.archunitjava.metrics with parameters of type SourceFileNameModifierConstructorDescriptionSourceDocumentId(JavaPackageName packageName, SourceFileName fileName) Creates an instance of aSourceDocumentIdrecord class. -
Uses of SourceFileName in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type SourceFileNameModifier and TypeClassDescriptionfinal recordA sanitized source-file label, never an absolute or parent-relative path.Methods in dev.archunitjava.model that return types with arguments of type SourceFileNameModifier and TypeMethodDescriptionstatic Optional<SourceFileName> SourceFileName.fromUntrusted(String value) BytecodeLocation.sourceFile()Returns the value of thesourceFilerecord component.DeclarationLocation.sourceFile()Returns the value of thesourceFilerecord component.Methods in dev.archunitjava.model with parameters of type SourceFileNameConstructor parameters in dev.archunitjava.model with type arguments of type SourceFileNameModifierConstructorDescriptionBytecodeLocation(ClassResourceLocation resource, Optional<SourceFileName> sourceFile, int bytecodeOffset, OptionalInt lineNumber) Creates an instance of aBytecodeLocationrecord class.DeclarationLocation(ClassResourceLocation resource, Optional<SourceFileName> sourceFile) Creates an instance of aDeclarationLocationrecord class.