public interface IFactory
| Modifier and Type | Method and Description |
|---|---|
IDir |
newDir(ICS ics)
Instantiates an instance of an IDir object
|
IName |
newName(ICS ics,
String name)
Instantiates an IName.
|
IUserDir |
newUserDir(ICS ics,
IDir IDir)
Instantiates an instance of an IUserDir object
|
IName newName(ICS ics, String name) throws DirectoryException
name - The serialized form of the name to create.DirectoryExceptionIDir newDir(ICS ics) throws DirectoryException
DirectoryExceptionIUserDir newUserDir(ICS ics, IDir IDir) throws DirectoryException
DirectoryException