Package org.apache.jackrabbit.vault.vlt.actions

Examples of org.apache.jackrabbit.vault.vlt.actions.PropSet


        List<File> localFiles = app.getPlatformFiles(localPaths, false);
        File localDir = app.getPlatformFile("", true);

        VltContext vCtx = app.createVaultContext(localDir);
        vCtx.setQuiet(cl.hasOption(OPT_QUIET));
        PropSet a = new PropSet(localDir,
                localFiles,
                !cl.hasOption(optRecursive),
                (String) cl.getValue(argPropName),
                (String) cl.getValue(argPropValue));
        vCtx.execute(a);
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.vault.vlt.actions.PropSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.