com.servingxml.components.flatfile.options
Class CommentStarterImpl

java.lang.Object
  extended by com.servingxml.components.flatfile.options.CommentStarterImpl
All Implemented Interfaces:
CommentStarter

public class CommentStarterImpl
extends java.lang.Object
implements CommentStarter

The CommentStarter class encapsulates a comment character sequence.


Field Summary
 
Fields inherited from interface com.servingxml.components.flatfile.options.CommentStarter
NULL
 
Constructor Summary
CommentStarterImpl(java.lang.String commentStarterString)
           
 
Method Summary
 CommentStarterByteChecker createByteCommentStarterChecker(java.nio.charset.Charset charset)
           
 CommentStarterCharChecker createCharCommentStarterChecker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentStarterImpl

public CommentStarterImpl(java.lang.String commentStarterString)
Method Detail

createByteCommentStarterChecker

public CommentStarterByteChecker createByteCommentStarterChecker(java.nio.charset.Charset charset)
Specified by:
createByteCommentStarterChecker in interface CommentStarter

createCharCommentStarterChecker

public CommentStarterCharChecker createCharCommentStarterChecker()
Specified by:
createCharCommentStarterChecker in interface CommentStarter