org.apache.jackrabbit.core.nodetype
Class NodeTypeDefStore
java.lang.Object
org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
public class NodeTypeDefStore
- extends java.lang.Object
NodeTypeDefStore ...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeTypeDefStore
public NodeTypeDefStore()
throws javax.jcr.RepositoryException
- Empty default constructor.
- Throws:
javax.jcr.RepositoryException
load
public void load(java.io.InputStream in)
throws java.io.IOException,
InvalidNodeTypeDefException,
javax.jcr.RepositoryException
- Parameters:
in -
- Throws:
java.io.IOException
InvalidNodeTypeDefException
javax.jcr.RepositoryException
store
public void store(java.io.OutputStream out,
javax.jcr.NamespaceRegistry registry)
throws java.io.IOException,
javax.jcr.RepositoryException
- Parameters:
out - registry -
- Throws:
java.io.IOException
javax.jcr.RepositoryException
add
public void add(NodeTypeDef ntd)
- Parameters:
ntd -
remove
public boolean remove(Name name)
- Parameters:
name -
- Returns:
removeAll
public void removeAll()
contains
public boolean contains(Name name)
- Parameters:
name -
- Returns:
get
public NodeTypeDef get(Name name)
- Parameters:
name -
- Returns:
all
public java.util.Collection all()
- Returns:
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.