Uses of Class
org.spdx.utility.compare.FilterTemplateOutputHandler.VarTextHandling
| Package | Description |
|---|---|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of FilterTemplateOutputHandler.VarTextHandling in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return FilterTemplateOutputHandler.VarTextHandling Modifier and Type Method Description FilterTemplateOutputHandler.VarTextHandlingFilterTemplateOutputHandler. getVarTextHandling()static FilterTemplateOutputHandler.VarTextHandlingFilterTemplateOutputHandler.VarTextHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterTemplateOutputHandler.VarTextHandling[]FilterTemplateOutputHandler.VarTextHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.utility.compare with parameters of type FilterTemplateOutputHandler.VarTextHandling Modifier and Type Method Description static List<String>LicenseCompareHelper. getNonOptionalLicenseText(String licenseTemplate, FilterTemplateOutputHandler.VarTextHandling varTextHandling)Get the text of a license minus any optional text - note: this include the default variable textConstructors in org.spdx.utility.compare with parameters of type FilterTemplateOutputHandler.VarTextHandling Constructor Description FilterTemplateOutputHandler(FilterTemplateOutputHandler.VarTextHandling varTextHandling)