Class CoreExtensions
java.lang.Object
org.apache.maven.cli.internal.extension.model.CoreExtensions
- All Implemented Interfaces:
Serializable
Extensions to load.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtension
(CoreExtension coreExtension) Method addExtension.Method getExtensions.Get the modelEncoding field.void
removeExtension
(CoreExtension coreExtension) Method removeExtension.void
setExtensions
(List<CoreExtension> extensions) Set a set of build extensions to use from this project.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.
-
Constructor Details
-
CoreExtensions
public CoreExtensions()
-
-
Method Details
-
addExtension
Method addExtension.- Parameters:
coreExtension
- a coreExtension object.
-
getExtensions
Method getExtensions.- Returns:
- List
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
removeExtension
Method removeExtension.- Parameters:
coreExtension
- a coreExtension object.
-
setExtensions
Set a set of build extensions to use from this project.- Parameters:
extensions
- a extensions object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-