Uses of Class
org.apache.sling.provisioning.model.Model
Packages that use Model
-
Uses of Model in org.apache.sling.provisioning.model
Methods in org.apache.sling.provisioning.model that return ModelModifier and TypeMethodDescriptionstatic ModelModelUtility.applyArtifactVersions(Model model, ModelUtility.ArtifactVersionResolver resolver) Resolves artifact versions that are no set explicitly in the provisioning file via the given resolver (version = "LATEST").static ModelModelUtility.applyVariables(Model model, ModelUtility.VariableResolver resolver) Applies a set of variables to the given model.static ModelModelUtility.getEffectiveModel(Model model) Replace all variables in the model and return a new model with the replaced values.static ModelModelUtility.getEffectiveModel(Model model, ModelUtility.ResolverOptions options) Replace all variables in the model and return a new model with the replaced values.static ModelModelUtility.getEffectiveModel(Model model, ModelUtility.VariableResolver resolver) Deprecated.Methods in org.apache.sling.provisioning.model with parameters of type ModelModifier and TypeMethodDescriptionstatic ModelModelUtility.applyArtifactVersions(Model model, ModelUtility.ArtifactVersionResolver resolver) Resolves artifact versions that are no set explicitly in the provisioning file via the given resolver (version = "LATEST").static ModelModelUtility.applyVariables(Model model, ModelUtility.VariableResolver resolver) Applies a set of variables to the given model.static ModelModelUtility.getEffectiveModel(Model model) Replace all variables in the model and return a new model with the replaced values.static ModelModelUtility.getEffectiveModel(Model model, ModelUtility.ResolverOptions options) Replace all variables in the model and return a new model with the replaced values.static ModelModelUtility.getEffectiveModel(Model model, ModelUtility.VariableResolver resolver) Deprecated.static voidMerge the additional model into the base model.static voidMergeUtility.merge(Model base, Model additional, MergeUtility.MergeOptions options) Merge the additional model into the base model.static voidDeprecated.Use {linkMergeUtility.merge(Model, Model)static voidValidates the model.ModelUtility.validateIncludingVersion(Model model) Validates the model and checks that each feature has a valid version. -
Uses of Model in org.apache.sling.provisioning.model.io
Methods in org.apache.sling.provisioning.model.io that return ModelModifier and TypeMethodDescriptionstatic ModelModelArchiveReader.read(InputStream in, ModelArchiveReader.ArtifactConsumer consumer) Read a model archive.static ModelReads the model file The reader is not closed.Methods in org.apache.sling.provisioning.model.io with parameters of type ModelModifier and TypeMethodDescriptionstatic JarOutputStreamModelArchiveWriter.write(OutputStream out, Model model, Manifest baseManifest, ModelArchiveWriter.ArtifactProvider provider) Create a model archive.static voidWrites the model to the writer.
ModelUtility.getEffectiveModel(Model)orModelUtility.getEffectiveModel(Model, ResolverOptions)instead