Class Utils


  • public class Utils
    extends java.lang.Object
    Common utility method for Eclipse-based tool integrations.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean projectExists​(java.lang.String name)
      Returns whether the given project exists.
      • Methods inherited from class java.lang.Object

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

      • Utils

        public Utils()
    • Method Detail

      • projectExists

        public final boolean projectExists​(java.lang.String name)
        Returns whether the given project exists.
        Parameters:
        name - the name of the project to be created.
        Returns:
        true if the project exists, false else