Class NameNormalizer<T>
- java.lang.Object
-
- com.axis.system.jenkins.plugins.downstream.yabv.NameNormalizer<T>
-
public class NameNormalizer<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NameNormalizer.NameFunction<T>
static interface
NameNormalizer.ParentFunction<T>
-
Constructor Summary
Constructors Constructor Description NameNormalizer(Set<T> items, NameNormalizer.NameFunction<T> nameFunc, NameNormalizer.ParentFunction<T> parentFunc)
NameNormalizer(Set<T> items, NameNormalizer.NameFunction<T> nameFunc, NameNormalizer.ParentFunction<T> parentFunc, boolean showFullNames)
-
-
-
Constructor Detail
-
NameNormalizer
public NameNormalizer(Set<T> items, NameNormalizer.NameFunction<T> nameFunc, NameNormalizer.ParentFunction<T> parentFunc)
-
NameNormalizer
public NameNormalizer(Set<T> items, NameNormalizer.NameFunction<T> nameFunc, NameNormalizer.ParentFunction<T> parentFunc, boolean showFullNames)
-
-