java.lang.Object
net.ssehub.easy.integration.common.eclipse.Utils

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

    • Utils

      public Utils()
  • Method Details

    • projectExists

      public final boolean projectExists(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