com.pmease.quickbuild.extensionpoint
Class StepProvider

java.lang.Object
  extended by com.pmease.quickbuild.extensionpoint.StepProvider
All Implemented Interfaces:
TypeProvider

public abstract class StepProvider
extends java.lang.Object
implements TypeProvider

This extension point defines a step type in the system.


Constructor Summary
StepProvider()
           
 
Method Summary
abstract  java.lang.Class<? extends Step> getStepClass()
          Get class of the step type.
 java.lang.Class<? extends TypeInstance> getTypeClass()
          Get class of the supported type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepProvider

public StepProvider()
Method Detail

getStepClass

public abstract java.lang.Class<? extends Step> getStepClass()
Get class of the step type.

Returns:
null if not applicable

getTypeClass

public final java.lang.Class<? extends TypeInstance> getTypeClass()
Description copied from interface: TypeProvider
Get class of the supported type.

Specified by:
getTypeClass in interface TypeProvider
Returns:
null if not applicable


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.