Uses of Class
org.apache.sling.feature.scanner.ArtifactDescriptor
Packages that use ArtifactDescriptor
-
Uses of ArtifactDescriptor in org.apache.sling.feature.scanner
Subclasses of ArtifactDescriptor in org.apache.sling.feature.scannerModifier and TypeClassDescriptionclass
Information about a bundle.class
Information about a content package.Methods in org.apache.sling.feature.scanner with type parameters of type ArtifactDescriptorModifier and TypeMethodDescription<T extends ArtifactDescriptor>
Set<T>ContainerDescriptor.getDescriptors
(Class<T> type) Return a set of artifact descriptors of the given typeMethods in org.apache.sling.feature.scanner that return types with arguments of type ArtifactDescriptorModifier and TypeMethodDescriptionfinal Set<ArtifactDescriptor>
ContainerDescriptor.getArtifactDescriptors()
Return a set of artifact descriptors The requirements and capabilities of the returned artifacts are available as an aggregate fromDescriptor.getCapabilities()
,Descriptor.getRequirements()
.