Uses of Enum Class
org.egothor.methodatlas.evidence.EvidenceFramework
Packages that use EvidenceFramework
-
Uses of EvidenceFramework in org.egothor.methodatlas.evidence
Methods in org.egothor.methodatlas.evidence that return EvidenceFrameworkModifier and TypeMethodDescriptionEvidencePackOptions.framework()Returns the value of theframeworkrecord component.static EvidenceFrameworkParses a framework token supplied on the command line.static EvidenceFrameworkReturns the enum constant of this class with the specified name.static EvidenceFramework[]EvidenceFramework.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.egothor.methodatlas.evidence with parameters of type EvidenceFrameworkModifierConstructorDescriptionEvidencePackOptions(EvidenceFramework framework, Path outputDir, boolean overwrite, Path keyringFile, String keyringEnv, String keyAlias, String signatureAlgorithm) Creates an instance of aEvidencePackOptionsrecord class.