Package | Description |
---|---|
io.cdap.cdap.api.artifact |
Classes related to artifacts.
|
Modifier and Type | Method and Description |
---|---|
CloseableClassLoader |
ArtifactManager.createClassLoader(ArtifactInfo artifactInfo,
ClassLoader parentClassLoader)
Create a class loader using the artifact represented by artifactInfo with parent as
parentClassloader Call to this method might take a long time based on the size of the artifact.
|
CloseableClassLoader |
ArtifactManager.createClassLoader(String namespace,
ArtifactInfo artifactInfo,
ClassLoader parentClassLoader)
Create a class loader using the artifact represented by artifactInfo with parent as
parentClassloader Call to this method might take a long time based on the size of the artifact.
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.