Class VariantPassport

java.lang.Object
org.variantsync.boosting.product.VariantPassport

public class VariantPassport extends Object
The ProductPassport collects the information about the product name, sources root, and configuration path.
  • Constructor Details

    • VariantPassport

      public VariantPassport(String name, Path sourcesRoot, Path configuration)
      Constructs a new ProductPassport with the given name, sources root, and configuration path.
      Parameters:
      name - the name of the product
      sourcesRoot - the root path for the product sources
      configuration - the path to the product configuration
  • Method Details

    • getSourcesRoot

      public Path getSourcesRoot()
      Returns the root path for the product sources.
      Returns:
      the root path for the product sources
    • getConfiguration

      public Path getConfiguration()
      Returns the path to the product configuration.
      Returns:
      the path to the product configuration
    • getName

      public String getName()
      Returns the name of the product.
      Returns:
      the name of the product