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