eclipseme.core.model.impl
Class ParameterGuessingPreverifier

java.lang.Object
  extended byeclipseme.core.internal.utils.tools.AbstractTool
      extended byeclipseme.core.model.impl.Preverifier
          extended byeclipseme.core.model.impl.ParameterGuessingPreverifier
All Implemented Interfaces:
IPreverifier

public class ParameterGuessingPreverifier
extends Preverifier

A standard preverifier implementation that attempts to guess the correct parameters for use in the preverifier.

Copyright (c) 2003-2005 Craig Setera
All Rights Reserved.
Licensed under the Eclipse Public License - v 1.0


$Revision: 1.2 $
$Date: 2005/07/07 02:36:57 $

Author:
Craig Setera

Field Summary
 
Fields inherited from class eclipseme.core.model.impl.Preverifier
PREVERIFIER
 
Constructor Summary
ParameterGuessingPreverifier()
           
 
Methods inherited from class eclipseme.core.model.impl.Preverifier
extractClassName, extractResourcePath, preverify, preverifyJarFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterGuessingPreverifier

public ParameterGuessingPreverifier()