InstallableResource convertNode()

in src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java [147:157]


        InstallableResource convertNode(Node n, int priority)
                throws RepositoryException;
    }

    /** Timer used to call updateFoldersList() */
    private final RescanTimer updateFoldersListTimer = new RescanTimer();

    /** Thread that can be cleanly stopped with a flag */
    private final static AtomicInteger bgThreadCounter = new AtomicInteger();

    class StoppableThread extends Thread implements EventListener {