Package | Description |
---|---|
org.apache.maven.jxr.util |
Modifier and Type | Method and Description |
---|---|
static List<StringEntry> |
SimpleWordTokenizer.tokenize(String line)
Breaks the given line into multiple tokens.
|
static List<StringEntry> |
SimpleWordTokenizer.tokenize(String line,
String find)
Tokenize the given line but only return those tokens that match the parameter
find . |
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.