org.apache.maven.plugin.eclipse
Class TempEclipseWorkspace

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

public class TempEclipseWorkspace
extends java.lang.Object


Field Summary
 java.io.File workspaceLocation
           
 
Constructor Summary
TempEclipseWorkspace(java.lang.String testWorkspaceName, java.lang.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 java.io.File workspaceLocation
Constructor Detail

TempEclipseWorkspace

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

getFixtureEclipseWorkspaceWithRad7Default14

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

getFixtureEclipseWithDefault15

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

getFixtureEclipseWithDefault13

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

getFixtureEclipseDynamicWorkspace

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


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