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