Package | Description |
---|---|
org.apache.jackrabbit.commons.cnd | |
org.apache.jackrabbit.spi.commons |
Modifier and Type | Method and Description |
---|---|
void |
Lexer.fail(String message)
Creates a failure exception including the current line number and systemid.
|
void |
Lexer.fail(String message,
Throwable e)
Creates a failure exception including the current line number and systemid.
|
void |
Lexer.fail(Throwable e)
Creates a failure exception including the current line number and systemid.
|
String |
Lexer.getNextToken()
getNextToken
|
static javax.jcr.nodetype.NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
javax.jcr.Session session)
Shortcut for
|
static javax.jcr.nodetype.NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
javax.jcr.Session session,
boolean reregisterExisting)
Shortcut for
|
static javax.jcr.nodetype.NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
String systemId,
javax.jcr.nodetype.NodeTypeManager nodeTypeManager,
javax.jcr.NamespaceRegistry namespaceRegistry,
javax.jcr.ValueFactory valueFactory,
boolean reregisterExisting)
Registers nodetypes in
cnd format. |
Constructor and Description |
---|
CompactNodeTypeDefReader(Reader r,
String systemId,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream.
|
CompactNodeTypeDefReader(Reader r,
String systemId,
N nsMapping,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream.
|
Constructor and Description |
---|
AbstractReadableRepositoryService(Map<String,QValue[]> descriptors,
Map<String,String> namespaces,
Reader cnd,
List<String> wspNames,
String defaultWsp)
Creates a new
AbstractReadableRepositoryService . |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.