Package com.atlassian.crowd.maven.plugin
Class Utils
java.lang.Object
com.atlassian.crowd.maven.plugin.Utils
Utility class for common operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathresolveFilePath(String filePath, org.apache.maven.project.MavenProject project) Resolves a string path to aPathobject.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
resolveFilePath
Resolves a string path to aPathobject. The path will be resolved against the project base directory if it is not an absolute path.- Parameters:
filePath- the file path, either absolute or relativeproject- the maven project- Returns:
- the resolved path
-