package org.argeo.jackrabbit; /** The available Jackrabbit node types */ public enum JackrabbitNodeType { NOT_CONFIGURED, h2, postgresql, memory, localfs; }