|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.filters.SystemFilterNamingPolicy
org.eclipse.rse.core.subsystems.SubSystemFilterNamingPolicy
A filter naming policy is responsible for returning the save file names for a given filter framework object. This policy implements our naming policy for the filter files in the remote systems project.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.rse.core.filters.ISystemFilterConstants |
|---|
DEFAULT_TYPE, SAVEFILE_SUFFIX, TRY_TO_RESTORE_NO, TRY_TO_RESTORE_YES |
| 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 |
| Constructor Summary | |
|---|---|
SubSystemFilterNamingPolicy()
Constructor for SubSystemFilterNamingPolicy |
|
| Method Summary | |
|---|---|
String |
getFilterPoolFolderName(String poolName)
Get the folder name for the given SystemFilterPool object. |
String |
getFilterPoolFolderNamePrefix()
Get the folder name prefix for all pool folders. |
String |
getFilterPoolSaveFileName(String poolName)
Get the unqualified save file name for the given SystemFilterPool object. |
String |
getFilterPoolSaveFileNamePrefix()
Get the file name prefix for all pool files. |
String |
getFilterSaveFileName(String filterName)
Get the unqualified save file name for the given SystemFilter object. |
String |
getFilterSaveFileNamePrefix()
Get the file name prefix for all filter files. |
String |
getManagerSaveFileName(String managerName)
Get the unqualified save file name for the given SystemFilterPoolManager object. |
String |
getReferenceManagerSaveFileName(String managerName)
Get the unqualified save file name for the given SystemFilterPoolReferenceManager object. |
| Methods inherited from class org.eclipse.rse.core.filters.SystemFilterNamingPolicy |
|---|
getNamingPolicy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SubSystemFilterNamingPolicy()
| Method Detail |
public String getManagerSaveFileName(String managerName)
Returns "filterPools_"+managerName by default.
getManagerSaveFileName in interface IRSEFilterNamingPolicygetManagerSaveFileName in class SystemFilterNamingPolicypublic String getReferenceManagerSaveFileName(String managerName)
Returns "filterPoolRefs_"+managerName by default.
getReferenceManagerSaveFileName in interface IRSEFilterNamingPolicygetReferenceManagerSaveFileName in class SystemFilterNamingPolicypublic String getFilterPoolSaveFileName(String poolName)
Returns getFilterPoolSaveFileNamePrefix()+poolName by default.
getFilterPoolSaveFileName in interface IRSEFilterNamingPolicygetFilterPoolSaveFileName in class SystemFilterNamingPolicypublic String getFilterPoolSaveFileNamePrefix()
By default returns "filterPool_"
getFilterPoolSaveFileNamePrefix in interface IRSEFilterNamingPolicygetFilterPoolSaveFileNamePrefix in class SystemFilterNamingPolicypublic String getFilterPoolFolderName(String poolName)
Returns getFilterPoolFolderNamePrefix()+poolName by default.
getFilterPoolFolderName in interface IRSEFilterNamingPolicygetFilterPoolFolderName in class SystemFilterNamingPolicypublic String getFilterPoolFolderNamePrefix()
By default returns "FilterPool_"
getFilterPoolFolderNamePrefix in interface IRSEFilterNamingPolicygetFilterPoolFolderNamePrefix in class SystemFilterNamingPolicypublic String getFilterSaveFileName(String filterName)
Returns getFilterSaveFileNamePrefix()+filterName by default.
getFilterSaveFileName in interface IRSEFilterNamingPolicygetFilterSaveFileName in class SystemFilterNamingPolicypublic String getFilterSaveFileNamePrefix()
Returns "Filter_" by default.
getFilterSaveFileNamePrefix in interface IRSEFilterNamingPolicygetFilterSaveFileNamePrefix in class SystemFilterNamingPolicy
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||