org.eclipse.gmt.modisco.kdm.source.discoverer
Class KDMSourceDiscoverer

java.lang.Object
  extended by org.eclipse.gmt.modisco.kdm.source.discoverer.KDMSourceDiscoverer

Deprecated. the whole plug-in is replaced by org.eclipse.modisco.kdm.source.discoverer

@Deprecated
public class KDMSourceDiscoverer
extends java.lang.Object

Some services for building a basic file system representation, based on Source sub package from KDM metamodel.


Constructor Summary
KDMSourceDiscoverer()
          Deprecated.  
 
Method Summary
 Resource getKDMModelFromContainer(IContainer aContainer)
          Deprecated. Create a new File system representation for the given Eclipse container.
 Resource getKDMModelFromDirectory(java.io.File aFile)
          Deprecated. Create a new File system representation for the given File.
 Resource getKDMModelFromJavaProject(IJavaProject aProject)
          Deprecated. Create a new File system representation for the given Eclipse Java project.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDMSourceDiscoverer

public KDMSourceDiscoverer()
Deprecated. 
Method Detail

getKDMModelFromDirectory

public final Resource getKDMModelFromDirectory(java.io.File aFile)
Deprecated. 
Create a new File system representation for the given File.

Parameters:
aFile - must be a directory
Returns:
the resource containing the representation

getKDMModelFromJavaProject

public final Resource getKDMModelFromJavaProject(IJavaProject aProject)
Deprecated. 
Create a new File system representation for the given Eclipse Java project.

Parameters:
aProject - a Java project
Returns:
the resource containing the representation

getKDMModelFromContainer

public final Resource getKDMModelFromContainer(IContainer aContainer)
Deprecated. 
Create a new File system representation for the given Eclipse container.

Parameters:
aContainer - a Eclipse container
Returns:
the resource containing the representation