Class PathUtil
java.lang.Object
org.springframework.extensions.webscripts.PathUtil
Functions to assist with integration of stores to IDE environments
- Author:
- uzi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanIndicates whether the given path points to a development time resource.
-
Constructor Details
-
PathUtil
public PathUtil()
-
-
Method Details
-
isDevelopmentEnvironmentPath
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
-