Package me.snowdrop.licenses.sanitiser
Class ExceptionLicenseSanitiser
- java.lang.Object
-
- me.snowdrop.licenses.sanitiser.ExceptionLicenseSanitiser
-
- All Implemented Interfaces:
LicenseSanitiser
public class ExceptionLicenseSanitiser extends java.lang.Object implements LicenseSanitiser
- Author:
- Gytis Trikleris
-
-
Constructor Summary
Constructors Constructor Description ExceptionLicenseSanitiser(java.lang.String exceptionsFilePath, LicenseSanitiser next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyElementfix(DependencyElement dependencyElement)
-
-
-
Constructor Detail
-
ExceptionLicenseSanitiser
public ExceptionLicenseSanitiser(java.lang.String exceptionsFilePath, LicenseSanitiser next)
-
-
Method Detail
-
fix
public DependencyElement fix(DependencyElement dependencyElement)
- Specified by:
fixin interfaceLicenseSanitiser
-
-