|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A save policy dictates how filter framework artifacts are persisted to disk.
Field Summary | |
---|---|
static String |
copyright
|
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 |
public static final String copyright
public static final int SAVE_POLICY_NONE
public static final int SAVE_POLICY_ONE_FILE_PER_MANAGER
public static final int SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL
public static final int SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER
public static final int SAVE_POLICY_ONE_FILE_PER_FILTER
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |