Uses of Class
net.sf.mmm.util.scanner.base.CharSequenceScanner

Packages that use CharSequenceScanner
net.sf.mmm.util.date.base Provides the basic implementation of utilities for dealing with date and time. 
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.nls.impl.formatter Contains the implementation of formatters for the native language support (NLS). 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
 

Uses of CharSequenceScanner in net.sf.mmm.util.date.base
 

Methods in net.sf.mmm.util.date.base with parameters of type CharSequenceScanner
private  int[] Iso8601UtilImpl.parseTime(CharSequenceScanner scanner)
          This method parses the time (or timezone offset) from the given parser.
private  void Iso8601UtilImpl.parseTime(CharSequenceScanner scanner, Calendar calendar, int year, int month, int day)
          This method parses the time (and timezone) from the given parser and sets it to the given calendar including year, month and date.
private  TimeZone Iso8601UtilImpl.parseTimezone(CharSequenceScanner scanner)
          This method parses the timezone from the given parser.
private  int Iso8601UtilImpl.read2Digits(CharSequenceScanner scanner)
          This method reads two digits from the given scanner.
 

Uses of CharSequenceScanner in net.sf.mmm.util.file.base
 

Methods in net.sf.mmm.util.file.base with parameters of type CharSequenceScanner
private static int FileAccessPermissions.parseOctalMode(CharSequenceScanner parse)
          This method parses the current state of the chmod argument given by parse in octal mode.
private static int FileAccessPermissions.parseSymbolicMode(CharSequenceScanner parse, int maskBits)
          This method parses a symbolic-mode segment from parse.
private static int FileAccessPermissions.parseUGO(CharSequenceScanner parse)
          This method parses the ugoa prefix indicating which flags to modify.
 

Uses of CharSequenceScanner in net.sf.mmm.util.nls.api
 

Methods in net.sf.mmm.util.nls.api with parameters of type CharSequenceScanner
 NlsArgument NlsArgumentParser.parse(CharSequenceScanner scanner)
          This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
 

Uses of CharSequenceScanner in net.sf.mmm.util.nls.base
 

Methods in net.sf.mmm.util.nls.base with parameters of type CharSequenceScanner
protected  NlsFormatter<?> AbstractNlsFormatterManager.getSubFormatter(String formatType, CharSequenceScanner scanner)
          This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
 NlsArgument AbstractNlsFormatterManager.parse(CharSequenceScanner scanner)
          This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
 

Uses of CharSequenceScanner in net.sf.mmm.util.nls.impl.formatter
 

Methods in net.sf.mmm.util.nls.impl.formatter with parameters of type CharSequenceScanner
protected  NlsFormatter<?> NlsFormatterManagerImpl.getSubFormatter(String formatType, CharSequenceScanner scanner)
          This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
private  NlsFormatterChoice.Choice NlsFormatterChoice.parseChoice(CharSequenceScanner scanner)
          This method parses the NlsFormatterChoice.Choice.
private  Object NlsFormatterChoice.parseComparatorArgument(CharSequenceScanner scanner)
          This method parses the comparator argument.
private  Filter<Object> NlsFormatterChoice.parseCondition(CharSequenceScanner scanner)
          This method parses the NlsFormatterChoice.Condition.
 

Constructors in net.sf.mmm.util.nls.impl.formatter with parameters of type CharSequenceScanner
NlsFormatterChoice(CharSequenceScanner scanner, NlsDependencies nlsDependencies)
          The constructor.
 

Uses of CharSequenceScanner in net.sf.mmm.util.reflect.base
 

Methods in net.sf.mmm.util.reflect.base with parameters of type CharSequenceScanner
private  Type ReflectionUtilImpl.toType(CharSequenceScanner parser, ClassResolver resolver, Type owner)
          This method parses the given type as generic Type.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.