package org.argeo.jcr; /** JCR related constants */ public interface ArgeoJcrConstants { // parameters (typically for call to a RepositoryFactory) public final static String JCR_REPOSITORY_ALIAS = "argeo.jcr.repository.alias"; public final static String JCR_REPOSITORY_URI = "argeo.jcr.repository.uri"; // standard aliases public final static String ALIAS_NODE = "node"; }