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