Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.util
Interface VisitDelegate<T>


public interface VisitDelegate<T>

The VisitDelegate offers a template for searching and modifying classes. It delegates the work to other visitor classes. This visitor class separation gives the ability to add new operations to existing object structures without modifying those structures


Method Summary
 String getFileExtension()
           
 void visit(String fqnc)
          A template function for visiting a class
 void visitError(String className, Throwable t)
           
 

Method Detail

visit

void visit(String fqnc)
A template function for visiting a class

Parameters:
obj - - the object to visit

visitError

void visitError(String className,
                Throwable t)

getFileExtension

String getFileExtension()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.