Uses of Class
com.isomorphic.maven.packaging.License
| Package | Description |
|---|---|
| com.isomorphic.maven.mojo | |
| com.isomorphic.maven.packaging |
-
Uses of License in com.isomorphic.maven.mojo
Fields in com.isomorphic.maven.mojo declared as License Modifier and Type Field Description protected LicenseAbstractPackagerMojo. licenseTypically one of: LGPL, EVAL, PRO, POWER, ENTERPRISE. -
Uses of License in com.isomorphic.maven.packaging
Methods in com.isomorphic.maven.packaging that return License Modifier and Type Method Description static LicenseLicense. valueOf(String name)Returns the enum constant of this type with the specified name.static License[]License. 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 License 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.