public static final class ImportOptions.ExcludeShadedImportOption extends Object implements com.tngtech.archunit.core.importer.ImportOption
This is not only important to exclude external code shaded into a package like org.apache.flink.shaded.*
from being tested, but crucial for memory consumption.
com.tngtech.archunit.core.importer.ImportOption.DoNotIncludeArchives, com.tngtech.archunit.core.importer.ImportOption.DoNotIncludeGradleTestFixtures, com.tngtech.archunit.core.importer.ImportOption.DoNotIncludeJars, com.tngtech.archunit.core.importer.ImportOption.DoNotIncludePackageInfos, com.tngtech.archunit.core.importer.ImportOption.DoNotIncludeTests, com.tngtech.archunit.core.importer.ImportOption.OnlyIncludeTests, com.tngtech.archunit.core.importer.ImportOption.Predefined
Constructor and Description |
---|
ExcludeShadedImportOption() |
Modifier and Type | Method and Description |
---|---|
boolean |
includes(com.tngtech.archunit.core.importer.Location location) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.