com.javapathfinder.vjp
Class DefaultProperties

java.lang.Object
  extended by com.javapathfinder.vjp.DefaultProperties

public class DefaultProperties
extends java.lang.Object

DefaultProperties creates a set of the default VJP properties based on the IJavaProject given. The following properties are defined:

Author:
Sandro Badame

Constructor Summary
DefaultProperties()
           
 
Method Summary
static java.util.HashMap<java.lang.String,java.lang.String> getDefaultProperties(org.eclipse.jdt.core.IJavaProject project)
          Creates a HashMap containing the VJP default key/value pairs for certain properties.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProperties

public DefaultProperties()
Method Detail

getDefaultProperties

public static java.util.HashMap<java.lang.String,java.lang.String> getDefaultProperties(org.eclipse.jdt.core.IJavaProject project)
Creates a HashMap containing the VJP default key/value pairs for certain properties. See the class documentation for more details on the actual properties defined in this HashMap

Parameters:
project - The project that the properties are based on
Returns:
the HashMap containing the key/value pairs of the default properties defined.