Class CoreExports
java.lang.Object
org.apache.maven.extension.internal.CoreExports
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by
Maven core itself and loaded Maven core extensions.
- Since:
- 3.3.0
-
Constructor Summary
ConstructorDescriptionCoreExports
(CoreExtensionEntry entry) CoreExports
(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Set<String> exportedArtifacts, Set<String> exportedPackages) -
Method Summary
Modifier and TypeMethodDescriptionReturns artifacts exported by Maven core and core extensions.Returns packages exported by Maven core and core extensions.
-
Constructor Details
-
CoreExports
-
CoreExports
-
-
Method Details
-
getExportedArtifacts
Returns artifacts exported by Maven core and core extensions. Artifacts are identified by their groupId:artifactId string key. -
getExportedPackages
Returns packages exported by Maven core and core extensions.
-