com.j256.simplemagic.types
Class StringType.StringTestInfo

java.lang.Object
  extended by com.j256.simplemagic.types.StringType.StringTestInfo
Enclosing class:
StringType

protected static class StringType.StringTestInfo
extends Object

Internal holder for test information about strings.


Constructor Summary
StringType.StringTestInfo(String pattern, boolean compactWhiteSpace, boolean optionalWhiteSpace, boolean caseInsensitive, int maxOffset)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringType.StringTestInfo

public StringType.StringTestInfo(String pattern,
                                 boolean compactWhiteSpace,
                                 boolean optionalWhiteSpace,
                                 boolean caseInsensitive,
                                 int maxOffset)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.