| Constructor and Description |
|---|
CharsetAndRemainder(String subject,
Charset defaultCharset,
org.apache.maven.model.ActivationProperty property,
org.apache.maven.model.building.ModelProblemCollector problems)
Construct a result by performing logic in utility the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Get the parsed or default charset.
|
String |
getRemainder()
Get the parsed remainder.
|
public CharsetAndRemainder(String subject, Charset defaultCharset, org.apache.maven.model.ActivationProperty property, org.apache.maven.model.building.ModelProblemCollector problems)
subject - The subject from which [CHARSET] should be extracteddefaultCharset - The default charset if no [CHARSET] is present (not used if an unsupported
[CHARSET] is specified, which is an error)property - The activation property being analyzedproblems - A collector of problemsCopyright © 2023 OddSource Code. All rights reserved.