org.gedcomx.build.enunciate
Class RecipeClasspathHandler

java.lang.Object
  extended by org.gedcomx.build.enunciate.RecipeClasspathHandler
All Implemented Interfaces:
org.codehaus.enunciate.main.ClasspathHandler

public class RecipeClasspathHandler
extends Object
implements org.codehaus.enunciate.main.ClasspathHandler

Author:
Ryan Heaton

Constructor Summary
RecipeClasspathHandler(org.codehaus.enunciate.main.Enunciate enunciate)
           
 
Method Summary
 boolean endPathEntry(File pathEntry)
           
 List<Recipe> getRecipes()
           
 void handleResource(org.codehaus.enunciate.main.ClasspathResource resource)
           
 void startPathEntry(File pathEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeClasspathHandler

public RecipeClasspathHandler(org.codehaus.enunciate.main.Enunciate enunciate)
Method Detail

getRecipes

public List<Recipe> getRecipes()

startPathEntry

public void startPathEntry(File pathEntry)
Specified by:
startPathEntry in interface org.codehaus.enunciate.main.ClasspathHandler

handleResource

public void handleResource(org.codehaus.enunciate.main.ClasspathResource resource)
Specified by:
handleResource in interface org.codehaus.enunciate.main.ClasspathHandler

endPathEntry

public boolean endPathEntry(File pathEntry)
Specified by:
endPathEntry in interface org.codehaus.enunciate.main.ClasspathHandler


Copyright © 2015. All rights reserved.