Class Utils

java.lang.Object
com.atlassian.crowd.maven.plugin.Utils

public class Utils extends Object
Utility class for common operations.
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • resolveFilePath

      public static Path resolveFilePath(String filePath, org.apache.maven.project.MavenProject project)
      Resolves a string path to a Path object. 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 relative
      project - the maven project
      Returns:
      the resolved path