tomp.xtcl.command
Class ProfilingXIncluderCommand

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.VarCommand
          extended bytomp.xtcl.command.FilterCommand
              extended bytomp.xtcl.command.TypeDetectorFilterCommand
                  extended bytomp.xtcl.command.AdaptiveFilterCommand
                      extended bytomp.xtcl.command.AdaptiveXIncluderCommand
                          extended bytomp.xtcl.command.ProfilingXIncluderCommand
All Implemented Interfaces:
Command

public class ProfilingXIncluderCommand
extends AdaptiveXIncluderCommand


Field Summary
 
Fields inherited from class tomp.xtcl.command.TypeDetectorFilterCommand
tdVar
 
Fields inherited from class tomp.xtcl.command.FilterCommand
className, params, realParams
 
Fields inherited from class tomp.xtcl.command.VarCommand
var
 
Constructor Summary
ProfilingXIncluderCommand()
           
 
Method Summary
 int execute(Context context)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.TypeDetectorFilterCommand
setTypeDatabaseVar
 
Methods inherited from class tomp.xtcl.command.FilterCommand
initFilter, setClassName, setParameter
 
Methods inherited from class tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilingXIncluderCommand

public ProfilingXIncluderCommand()
Method Detail

execute

public int execute(Context context)
            throws java.lang.Exception
Specified by:
execute in interface Command
Overrides:
execute in class AdaptiveXIncluderCommand
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class AdaptiveXIncluderCommand