Groovy Documentation

org.codehaus.griffon.runtime.slideware
[Java] Class SlideArtifactHandler

java.lang.Object
  org.codehaus.griffon.runtime.core.ArtifactHandlerAdapter
      org.codehaus.griffon.runtime.slideware.SlideArtifactHandler

public class SlideArtifactHandler
extends ArtifactHandlerAdapter

Handler for 'Slide' artifacts.

Authors:
Andres Almiray


Constructor Summary
SlideArtifactHandler(GriffonApplication app)

 
Method Summary
protected GriffonClass newGriffonClassInstance(Class clazz)

 
Methods inherited from class ArtifactHandlerAdapter
getClasses, getType, initialize, getArtifacts, getApp, getTrailing, isArtifact, isArtifact, findClassFor, getClassFor, getClassFor, getClassesByName, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SlideArtifactHandler

public SlideArtifactHandler(GriffonApplication app)


 
Method Detail

newGriffonClassInstance

protected GriffonClass newGriffonClassInstance(Class clazz)


 

Groovy Documentation