public static interface IPlatformConfiguration.ISitePolicy
Modifier and Type | Field and Description |
---|---|
static int |
MANAGED_ONLY
When this site policy is used, only plug-ins specified by the configured features
are contributed to the runtime.
|
static int |
USER_EXCLUDE
User-defined exclusion list.
|
static int |
USER_INCLUDE
User-defined inclusion list.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getList()
Return policy inclusion/ exclusion list
|
int |
getType()
Return policy type
|
void |
setList(String[] list)
Set new policy list.
|
static final int USER_INCLUDE
static final int USER_EXCLUDE
static final int MANAGED_ONLY
int getType()
String[] getList()
void setList(String[] list)
list
- policy inclusion/ exclusion list as an array.
Returns an empty array if there are no entries.USER_INCLUDE
,
USER_EXCLUDE
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.