Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface SystemFilterSavePolicies

All Known Subinterfaces:
SystemFilterConstants
All Known Implementing Classes:
SystemFilterNamingPolicyImpl, SystemFilterPoolImpl, SystemFilterStartHere

public interface SystemFilterSavePolicies

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

copyright

public static final String copyright
See Also:
Constant Field Values

SAVE_POLICY_NONE

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

See Also:
Constant Field Values

SAVE_POLICY_ONE_FILE_PER_MANAGER

public 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

public 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

public 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

public 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

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.