RSE
Release 2.0

org.eclipse.rse.core.filters
Interface ISystemFilterSavePolicies


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

SAVE_POLICY_NONE

static final int SAVE_POLICY_NONE
No saving. All save/restoring handled elsewhere.

See Also:
Constant Field Values

SAVE_POLICY_ONE_FILE_PER_MANAGER

static final int SAVE_POLICY_ONE_FILE_PER_MANAGER
Save all filter pools and all filters in one file, with same name as the manager

See Also:
Constant Field Values

SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL

static final 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. Each pool also has its own unique folder.

See Also:
Constant Field Values

SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER

static final 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.

See Also:
Constant Field Values

SAVE_POLICY_ONE_FILE_PER_FILTER

static final 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

See Also:
Constant Field Values

RSE
Release 2.0

Copyright (c) IBM Corporation and others 2000, 2007. All Rights Reserved.