Class PathUtils.ReplacementWrapper<T>
- Object
-
- ReplacementWrapper<T>
-
- Direct Known Subclasses:
PathUtils.ReplacementBiFunctionWrapper
,PathUtils.ReplacementFunctionWrapper
- Enclosing class:
- PathUtils
public abstract static class PathUtils.ReplacementWrapper<T> extends Object
Internal class extended by the two functionWrappers that holds common code.
-
-
Constructor Summary
Constructors Constructor Description ReplacementWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
checkNull(T _replacement, T _old)
void
throwIfNullDetected(String _sMethodName)
-