Class PathUtil


  • public class PathUtil
    extends java.lang.Object
    Functions to assist with integration of stores to IDE environments
    Author:
    uzi
    • Constructor Summary

      Constructors 
      Constructor Description
      PathUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDevelopmentEnvironmentPath​(java.lang.String path)
      Indicates whether the given path points to a development time resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathUtil

        public PathUtil()
    • Method Detail

      • isDevelopmentEnvironmentPath

        public static boolean isDevelopmentEnvironmentPath​(java.lang.String path)
        Indicates whether the given path points to a development time resource. This is useful for Stores that are mount on hot-deploy targets (as within integrated development environments). Stores operating in these environments can safeguard to avoid penalities associated with loading development time information that might be present in search paths.
        Parameters:
        path - String
        Returns:
        boolean