org.exoplatform.doc.gen
Class JaxrsTemplateProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.wikbook.template.processing.AbstractTemplateProcessor
          extended by org.exoplatform.doc.gen.JaxrsTemplateProcessor
All Implemented Interfaces:
javax.annotation.processing.Processor

@SupportedSourceVersion(value=RELEASE_5)
@SupportedAnnotationTypes(value="*")
public class JaxrsTemplateProcessor
extends org.wikbook.template.processing.AbstractTemplateProcessor

Version:
$Revision$
Author:
Alain Defrance

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
JaxrsTemplateProcessor()
           
 
Method Summary
protected  java.lang.Class[] annotations()
           
protected  java.lang.String ext()
           
protected  java.lang.String generatedDirectory()
           
protected  java.lang.String templateName()
           
 
Methods inherited from class org.wikbook.template.processing.AbstractTemplateProcessor
globalTemplate, process, writeModel
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxrsTemplateProcessor

public JaxrsTemplateProcessor()
Method Detail

annotations

protected java.lang.Class[] annotations()
Specified by:
annotations in class org.wikbook.template.processing.AbstractTemplateProcessor

templateName

protected java.lang.String templateName()
Specified by:
templateName in class org.wikbook.template.processing.AbstractTemplateProcessor

generatedDirectory

protected java.lang.String generatedDirectory()
Specified by:
generatedDirectory in class org.wikbook.template.processing.AbstractTemplateProcessor

ext

protected java.lang.String ext()
Specified by:
ext in class org.wikbook.template.processing.AbstractTemplateProcessor


Copyright © 2012 eXo Platform SAS. All Rights Reserved.