Class Repo2Runnable


public class Repo2Runnable extends EclipseApp
Models the repo2runnable application.
  • Constructor Details

    • Repo2Runnable

      public Repo2Runnable()
  • Method Details

    • source

      public void source(File file)
      Adds the given location as a source.
    • destination

      public void destination(File file)
      Adds the given location as a destination.
    • runUsingBootstrapper

      public void runUsingBootstrapper() throws Exception
      Runs this application, downloading a small bootstrapper if necessary.
      Throws:
      Exception
    • runUsingBootstrapper

      public void runUsingBootstrapper(Project project) throws Exception
      Runs this application, downloading a small bootstrapper if necessary.
      Throws:
      Exception