Interface HomeFolderManager
-
- All Known Implementing Classes:
PortableHomeFolderManager
public interface HomeFolderManagerAn object responsible for creating / validating the home folder for a given person node child association reference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmakeHomeFolder(ChildAssociationRef childAssocRef)Create / move the home folder if required.
-
-
-
Method Detail
-
makeHomeFolder
void makeHomeFolder(ChildAssociationRef childAssocRef)
Create / move the home folder if required.- Parameters:
childAssocRef- the primary child association pointing to the person node.
-
-