com.mysema.query.apt
Class Processor

java.lang.Object
  extended by com.mysema.query.apt.Processor

Deprecated.

@Deprecated
public class Processor
extends Object

Processor handles the actual work in the Querydsl APT module

Author:
tiwe

Constructor Summary
Processor(ProcessingEnvironment env, RoundEnvironment roundEnv, Configuration configuration)
          Deprecated. Create a new Processor instance
 
Method Summary
protected  boolean isGenerate(com.mysema.codegen.model.Type type, Filer filer, Set<TypeElement> elements)
          Deprecated.  
 void process()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor(ProcessingEnvironment env,
                 RoundEnvironment roundEnv,
                 Configuration configuration)
Deprecated. 
Create a new Processor instance

Parameters:
env -
roundEnv -
configuration -
Method Detail

process

public void process()
Deprecated. 

isGenerate

protected boolean isGenerate(com.mysema.codegen.model.Type type,
                             Filer filer,
                             Set<TypeElement> elements)
                      throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.