]> git.argeo.org Git - lgpl/argeo-commons.git/blob - jcr/ArgeoJcrConstants.java
Prepare next development cycle
[lgpl/argeo-commons.git] / jcr / ArgeoJcrConstants.java
1 package org.argeo.jcr;
2
3 /** JCR related constants */
4 public interface ArgeoJcrConstants {
5
6 // parameters (typically for call to a RepositoryFactory)
7 public final static String JCR_REPOSITORY_ALIAS = "argeo.jcr.repository.alias";
8 public final static String JCR_REPOSITORY_URI = "argeo.jcr.repository.uri";
9
10 // standard aliases
11 public final static String ALIAS_NODE = "node";
12
13 }