JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
I
J
O
P
R
S
U
A
activate(ComponentContext)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Activate this component.
addWatchedFolder(WatchedFolder)
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
Add WatchedFolder to our list if it doesn't exist yet.
anyWatchFolderNeedsScan()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
C
checkForRemovedWatchedFolders(Session)
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
Check all WatchedFolder, in case some were deleted
cloneWatchedFolders()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
convertNode(Node, int)
- Method in class org.apache.sling.installer.provider.jcr.impl.
FileNodeConverter
COUNTERS_COUNT
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
createPath(Session, String, String)
- Static method in class org.apache.sling.installer.provider.jcr.impl.
JcrUtil
Creates or gets the
Node
at the given Path.
D
deactivate(ComponentContext)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Deactivate this component
DEFAULT_ENABLE_WRITEBACK
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
DEFAULT_FOLDER_MAX_DEPTH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
DEFAULT_FOLDER_NAME_REGEXP
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Default regexp for watched folders
DEFAULT_NEW_CONFIG_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
DEFAULT_SEARCH_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
F
FileNodeConverter
- Class in
org.apache.sling.installer.provider.jcr.impl
Convert a Node that is a file to an InstallableResource that wraps an InputStream
FileNodeConverter()
- Constructor for class org.apache.sling.installer.provider.jcr.impl.
FileNodeConverter
FOLDER_NAME_REGEXP_PROPERTY
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
ComponentContext property that overrides the folder name regexp
G
getConverters()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
getFolderNameFilter()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
getMaxWatchedFolderDepth()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
getNewConfigPath()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
getPauseScanNodePath()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
getRoots()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
H
handleRemoval(String, String, String)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
handleUpdate(String, String, String, Dictionary<String, Object>, Map<String, Object>)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
handleUpdate(String, String, String, InputStream, Map<String, Object>)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
I
InstallerConfig
- Class in
org.apache.sling.installer.provider.jcr.impl
InstallerConfig(Logger, ComponentContext, Dictionary<?, ?>, SlingSettingsService)
- Constructor for class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
isWriteBack()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
J
JcrInstaller
- Class in
org.apache.sling.installer.provider.jcr.impl
Main class of jcrinstall, runs as a service, observes the repository for changes in folders having names that match configurable regular expressions, and registers resources found in those folders with the OSGi installer for installation.
JcrInstaller()
- Constructor for class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
JcrUtil
- Class in
org.apache.sling.installer.provider.jcr.impl
The
JcrUtil
class provides helper methods used throughout this bundle.
JcrUtil()
- Constructor for class org.apache.sling.installer.provider.jcr.impl.
JcrUtil
O
OLD_PID
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
PID before refactoring.
org.apache.sling.installer.provider.jcr.impl
- package org.apache.sling.installer.provider.jcr.impl
P
PAUSE_SCAN_NODE_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
PROP_ENABLE_WRITEBACK
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
PROP_INSTALL_FOLDER_MAX_DEPTH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Configurable max.
PROP_NEW_CONFIG_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
PROP_SCAN_PROP_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
PROP_SEARCH_PATH
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Configurable search path, with per-path priorities.
R
RUN_LOOP_COUNTER
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
RUN_LOOP_DELAY_MSEC
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
runOneCycle(InstallerConfig, Session)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
Run periodic scans of our watched folders, and watch for folders creations/deletions.
S
SCAN_FOLDERS_COUNTER
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
scanWatchedFolders()
- Method in class org.apache.sling.installer.provider.jcr.impl.
InstallerConfig
Scan watchedFolders and get installable resources
U
UPDATE_FOLDERS_LIST_COUNTER
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
updated(Dictionary)
- Method in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
URL_SCHEME
- Static variable in class org.apache.sling.installer.provider.jcr.impl.
JcrInstaller
A
C
D
F
G
H
I
J
O
P
R
S
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2007–2017
The Apache Software Foundation
. All rights reserved.