See: Description
| Interface | Description |
|---|---|
| ContentConverter |
Interface for converting content when injecting it into the destination file.
|
| Class | Description |
|---|---|
| Content |
Maven configuration object for modelling the content file and the ID placeholder in the destination file where the
content file will be injected.
|
| HelpMojo |
Display help information on build-helper-plugin.
Call mvn configurator:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| Inject |
Maven configuration object for modelling the content files and the ID placeholders for destination file, where the
content files will be injected.
|
| InjectContent |
Maven Mojo which can can inject a set of content files into a specific place in a destination file.
|
| NoOpContentConverter |
NoOp implementation of a
ContentConverter which will perform no conversion. |
| XmlContentConverter |
An implementation of a
ContentConverter which will escape xml special characters from the line. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.