org.lsst.ccs.config.utilities
Class ConfigUtils

java.lang.Object
  extended by org.lsst.ccs.config.utilities.ConfigUtils

public class ConfigUtils
extends Object

Author:
bamade

Constructor Summary
ConfigUtils()
           
 
Method Summary
static String baseNameFromNames(NamesAndTag namesAndTag)
          creates a fileName from a NamesAndTag object (reverse operation of namesFromPath
static NamesAndTag namesFromPath(String pathName)
          gets subsystem name, configName and tag name from pathName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

namesFromPath

public static NamesAndTag namesFromPath(String pathName)
gets subsystem name, configName and tag name from pathName

Parameters:
pathName -
Returns:

baseNameFromNames

public static String baseNameFromNames(NamesAndTag namesAndTag)
creates a fileName from a NamesAndTag object (reverse operation of namesFromPath

Parameters:
namesAndTag -
Returns:


Copyright © 2013 LSST. All Rights Reserved.