|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.filters.impl.SystemFilterNamingPolicyImpl
com.ibm.etools.systems.subsystems.impl.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 | |
---|---|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.systems.filters.SystemFilterConstants |
---|
DEFAULT_TYPE, SAVEFILE_SUFFIX, TRY_TO_RESTORE_NO, TRY_TO_RESTORE_YES |
Fields inherited from interface com.ibm.etools.systems.filters.SystemFilterSavePolicies |
---|
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 com.ibm.etools.systems.filters.impl.SystemFilterNamingPolicyImpl |
---|
getNamingPolicy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SubSystemFilterNamingPolicy()
Method Detail |
public String getManagerSaveFileName(String managerName)
Returns "filterPools_"+managerName by default.
getManagerSaveFileName
in interface SystemFilterNamingPolicy
getManagerSaveFileName
in class SystemFilterNamingPolicyImpl
public String getReferenceManagerSaveFileName(String managerName)
Returns "filterPoolRefs_"+managerName by default.
getReferenceManagerSaveFileName
in interface SystemFilterNamingPolicy
getReferenceManagerSaveFileName
in class SystemFilterNamingPolicyImpl
public String getFilterPoolSaveFileName(String poolName)
Returns getFilterPoolSaveFileNamePrefix()+poolName by default.
getFilterPoolSaveFileName
in interface SystemFilterNamingPolicy
getFilterPoolSaveFileName
in class SystemFilterNamingPolicyImpl
public String getFilterPoolSaveFileNamePrefix()
By default returns "filterPool_"
getFilterPoolSaveFileNamePrefix
in interface SystemFilterNamingPolicy
getFilterPoolSaveFileNamePrefix
in class SystemFilterNamingPolicyImpl
public String getFilterPoolFolderName(String poolName)
Returns getFilterPoolFolderNamePrefix()+poolName by default.
getFilterPoolFolderName
in interface SystemFilterNamingPolicy
getFilterPoolFolderName
in class SystemFilterNamingPolicyImpl
public String getFilterPoolFolderNamePrefix()
By default returns "FilterPool_"
getFilterPoolFolderNamePrefix
in interface SystemFilterNamingPolicy
getFilterPoolFolderNamePrefix
in class SystemFilterNamingPolicyImpl
public String getFilterSaveFileName(String filterName)
Returns getFilterSaveFileNamePrefix()+filterName by default.
getFilterSaveFileName
in interface SystemFilterNamingPolicy
getFilterSaveFileName
in class SystemFilterNamingPolicyImpl
public String getFilterSaveFileNamePrefix()
Returns "Filter_" by default.
getFilterSaveFileNamePrefix
in interface SystemFilterNamingPolicy
getFilterSaveFileNamePrefix
in class SystemFilterNamingPolicyImpl
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |