Forge - Java Parser Addon API 2.0.0.Alpha3

org.jboss.forge.parser.java.resources
Interface JavaResourceVisitor


public interface JavaResourceVisitor

Author:
Rudy De Busscher Called for each Java file which is found in the project.

Method Summary
 void visit(JavaResource javaResource)
          Called when a Java File is found.
 

Method Detail

visit

void visit(JavaResource javaResource)
Called when a Java File is found.

Parameters:
javaResource - The JavaResource for the found file.

Forge - Java Parser Addon API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.