Class ImportOptions

java.lang.Object
com.tngtech.archunit.core.importer.ImportOptions

public final class ImportOptions
extends java.lang.Object
A collection of ImportOption to filter class locations. All supplied ImportOptions will be joined with AND, i.e. only Locations that are accepted by all ImportOptions will be imported.
  • Constructor Summary

    Constructors
    Constructor Description
    ImportOptions()  
  • Method Summary

    Modifier and Type Method Description
    ImportOptions with​(ImportOption option)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait