Package org.alfresco.repo.importer.view
Class ViewParser
- java.lang.Object
-
- org.alfresco.repo.importer.view.ViewParser
-
-
Constructor Summary
Constructors Constructor Description ViewParser()Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(Reader viewReader, Importer importer)Parse nodes from specified input stream and import via the provided importervoidsetDictionaryService(DictionaryService dictionaryService)voidsetNamespaceService(NamespaceService namespaceService)voidsetNodeService(NodeService nodeService)
-
-
-
Method Detail
-
setNamespaceService
public void setNamespaceService(NamespaceService namespaceService)
- Parameters:
namespaceService- the namespace service
-
setNodeService
public void setNodeService(NodeService nodeService)
- Parameters:
nodeService- the node service
-
setDictionaryService
public void setDictionaryService(DictionaryService dictionaryService)
- Parameters:
dictionaryService- the dictionary service
-
-