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 void
throwIfNullDetected(String _sMethodName)
-
-
-
Method Detail
-
throwIfNullDetected
public void throwIfNullDetected(String _sMethodName)
-
-