com.hyper9.simdk.codegen.impls
Class FaultTypeProcessorImpl

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.TypeProcessorImpl<FaultType>
      extended by com.hyper9.simdk.codegen.impls.FaultTypeProcessorImpl
All Implemented Interfaces:
TypeProcessor<FaultType>

public class FaultTypeProcessorImpl
extends TypeProcessorImpl<FaultType>


Constructor Summary
FaultTypeProcessorImpl()
           
 
Method Summary
 void processClass(Class<?> clazz, String sourceFilePath)
          Processes a class that is being enumerated from a package.
 boolean shouldProcess(Class<?> clazz, String sourceFilePath)
          Gets a flag indicating whether or not processClass should be invoked on this class.
 
Methods inherited from class com.hyper9.simdk.codegen.impls.TypeProcessorImpl
getProcessedMetaTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultTypeProcessorImpl

public FaultTypeProcessorImpl()
Method Detail

shouldProcess

public boolean shouldProcess(Class<?> clazz,
                             String sourceFilePath)
Description copied from interface: TypeProcessor
Gets a flag indicating whether or not processClass should be invoked on this class.

Parameters:
clazz - The class to test.
sourceFilePath - The class's source file path.
Returns:
A flag indicating whether or not processClass should be invoked on this class.

processClass

public void processClass(Class<?> clazz,
                         String sourceFilePath)
                  throws Exception
Description copied from interface: TypeProcessor
Processes a class that is being enumerated from a package.

Parameters:
clazz - The class.
sourceFilePath - The class's source file path.
Throws:
Exception - When an error occurs.


Copyright © 2009-2010 Hyper9. All Rights Reserved.