public class InstallerConfig extends Object
| Constructor and Description |
|---|
InstallerConfig(org.slf4j.Logger logger,
org.osgi.service.component.ComponentContext ctx,
Dictionary<?,?> cfg,
org.apache.sling.settings.SlingSettingsService settings) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.sling.installer.provider.jcr.impl.JcrInstaller.NodeConverter> |
getConverters() |
org.apache.sling.installer.provider.jcr.impl.FolderNameFilter |
getFolderNameFilter() |
int |
getMaxWatchedFolderDepth() |
String |
getNewConfigPath() |
String |
getPauseScanNodePath() |
String[] |
getRoots() |
boolean |
isWriteBack() |
public InstallerConfig(org.slf4j.Logger logger,
org.osgi.service.component.ComponentContext ctx,
Dictionary<?,?> cfg,
org.apache.sling.settings.SlingSettingsService settings)
public String[] getRoots()
public org.apache.sling.installer.provider.jcr.impl.FolderNameFilter getFolderNameFilter()
public Collection<org.apache.sling.installer.provider.jcr.impl.JcrInstaller.NodeConverter> getConverters()
public int getMaxWatchedFolderDepth()
public String getPauseScanNodePath()
public boolean isWriteBack()
public String getNewConfigPath()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.