|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Site policy. The site policy object determines how plug-ins contained on the site are processed during startup. In general, there are 3 ways of configuring a site policy
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String[] |
getList()
Return policy inclusion/ exclusion list |
int |
getType()
Return policy type |
void |
setList(String[] list)
Set new policy list. |
Field Detail |
public static final int USER_INCLUDE
public static final int USER_EXCLUDE
public static final int MANAGED_ONLY
Method Detail |
public int getType()
public String[] getList()
public 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
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.