Package org.wildfly.prospero.promotion
Class ArtifactBundle
java.lang.Object
org.wildfly.prospero.promotion.ArtifactBundle
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static PathcreateCustomizationArchive(List<? extends org.eclipse.aether.artifact.Artifact> artifacts, File archive) static ArtifactBundleList<org.wildfly.channel.ArtifactCoordinate>
-
Field Details
-
BUNDLE_REPO_FOLDER
- See Also:
-
FS
- See Also:
-
ARTIFACT_LIST_YAML
- See Also:
-
-
Method Details
-
getArtifactList
-
getRepository
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
extract
- Throws:
IOException
-
createCustomizationArchive
public static Path createCustomizationArchive(List<? extends org.eclipse.aether.artifact.Artifact> artifacts, File archive) throws IOException - Throws:
IOException
-