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 NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
Session session)
Shortcut for
|
static NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
Session session,
boolean reregisterExisting)
Shortcut for
|
static NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
String systemId,
NodeTypeManager nodeTypeManager,
NamespaceRegistry namespaceRegistry,
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–2021 The Apache Software Foundation. All rights reserved.