The platform policy providers are implemented using a rigid class hierarchy
and involve the provider, a loader and a delegate. This code should be
simplified and refactored to suport watching multiple files, and to merge
mandatory and recommended providers.
chro...@googlecode.com
unread,
Jun 5, 2012, 8:51:56 AM6/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Add the AsyncPolicyProvider and AsyncPolicyLoader, which provide the same
functionality as the AsychronousPolicyProvider/Loader and
FileBasedPolicyProvider/Loader.
Also has a simpler interface for implementations to override.
Implement the ConfigDirPolicyProvider based on the AsyncPolicyLoader.
Also makes the ConfigDirPolicyLoader load both mandatory and recommended
policies, and removes the recommended_platform_provider from the connector;
there's only one platform provider now.