Modifier and Type | Method and Description |
---|---|
void |
DistributionEventFactory.generatePackageEvent(@NotNull String distributionEventType,
@NotNull DistributionComponentKind kind,
@NotNull String name,
@NotNull DistributionPackageInfo info)
generate a distribution event
|
void |
DefaultDistributionEventFactory.generatePackageEvent(@NotNull String distributionEventTopic,
@NotNull DistributionComponentKind kind,
@NotNull String name,
@NotNull DistributionPackageInfo info) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionPackageInfo |
MonitoringDistributionPackageBuilder.installPackage(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionPackageInfo |
DistributionPackage.getInfo()
gets an additional info holder for this package.
|
@NotNull DistributionPackageInfo |
DistributionPackageBuilder.installPackage(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream)
install a stream and returns the associated to a
DistributionPackageInfo this provider can read and install |
Modifier and Type | Method and Description |
---|---|
static DistributionPackageInfo |
DistributionPackageUtils.fromQueueItem(DistributionQueueItem queueItem)
Create a
DistributionPackageInfo from a queue item |
@NotNull DistributionPackageInfo |
DistributionPackageWrapper.getInfo() |
@NotNull DistributionPackageInfo |
InMemoryDistributionPackage.getInfo() |
@NotNull DistributionPackageInfo |
AbstractDistributionPackage.getInfo() |
@NotNull DistributionPackageInfo |
DistributionPackageImporter.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream)
Tries to convert an
InputStream to a DistributionPackage and then imports it into the underlying system |
@NotNull DistributionPackageInfo |
AbstractDistributionPackageBuilder.installPackage(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
Modifier and Type | Method and Description |
---|---|
static void |
DistributionPackageUtils.fillInfo(DistributionPackageInfo info,
org.apache.sling.distribution.DistributionRequest request) |
static String |
DistributionPackageUtils.getQueueName(DistributionPackageInfo packageInfo) |
static void |
DistributionPackageUtils.mergeQueueEntry(DistributionPackageInfo packageInfo,
DistributionQueueEntry entry) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionPackageInfo |
RepositoryDistributionPackageImporter.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
@NotNull DistributionPackageInfo |
LocalDistributionPackageImporter.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
@NotNull DistributionPackageInfo |
RemoteDistributionPackageImporterFactory.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
@NotNull DistributionPackageInfo |
RepositoryDistributionPackageImporterFactory.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
@NotNull DistributionPackageInfo |
LocalDistributionPackageImporterFactory.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
@NotNull DistributionPackageInfo |
RemoteDistributionPackageImporter.importStream(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionPackageInfo |
DistributionPackageBuilderFactory.installPackage(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionPackageInfo |
VaultDistributionPackageBuilderFactory.installPackage(@NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver,
@NotNull InputStream stream) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.