}
VltContext vCtx = app.createVaultContext(localFile);
vCtx.setVerbose(cl.hasOption(OPT_VERBOSE));
vCtx.setQuiet(cl.hasOption(OPT_QUIET));
vCtx.setDefaultFilter((String) cl.getValue(optFilter));
Checkout c = new Checkout(addr, jcrPath, localFile);
c.setForce(cl.hasOption(optForce));
vCtx.execute(c);
}