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 ArtifactArtifact.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 TypeMethodDescriptionvoidSetting 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 TypeMethodDescriptionvoidModelArchiveReader.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.