java.lang.Object
org.springframework.extensions.webscripts.PathUtil

public class PathUtil extends Object
Functions to assist with integration of stores to IDE environments
Author:
uzi
  • Constructor Details

    • PathUtil

      public PathUtil()
  • Method Details

    • isDevelopmentEnvironmentPath

      public static boolean isDevelopmentEnvironmentPath(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