Uses of Class
org.apache.sling.installer.api.InstallableResource

Packages that use InstallableResource
org.apache.sling.installer.api   
org.apache.sling.installer.core.impl   
org.apache.sling.installer.provider.jcr.impl   
 

Uses of InstallableResource in org.apache.sling.installer.api
 

Methods in org.apache.sling.installer.api with parameters of type InstallableResource
 void OsgiInstaller.registerResources(String urlScheme, InstallableResource[] resources)
          Provide the installer with the complete list of installable resources for a given client.
 void OsgiInstaller.updateResources(String urlScheme, InstallableResource[] resources, String[] ids)
          Inform the installer that resources are available for installation and/or other resources are no longer available.
 

Uses of InstallableResource in org.apache.sling.installer.core.impl
 

Subclasses of InstallableResource in org.apache.sling.installer.core.impl
 class InternalResource
          Internal resource is a private data object which wraps an installable resource and is used to create a registered resource.
 

Methods in org.apache.sling.installer.core.impl with parameters of type InstallableResource
static InternalResource InternalResource.create(String scheme, InstallableResource resource)
          Create an internal resource.
 void OsgiInstallerImpl.registerResources(String scheme, InstallableResource[] resources)
           
 void OsgiInstallerImpl.updateResources(String scheme, InstallableResource[] resources, String[] ids)
           
 

Uses of InstallableResource in org.apache.sling.installer.provider.jcr.impl
 

Methods in org.apache.sling.installer.provider.jcr.impl that return InstallableResource
 InstallableResource FileNodeConverter.convertNode(javax.jcr.Node n, int priority)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.