com.servingxml.components.flatfile.options
Class MultipleCommentSymbol

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

public class MultipleCommentSymbol
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
MultipleCommentSymbol(CommentStarter[] commentSymbols)
           
 
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

MultipleCommentSymbol

public MultipleCommentSymbol(CommentStarter[] commentSymbols)
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