Interface NodeTypeInstaller
-
@ProviderType public interface NodeTypeInstaller
NodeTypeInstaller
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<javax.jcr.nodetype.NodeType>
install(ProgressTracker tracker, NodeTypeSet types)
-
-
-
Method Detail
-
install
Collection<javax.jcr.nodetype.NodeType> install(ProgressTracker tracker, NodeTypeSet types) throws IOException, javax.jcr.RepositoryException
- Throws:
IOException
javax.jcr.RepositoryException
-
-