Class InitialConfiguration<T>

java.lang.Object
com.tngtech.archunit.core.InitialConfiguration<T>

@Internal
public class InitialConfiguration<T>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    InitialConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    T get()  
    void set​(T object)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InitialConfiguration

      public InitialConfiguration()
  • Method Details

    • set

      public void set​(T object)
    • get

      public T get()