RSE
Release 1.0

org.eclipse.rse.core.filters
Interface IRSEFilterNamingPolicy

All Known Implementing Classes:
SubSystemFilterNamingPolicy, SystemFilterNamingPolicy

public interface IRSEFilterNamingPolicy

Allows tool writers to specify the naming standards for the persistence files and folders involved with filters.

Note that not all methods will be used for all saving policies.

See Also:
org.eclipse.rse.internal.filters.SystemFilterNamingPolicy#getNamingPolicy()

Method Summary
 String getFilterPoolFolderName(String poolName)
          Get the folder name for the given SystemFilterPool object name.
 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 name.
 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 name Do NOT include the extension, as .xmi will be added.
 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 name.
 String getReferenceManagerSaveFileName(String managerName)
          Get the unqualified save file name for the given SystemFilterPoolReferenceManager object name.
 

Method Detail

getManagerSaveFileName

public String getManagerSaveFileName(String managerName)
Get the unqualified save file name for the given SystemFilterPoolManager object name. Do NOT include the extension, as .xmi will be added.


getReferenceManagerSaveFileName

public String getReferenceManagerSaveFileName(String managerName)
Get the unqualified save file name for the given SystemFilterPoolReferenceManager object name. Do NOT include the extension, as .xmi will be added.


getFilterPoolSaveFileName

public String getFilterPoolSaveFileName(String poolName)
Get the unqualified save file name for the given SystemFilterPool object name. Do NOT include the extension, as .xmi will be added.


getFilterPoolSaveFileNamePrefix

public String getFilterPoolSaveFileNamePrefix()
Get the file name prefix for all pool files. Used to deduce the saved pools by examining the file system


getFilterPoolFolderName

public String getFilterPoolFolderName(String poolName)
Get the folder name for the given SystemFilterPool object name.


getFilterPoolFolderNamePrefix

public String getFilterPoolFolderNamePrefix()
Get the folder name prefix for all pool folders. Used to deduce the saved pools by examining the file system


getFilterSaveFileName

public String getFilterSaveFileName(String filterName)
Get the unqualified save file name for the given SystemFilter object name Do NOT include the extension, as .xmi will be added.


getFilterSaveFileNamePrefix

public String getFilterSaveFileNamePrefix()
Get the file name prefix for all filter files. Used to deduce the saved pools by examining the file system


RSE
Release 1.0

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