Package | Description |
---|---|
net.sf.mmm.search.engine.base |
Contains the base-implementation of search-engine.
|
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 . |
net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API . |
Modifier and Type | Method and Description |
---|---|
private SearchQuery |
AbstractSearchQueryBuilder.parseStandardClause(CharSequenceScanner parser,
String defaultField,
int depth,
SearchQueryBuilderOptions options) |
private SearchQuery |
AbstractSearchQueryBuilder.parseStandardQuery(CharSequenceScanner parser,
SearchQueryBuilderOptions options,
String defaultProperty,
int depth) |
Modifier and Type | Method and Description |
---|---|
protected int[] |
Iso8601UtilLimitedImpl.parseDate(CharSequenceScanner scanner)
This method parses the date from the given
scanner . |
protected int[] |
Iso8601UtilLimitedImpl.parseTime(CharSequenceScanner scanner)
This method parses the time (or timezone offset) from the given
scanner . |
private TimeZone |
Iso8601UtilImpl.parseTimezone(CharSequenceScanner scanner)
This method parses the timezone from the given
parser . |
protected Integer |
Iso8601UtilLimitedImpl.parseTimezoneOffset(CharSequenceScanner scanner)
This method parses the timezone offset from the given
scanner . |
private int |
Iso8601UtilLimitedImpl.read2Digits(CharSequenceScanner scanner)
This method reads two digits from the given
scanner . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 ). |
Modifier and Type | Method and Description |
---|---|
protected NlsFormatterPlugin<?> |
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) |
Modifier and Type | Method and Description |
---|---|
protected NlsFormatterPlugin<?> |
NlsFormatterManagerImpl.getSubFormatter(String formatType,
CharSequenceScanner 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 . |
Constructor and Description |
---|
NlsFormatterChoice(CharSequenceScanner scanner,
NlsDependencies nlsDependencies)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
private Type |
ReflectionUtilImpl.toType(CharSequenceScanner parser,
ClassResolver resolver,
Type owner)
This method parses the given
type as generic Type . |
Modifier and Type | Method and Description |
---|---|
private static <D> ResourcePathNode<D> |
ResourcePathNode.createRootPathSegment(CharSequenceScanner scanner,
String originalPath,
Function<ResourcePathNode<D>,D> dataFunction) |
Modifier and Type | Method and Description |
---|---|
protected Formatter<VersionIdentifier> |
VersionUtilImpl.parseSubFormatter(CharSequenceScanner scanner,
String formatPattern,
StringBuilder infixBuffer,
VersionUtilImpl.FormatPatternStatus status) |
Copyright © 2001–2016 mmm-Team. All rights reserved.