org.cogroo.tools.checker.rules.util
Class TagMaskUtils

java.lang.Object
  extended by org.cogroo.tools.checker.rules.util.TagMaskUtils

public class TagMaskUtils
extends Object

Utility methods to work with TagMasks. Specially to clone a TagMask .

Author:
colen

Constructor Summary
TagMaskUtils()
           
 
Method Summary
static TagMask clone(TagMask tagMask)
          Creates an identical copy of the parameter tagMask.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagMaskUtils

public TagMaskUtils()
Method Detail

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.