private void addCustomCommandsFromSharedFiles(
List<CommandConfig> commandConfigList)
{
getLogFacility().logDebug(
"addCustomCommandsFromSharedFiles - start");
SharedFileFinder sharedFileFinder = getPluginContext()
.getSharedFileFinder();
if (sharedFileFinder.hasFinished())
{
List<CommandConfig> commandConfigsFromSharedFiles = sharedFileFinder
.getResult();
commandConfigList.addAll(commandConfigsFromSharedFiles);
this.customCommandsFromSharedFileHaveBeenAdded = true;
getLogFacility().logDebug(
"Added custom command configs from shared files.");