Uses of Class
org.apache.sling.provisioning.model.Artifact
-
Uses of Artifact in org.apache.sling.provisioning.model
Modifier and TypeMethodDescriptionstatic Artifact
Artifact.fromMvnUrl
(String url) Create a new artifact from a maven url, 'mvn:' [ repository-url '!'Search an artifact with the same groupId, artifactId, type and classifier.Modifier and TypeMethodDescriptionvoid
Setting a version for an artifact dependency in a Sling Provisioning file is optional.Search an artifact with the same groupId, artifactId, type and classifier. -
Uses of Artifact in org.apache.sling.provisioning.model.io
Modifier and TypeMethodDescriptionvoid
ModelArchiveReader.ArtifactConsumer.consume
(Artifact artifact, InputStream is) Consume the artifact from the archive The input stream must not be closed by the consumer.ModelArchiveWriter.ArtifactProvider.getInputStream
(Artifact artifact) Provide an input stream for the artifact.