|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.util.BulkLoader
public class BulkLoader
This takes a filesystem directory path and a repository path and name and bulk loads recursively from the filesystem.
Constructor Summary | |
---|---|
BulkLoader()
Create a new one. |
Method Summary | |
---|---|
void |
recursiveLoad(java.lang.String fsPath,
java.lang.String repPath)
Recursively load content. |
protected void |
setAvmRemoteService(AVMRemote service)
Set the AVMService. |
void |
setAvmService(AVMService service)
Set the AVMService. |
void |
setPropertyCount(int propCount)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BulkLoader()
Method Detail |
---|
public void setAvmService(AVMService service)
service
- protected void setAvmRemoteService(AVMRemote service)
service
- public void setPropertyCount(int propCount)
public void recursiveLoad(java.lang.String fsPath, java.lang.String repPath)
fsPath
- The path in the filesystem.repPath
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |