org.apache.maven.plugin.eclipse
Class TempEclipseWorkspace

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.TempEclipseWorkspace

public class TempEclipseWorkspace
extends Object


Field Summary
 File workspaceLocation
           
 
Constructor Summary
TempEclipseWorkspace(String testWorkspaceName, String[] projectsToLink)
           
 
Method Summary
static TempEclipseWorkspace getFixtureEclipseDynamicWorkspace()
           
static TempEclipseWorkspace getFixtureEclipseWithDefault13()
           
static TempEclipseWorkspace getFixtureEclipseWithDefault15()
           
static TempEclipseWorkspace getFixtureEclipseWorkspaceWithRad7Default14()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workspaceLocation

public File workspaceLocation
Constructor Detail

TempEclipseWorkspace

public TempEclipseWorkspace(String testWorkspaceName,
                            String[] projectsToLink)
                     throws Exception
Throws:
Exception
Method Detail

getFixtureEclipseWorkspaceWithRad7Default14

public static TempEclipseWorkspace getFixtureEclipseWorkspaceWithRad7Default14()
                                                                        throws Exception
Returns:
RAD 7 workspace, JDK 14, includes projects: "direct-compile"
Throws:
Exception

getFixtureEclipseWithDefault15

public static TempEclipseWorkspace getFixtureEclipseWithDefault15()
                                                           throws Exception
Returns:
Eclipse workspace, JDK 1.5, includes projects: "direct-compile".
Throws:
Exception

getFixtureEclipseWithDefault13

public static TempEclipseWorkspace getFixtureEclipseWithDefault13()
                                                           throws Exception
Returns:
Eclipse workspace, JDK 1.3, includes projects: "direct-compile"
Throws:
Exception

getFixtureEclipseDynamicWorkspace

public static TempEclipseWorkspace getFixtureEclipseDynamicWorkspace()
                                                              throws Exception
Returns:
Eclipse workspace, JDK 1.4, includes projects: "project-A/module-A1", "../project-O"
Throws:
Exception


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.