Uses of Class
com.mycila.maven.plugin.license.dependencies.LicensePolicy.Rule
-
Packages that use LicensePolicy.Rule Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicensePolicy.Rule in com.mycila.maven.plugin.license.dependencies
Methods in com.mycila.maven.plugin.license.dependencies that return LicensePolicy.Rule Modifier and Type Method Description LicensePolicy.RuleLicensePolicy. getRule()LicensePolicy.RuleLicensePolicyEnforcerResult. getRuling()static LicensePolicy.RuleLicensePolicy.Rule. valueOf(boolean allowed)Returns the enum constant of this type with the specified name.static LicensePolicy.RuleLicensePolicy.Rule. valueOf(String name)Returns the enum constant of this type with the specified name.static LicensePolicy.Rule[]LicensePolicy.Rule. 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.Rule Constructor Description LicensePolicy(LicensePolicy.Rule rule, LicensePolicy.Type type, String value)LicensePolicyEnforcerResult(LicensePolicy policy, org.apache.maven.model.License license, org.apache.maven.artifact.Artifact artifact, LicensePolicy.Rule ruling)
-