RSE
Release 1.0

org.eclipse.rse.core.filters
Interface ISystemFilterConstants

All Superinterfaces:
ISystemFilterSavePolicies
All Known Implementing Classes:
SystemFilterNamingPolicy, SystemFilterPool, SystemFilterStartHere

public interface ISystemFilterConstants
extends ISystemFilterSavePolicies

Constants used throughout filters framework.


Field Summary
static String DEFAULT_TYPE
          Default value for the type attribute for filter pools, filters and filterstrings
static String SAVEFILE_SUFFIX
          Suffix used when persisting data to a file.
static boolean TRY_TO_RESTORE_NO
          Parameter value on create operations when no restore should be attempted first
static boolean TRY_TO_RESTORE_YES
          Parameter value on create operations when a restore should be attempted first
 
Fields inherited from interface org.eclipse.rse.core.filters.ISystemFilterSavePolicies
SAVE_POLICY_NONE, SAVE_POLICY_ONE_FILE_PER_FILTER, SAVE_POLICY_ONE_FILE_PER_MANAGER, SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER, SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL
 

Field Detail

TRY_TO_RESTORE_YES

public static final boolean TRY_TO_RESTORE_YES
Parameter value on create operations when a restore should be attempted first

See Also:
Constant Field Values

TRY_TO_RESTORE_NO

public static final boolean TRY_TO_RESTORE_NO
Parameter value on create operations when no restore should be attempted first

See Also:
Constant Field Values

SAVEFILE_SUFFIX

public static final String SAVEFILE_SUFFIX
Suffix used when persisting data to a file.

See Also:
Constant Field Values

DEFAULT_TYPE

public static final String DEFAULT_TYPE
Default value for the type attribute for filter pools, filters and filterstrings

See Also:
Constant Field Values

RSE
Release 1.0

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