Package com.caplin.motif.utility
Class ConfigLocator
- java.lang.Object
-
- com.caplin.motif.utility.ConfigLocator
-
public class ConfigLocator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOM_CONFIG_DIR_PROPERTY
static String
CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigLocator
create(String bladeName)
String
getFilePath(String fileName)
-
-
-
Field Detail
-
CUSTOM_CONFIG_DIR_PROPERTY
public static final String CUSTOM_CONFIG_DIR_PROPERTY
- See Also:
- Constant Field Values
-
CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY
public static final String CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static ConfigLocator create(String bladeName) throws IOException
- Throws:
IOException
-
getFilePath
public String getFilePath(String fileName) throws IOException
- Throws:
IOException
-
-