getAccessRules
public IAccessRule[][] getAccessRules(IExecutionEnvironment environment,
IVMInstall vm,
LibraryLocation[] libraries,
IJavaProject project)
Returns a collection of access rules to be applied to the specified VM
libraries and execution environment in the context of the given project.
An array of access rules is returned for each library specified by
libraries, possibly empty.
- Specified by:
getAccessRules in interface IAccessRuleParticipant
- Parameters:
environment - the environment that access rules are requested for
vm - the vm that access rules are requested for
libraries - the libraries that access rules are requested for
project - the project the access rules are requested for or null if none
- Returns:
- a collection of arrays of access rules - one array per library, possibly empty