com.javapathfinder.vjp.config.tree
Class TreeProject

java.lang.Object
  extended by com.javapathfinder.vjp.config.tree.TreeProject

public class TreeProject
extends java.lang.Object

This class represents a project for the launch tree in the dialog. It simply holds an array of configuration files and the java project that contains those configuration files.

Author:
Sandro Badame

Field Summary
 org.eclipse.jdt.core.IJavaProject java_project
           
 org.eclipse.core.resources.IFile[] modePropertyFiles
           
 
Constructor Summary
TreeProject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modePropertyFiles

public org.eclipse.core.resources.IFile[] modePropertyFiles

java_project

public org.eclipse.jdt.core.IJavaProject java_project
Constructor Detail

TreeProject

public TreeProject()