Package jmri.configurexml
Class LoadAndStorePermissionOwner.Factory
java.lang.Object
jmri.configurexml.LoadAndStorePermissionOwner.Factory
- All Implemented Interfaces:
PermissionFactory
- Enclosing class:
- LoadAndStorePermissionOwner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(PermissionManager manager) Register the permissions that this factory provides.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
register
Description copied from interface:PermissionFactoryRegister the permissions that this factory provides. Note that the owner of the permissions must be registered before the permissions are registered.- Specified by:
registerin interfacePermissionFactory- Parameters:
manager- the permission manager
-