- add(BundleDescriptor...) - Method in class org.apache.sling.feature.analyser.extensions.AnalyserMetaDataExtension
-
- aggregate(Descriptor) - Method in class org.apache.sling.feature.scanner.Descriptor
-
Aggregate with data from provided descriptor
- analyse(Feature) - Method in class org.apache.sling.feature.analyser.Analyser
-
Analyse the feature
- analyse(Feature, ArtifactId) - Method in class org.apache.sling.feature.analyser.Analyser
-
Analyse the feature using the provided framework artifact
- analyse(Feature, ArtifactId, FeatureProvider) - Method in class org.apache.sling.feature.analyser.Analyser
-
Analyse the feature using the provided framework artifact
- Analyser - Class in org.apache.sling.feature.analyser
-
- Analyser(Scanner, AnalyserTask...) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create new analyser with a provided scanner and the tasks to run
- Analyser(Scanner, Map<String, Map<String, String>>, AnalyserTask...) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with a provided scanner, tasks and configurations
- Analyser(Scanner, String...) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with the provided scanner and task class names
- Analyser(Scanner, Map<String, Map<String, String>>, String...) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with a provided scanner, task class names and
configurations
- Analyser(Scanner, Set<String>, Set<String>) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with a provided scanner and includes/excludes for the
task ids
- Analyser(Scanner, Map<String, Map<String, String>>, Set<String>, Set<String>) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with a provided scanner and includes/excludes for the
task ids and configuration
- Analyser(Scanner) - Constructor for class org.apache.sling.feature.analyser.Analyser
-
Create a new analyser with the provided scanner and use all available tasks
- AnalyserMetaDataExtension - Class in org.apache.sling.feature.analyser.extensions
-
- AnalyserResult - Interface in org.apache.sling.feature.analyser
-
The result returned by the Analyser
.
- AnalyserResult.ArtifactReport - Class in org.apache.sling.feature.analyser
-
Report about an artifact, for example a bundle.
- AnalyserResult.ConfigurationReport - Class in org.apache.sling.feature.analyser
-
Report about a configuration
- AnalyserResult.ExtensionReport - Class in org.apache.sling.feature.analyser
-
Report about an extension
- AnalyserResult.GlobalReport - Class in org.apache.sling.feature.analyser
-
Report about the feature in general
- AnalyserResult.Report<T> - Class in org.apache.sling.feature.analyser
-
Base class for a warning or an error.
- AnalyserTask - Interface in org.apache.sling.feature.analyser.task
-
A analyser task analyses a specific part of the assembled
application.
- AnalyserTaskContext - Interface in org.apache.sling.feature.analyser.task
-
- AnalyzerTaskProvider - Class in org.apache.sling.feature.analyser.task
-
- ArtifactDescriptor - Class in org.apache.sling.feature.scanner
-
Information about an artifact.
- ArtifactDescriptor(String) - Constructor for class org.apache.sling.feature.scanner.ArtifactDescriptor
-
Constructor for a new descriptor
- getAnalyserMetaDataExtension(Feature) - Static method in class org.apache.sling.feature.analyser.extensions.AnalyserMetaDataExtension
-
- getAnalyserMetaDataExtension(Extension) - Static method in class org.apache.sling.feature.analyser.extensions.AnalyserMetaDataExtension
-
- getArtifact() - Method in class org.apache.sling.feature.scanner.ArtifactDescriptor
-
Get the artifact
- getArtifactDescriptors() - Method in class org.apache.sling.feature.scanner.ContainerDescriptor
-
- getArtifactErrors() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of errors for artifact ids.
- getArtifactFile() - Method in class org.apache.sling.feature.scanner.ArtifactDescriptor
-
Get the artifact file
- getArtifactWarnings() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of warnings for artifact ids.
- getBundleDescriptors() - Method in class org.apache.sling.feature.scanner.ContainerDescriptor
-
Return a set of bundle descriptors.
- getBundles() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the included bundles
- getBundleStartLevel() - Method in class org.apache.sling.feature.scanner.BundleDescriptor
-
- getBundleSymbolicName() - Method in class org.apache.sling.feature.scanner.BundleDescriptor
-
Get the bundle symbolic name.
- getBundleVersion() - Method in class org.apache.sling.feature.scanner.BundleDescriptor
-
Get the bundle version
- getCapabilities() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Return the list of capabilities.
- getConfiguration() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTaskContext
-
Returns the configuration.
- getConfigurationErrors() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of errors for configurations.
- getConfigurations() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the included configurations
- getConfigurationWarnings() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of warnings for configurations.
- getContentPaths() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the content paths
- getDescriptors(Class<T>) - Method in class org.apache.sling.feature.scanner.ContainerDescriptor
-
Return a set of artifact descriptors of the given type
- getDynamicImportedPackages() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Return a set of dynamic imported packages
- getErrors() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of errors.
- getExportedPackages() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Return a set of exported packages
- getExtensionErrors() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of errors for extension names.
- getExtensionWarnings() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of warnings for extension names.
- getFeature() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTaskContext
-
The assembled feature.
- getFeature() - Method in class org.apache.sling.feature.scanner.FeatureDescriptor
-
Return the feature
- getFeatureDescriptor() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
Return the feature descriptor created during scanning
- getFeatureDescriptor() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTaskContext
-
The feature descriptor.
- getFeatureProvider() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTaskContext
-
Returns a Feature Provider, if present.
- getFrameworkDescriptor() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
Return the framework descriptor created during scanning if available
- getFrameworkDescriptor() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTaskContext
-
The framework descriptor
- getGlobalErrors() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of global errors.
- getGlobalWarnings() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of global warnings.
- getId() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTask
-
A unique (short) ID.
- getId() - Method in interface org.apache.sling.feature.scanner.spi.ExtensionScanner
-
A unique (short) ID.
- getImportedPackages() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Return a set of imported packages
- getKey() - Method in class org.apache.sling.feature.analyser.AnalyserResult.Report
-
The key for the message
- getManifest(ArtifactId) - Method in class org.apache.sling.feature.analyser.extensions.AnalyserMetaDataExtension
-
- getManifest() - Method in class org.apache.sling.feature.scanner.ArtifactDescriptor
-
If the artifact has a manifest, return it
- getManifest() - Method in class org.apache.sling.feature.scanner.BundleDescriptor
-
Return the bundle manifest
- getName() - Method in interface org.apache.sling.feature.analyser.task.AnalyserTask
-
A human readable name to identify the task.
- getName() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Returns the name of the entity associated with this descriptor.
- getName() - Method in class org.apache.sling.feature.scanner.PackageInfo
-
The package name
- getName() - Method in interface org.apache.sling.feature.scanner.spi.ExtensionScanner
-
A human readable name to identify the scanner.
- getPackageProperties() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the package properties
- getPackageVersion() - Method in class org.apache.sling.feature.scanner.PackageInfo
-
Return the package version as a Version
object.
- getPackageVersionRange() - Method in class org.apache.sling.feature.scanner.PackageInfo
-
Return the version as a version range
If this package info is used to return info about an export
package statement, don't use this method but rather use
PackageInfo.getPackageVersion()
- getParentContentPackage() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the parent content package
- getParentContentPath() - Method in class org.apache.sling.feature.scanner.ContentPackageDescriptor
-
Get the parent content path
- getRequirements() - Method in class org.apache.sling.feature.scanner.Descriptor
-
Return the list of requirements.
- getTaskId() - Method in class org.apache.sling.feature.analyser.AnalyserResult.Report
-
Return the task id of the analyser task issuing this report
- getTasks() - Static method in class org.apache.sling.feature.analyser.task.AnalyzerTaskProvider
-
Get all tasks.
- getTasksByClassName(String...) - Static method in class org.apache.sling.feature.analyser.task.AnalyzerTaskProvider
-
Get tasks from class names
- getTasksByIds(Set<String>, Set<String>) - Static method in class org.apache.sling.feature.analyser.task.AnalyzerTaskProvider
-
Get all tasks and obey the includes/excludes rules.
- getUses() - Method in class org.apache.sling.feature.scanner.PackageInfo
-
Return the uses constraints
- getValue() - Method in class org.apache.sling.feature.analyser.AnalyserResult.Report
-
The message
- getVersion() - Method in class org.apache.sling.feature.scanner.PackageInfo
-
Return the package version
- getWarnings() - Method in interface org.apache.sling.feature.analyser.AnalyserResult
-
List of warnings.