Hi,

currently there are only API methods to register new nodetypes but not to modify aka reregister nodetypes.
I would like to add the following methods to JackrabbitNodeTypeManager:

NodeType[] registerNodeTypes(InputSource in, boolean reregisterExistent)
NodeType[] registerNodeTypes(InputStream in, String contentType, boolean reregisterExistent)

If the parameter reregisterExistent is true, already existent nodetypes will be reregistered.
What do you think about that? Did I miss anything?

Cheers,
Christoph

Reply via email to