Package | Description |
---|---|
org.apache.sling.feature.scanner |
Modifier and Type | Class and Description |
---|---|
class |
BundleDescriptor
Information about a bundle.
|
class |
ContentPackageDescriptor
Information about a content package.
|
Modifier and Type | Method and Description |
---|---|
<T extends ArtifactDescriptor> |
ContainerDescriptor.getDescriptors(Class<T> type)
Return a set of artifact descriptors of the given type
|
Modifier and Type | Method and Description |
---|---|
Set<ArtifactDescriptor> |
ContainerDescriptor.getArtifactDescriptors()
Return a set of artifact descriptors
The requirements and capabilities of the returned artifacts are
available as an aggregate from
Descriptor.getCapabilities() ,
Descriptor.getRequirements() . |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.