Class ImportOptions
- java.lang.Object
-
- com.tngtech.archunit.core.importer.ImportOptions
-
public final class ImportOptions extends java.lang.ObjectA collection ofImportOptionto filter class locations. All suppliedImportOptions will be joined with AND, i.e. onlyLocations that are accepted by allImportOptions will be imported.
-
-
Constructor Summary
Constructors Constructor Description ImportOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportOptionswith(ImportOption option)
-
-
-
Constructor Detail
-
ImportOptions
@PublicAPI(usage=ACCESS) public ImportOptions()
-
-
Method Detail
-
with
@PublicAPI(usage=ACCESS) public ImportOptions with(ImportOption option)
- Parameters:
option- AnImportOptionto evaluate onLocations of class files- Returns:
- self to add further
ImportOptions in a fluent way
-
-