org.apache.jackrabbit.core.nodetype
Class NodeTypeDefStore
java.lang.Object
org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
public class NodeTypeDefStore
- extends 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(InputStream in)
throws IOException,
InvalidNodeTypeDefException,
javax.jcr.RepositoryException
- Parameters:
in
-
- Throws:
IOException
InvalidNodeTypeDefException
javax.jcr.RepositoryException
store
public void store(OutputStream out,
javax.jcr.NamespaceRegistry registry)
throws IOException,
javax.jcr.RepositoryException
- Parameters:
out
- registry
-
- Throws:
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 Collection all()
- Returns:
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.