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