public class DevToolsMavenBuildCustomizer extends Object implements BuildCustomizer<MavenBuild>
BuildCustomizer that sets the "optional" flag when devtools is selected.| Constructor and Description |
|---|
DevToolsMavenBuildCustomizer(String devtoolsDependencyId)
Create a new instance with the identifier for the devtools dependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
customize(MavenBuild build) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderpublic DevToolsMavenBuildCustomizer(String devtoolsDependencyId)
devtoolsDependencyId - the id of the devtools dependencypublic void customize(MavenBuild build)
customize in interface BuildCustomizer<MavenBuild>Copyright © 2022 Pivotal Software, Inc.. All rights reserved.