org.cogroo.tools.checker.rules.util
Class TagMaskUtils
java.lang.Object
org.cogroo.tools.checker.rules.util.TagMaskUtils
public class TagMaskUtils
- extends Object
Utility methods to work with TagMask
s. Specially to clone a TagMask
.
- Author:
- colen
Method Summary |
static TagMask |
clone(TagMask tagMask)
Creates an identical copy of the parameter tagMask . |
TagMaskUtils
public TagMaskUtils()
clone
public static TagMask clone(TagMask tagMask)
- Creates an identical copy of the parameter
tagMask
.
- Parameters:
tagMask
- the tag mask to be cloned
- Returns:
- the clone
Copyright © 2012-2013 CoGrOO. All Rights Reserved.