Uses of Interface
org.specrunner.util.string.IStringNormalizer

Packages that use IStringNormalizer
org.specrunner.plugins.core   
org.specrunner.util.string   
org.specrunner.util.string.core   
 

Uses of IStringNormalizer in org.specrunner.plugins.core
 

Methods in org.specrunner.plugins.core that return IStringNormalizer
 IStringNormalizer AbstractPlugin.getNormalizer()
          Get a normalizer.
 

Methods in org.specrunner.plugins.core with parameters of type IStringNormalizer
 void AbstractPlugin.setNormalizer(IStringNormalizer normalizer)
          Set normalizer.
 

Uses of IStringNormalizer in org.specrunner.util.string
 

Methods in org.specrunner.util.string that return IStringNormalizer
static IStringNormalizer UtilString.getNormalizer()
          Get string normalizer.
 

Uses of IStringNormalizer in org.specrunner.util.string.core
 

Classes in org.specrunner.util.string.core that implement IStringNormalizer
 class StringNormalizerDefault
          String normalizer default.
 



Copyright © 2015. All rights reserved.