Uses of Class
com.mycila.maven.plugin.license.dependencies.LicensePolicy.Type
-
Packages that use LicensePolicy.Type Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicensePolicy.Type in com.mycila.maven.plugin.license.dependencies
Methods in com.mycila.maven.plugin.license.dependencies that return LicensePolicy.Type Modifier and Type Method Description LicensePolicy.TypeLicensePolicy. getType()static LicensePolicy.TypeLicensePolicy.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LicensePolicy.Type[]LicensePolicy.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mycila.maven.plugin.license.dependencies with parameters of type LicensePolicy.Type Constructor Description LicensePolicy(LicensePolicy.Rule rule, LicensePolicy.Type type, String value)
-