Class PathUtil
- java.lang.Object
-
- org.springframework.extensions.webscripts.PathUtil
-
public class PathUtil extends java.lang.ObjectFunctions 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 booleanisDevelopmentEnvironmentPath(java.lang.String path)Indicates whether the given path points to a development time resource.
-
-
-
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
-
-