Package org.variantsync.boosting.product
Class VariantPassport
java.lang.Object
org.variantsync.boosting.product.VariantPassport
The ProductPassport collects the information about the product name,
sources root, and configuration path.
-
Constructor Summary
ConstructorsConstructorDescriptionVariantPassport
(String name, Path sourcesRoot, Path configuration) Constructs a new ProductPassport with the given name, sources root, and configuration path. -
Method Summary
Modifier and TypeMethodDescriptionReturns the path to the product configuration.getName()
Returns the name of the product.Returns the root path for the product sources.
-
Constructor Details
-
VariantPassport
Constructs a new ProductPassport with the given name, sources root, and configuration path.- Parameters:
name
- the name of the productsourcesRoot
- the root path for the product sourcesconfiguration
- the path to the product configuration
-
-
Method Details
-
getSourcesRoot
Returns the root path for the product sources.- Returns:
- the root path for the product sources
-
getConfiguration
Returns the path to the product configuration.- Returns:
- the path to the product configuration
-
getName
Returns the name of the product.- Returns:
- the name of the product
-