org.apache.jackrabbit.core.nodetype
Class NodeTypeDefStore

java.lang.Object
  extended byorg.apache.jackrabbit.core.nodetype.NodeTypeDefStore

public class NodeTypeDefStore
extends Object

NodeTypeDefStore ...


Constructor Summary
NodeTypeDefStore()
          Empty default constructor.
 
Method Summary
 void add(NodeTypeDef ntd)
           
 Collection all()
           
 boolean contains(QName name)
           
 NodeTypeDef get(QName name)
           
 void load(InputStream in)
           
 boolean remove(QName name)
           
 void removeAll()
           
 void store(OutputStream out, NamespaceRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypeDefStore

public NodeTypeDefStore()
                 throws RepositoryException
Empty default constructor.

Method Detail

load

public void load(InputStream in)
          throws IOException,
                 InvalidNodeTypeDefException,
                 RepositoryException
Parameters:
in -
Throws:
IOException
InvalidNodeTypeDefException
RepositoryException

store

public void store(OutputStream out,
                  NamespaceRegistry registry)
           throws IOException,
                  RepositoryException
Parameters:
out -
registry -
Throws:
IOException
RepositoryException

add

public void add(NodeTypeDef ntd)
Parameters:
ntd -

remove

public boolean remove(QName name)
Parameters:
name -
Returns:

removeAll

public void removeAll()

contains

public boolean contains(QName name)
Parameters:
name -
Returns:

get

public NodeTypeDef get(QName name)
Parameters:
name -
Returns:

all

public Collection all()
Returns:


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.