org.apache.maven.plugin.eclipse.reader
Class ReadWorkspaceLocations

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations

public class ReadWorkspaceLocations
extends Object

Scan the eclipse workspace and create a array with IdeDependency for all found artefacts.

Version:
$Id: ReadWorkspaceLocations.java 628070 2008-02-15 14:24:38Z aheritier $
Author:
Richard van Nieuwenhoven

Constructor Summary
ReadWorkspaceLocations()
           
 
Method Summary
 void init(org.apache.maven.plugin.logging.Log log, WorkspaceConfiguration workspaceConfiguration, org.apache.maven.project.MavenProject project, String wtpDefaultServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadWorkspaceLocations

public ReadWorkspaceLocations()
Method Detail

init

public void init(org.apache.maven.plugin.logging.Log log,
                 WorkspaceConfiguration workspaceConfiguration,
                 org.apache.maven.project.MavenProject project,
                 String wtpDefaultServer)


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