Uses of Class
org.apache.sling.provisioning.model.Artifact
Packages that use Artifact
-
Uses of Artifact in org.apache.sling.provisioning.model
Methods in org.apache.sling.provisioning.model that return ArtifactModifier 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.Methods in org.apache.sling.provisioning.model with parameters of type ArtifactModifier 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
Methods in org.apache.sling.provisioning.model.io with parameters of type ArtifactModifier 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.