Exemplo n.º 1
0
 public static String getConfigurationPath(final Class clazz) {
   return SmartlyPathManager.getConfigurationPath(clazz);
 }
Exemplo n.º 2
0
 public static String getAbsolutePath(final String relativePath) {
   return SmartlyPathManager.getAbsolutePath(relativePath);
 }
Exemplo n.º 3
0
 public static String getConfigurationPath() {
   return SmartlyPathManager.getConfigurationPath();
 }