Class ProjectUtils


  • public class ProjectUtils
    extends java.lang.Object
    Utilities for Project package.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getSnapJarFile()
      Returns the Snap jar file.
      static java.lang.String getSnapJarPath()
      Returns the Snap jar path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectUtils

        public ProjectUtils()
    • Method Detail

      • getSnapJarPath

        public static java.lang.String getSnapJarPath()
        Returns the Snap jar path.
      • getSnapJarFile

        public static java.io.File getSnapJarFile()
        Returns the Snap jar file.