|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemFilterSavePolicies
A save policy dictates how filter framework artifacts are persisted to disk.
| Field Summary | |
|---|---|
static int |
SAVE_POLICY_NONE
No saving. |
static int |
SAVE_POLICY_ONE_FILE_PER_FILTER
Save each filter in each filter pool in its own file, with the same name as the filter |
static int |
SAVE_POLICY_ONE_FILE_PER_MANAGER
Save all filter pools and all filters in one file, with same name as the manager |
static int |
SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER
Save all filters in each filter pool in one file per pool, with the same name as the pool All pool files go into the same folder. |
static int |
SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL
Save all filters in each filter pool in one file per pool, with the same name as the pool. |
| Field Detail |
|---|
static final int SAVE_POLICY_NONE
static final int SAVE_POLICY_ONE_FILE_PER_MANAGER
static final int SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL
static final int SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER
static final int SAVE_POLICY_ONE_FILE_PER_FILTER
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||