public interface IAccessRuleParticipant
Clients contributing an access rule participant may implement this interface.
Modifier and Type | Method and Description |
---|---|
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.
|
IAccessRule[][] getAccessRules(IExecutionEnvironment environment, IVMInstall vm, LibraryLocation[] libraries, IJavaProject project)
libraries
, possibly empty.environment
- the environment that access rules are requested forvm
- the vm that access rules are requested forlibraries
- the libraries that access rules are requested forproject
- the project the access rules are requested for or null
if none
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.