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
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()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.