public class CoreExports extends Object
Constructor and Description |
---|
CoreExports(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
Set<String> exportedArtifacts,
Set<String> exportedPackages) |
CoreExports(CoreExtensionEntry entry) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getExportedArtifacts()
Returns artifacts exported by Maven core and core extensions.
|
Map<String,ClassLoader> |
getExportedPackages()
Returns packages exported by Maven core and core extensions.
|
public CoreExports(CoreExtensionEntry entry)
public Set<String> getExportedArtifacts()
public Map<String,ClassLoader> getExportedPackages()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.