Uses of Class
com.isomorphic.maven.packaging.Product
| Package | Description |
|---|---|
| com.isomorphic.maven.mojo | |
| com.isomorphic.maven.packaging |
-
Uses of Product in com.isomorphic.maven.mojo
Fields in com.isomorphic.maven.mojo declared as Product Modifier and Type Field Description protected ProductAbstractPackagerMojo. productOne of SMARTGWT, SMARTCLIENT, or SMARTGWT_MOBILE. -
Uses of Product in com.isomorphic.maven.packaging
Methods in com.isomorphic.maven.packaging that return Product Modifier and Type Method Description static ProductProduct. valueOf(String name)Returns the enum constant of this type with the specified name.static Product[]Product. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.isomorphic.maven.packaging with parameters of type Product Modifier and Type Method Description List<Distribution>Downloads. fetch(Product product, String buildNumber, String buildDate, License... licenses)Retrieves aDistributioninstance for each of the given licenses, downloads files if necessary, andlinksthe local file to the distribution.static DistributionDistribution. get(Product product, License license)Returns a fully-prepared Distribution instance representing an Isomorphic build, suitable for invoking download or repackaging operations against SDK bundles and their contents.