Class BiProperty<P1,P2>

java.lang.Object
org.apache.maven.surefire.api.booter.BiProperty<P1,P2>
Type Parameters:
P1 - first property
P2 - second property

public final class BiProperty<P1,P2> extends Object
Internal generic wrapper.
Since:
2.19
Author:
Tibor Digana (tibor17)
  • Constructor Details

    • BiProperty

      public BiProperty(P1 p1, P2 p2)
  • Method Details

    • getP1

      public P1 getP1()
    • getP2

      public P2 getP2()