TxMountPointRegistry
A singleton class repository keep mapping of mountpoint's name or symbol --> mountpoint object instance. The registry is use to create to create a new mountpoint object and store it's reference in the repository.
usages
Create new mountpoint object and save is in the registory for later access it by other objects.
Add an existing mountpoint by it's name | sybmol.
Get an existing mountpoint by it's name | sybmol.
Last updated