Package org.exoplatform.services.jcr.impl.tools.tree

Examples of org.exoplatform.services.jcr.impl.tools.tree.ValueSsh1Comparator


      session.save();

      File ssh1File = new File(System.getProperty("java.io.tmpdir"), "repo.ssh1");
      InputStream isSSH1 = new FileInputStream(ssh1File);

      ValueSsh1Comparator ssh1Comparator = new ValueSsh1Comparator(session.getTransientNodesManager(), isSSH1);
      ((NodeImpl)root.getNode("testNode")).getData().accept(ssh1Comparator);

   };
View Full Code Here

TOP

Related Classes of org.exoplatform.services.jcr.impl.tools.tree.ValueSsh1Comparator

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.