Forge - Shell API 1.2.0.Final

org.jboss.forge.resources.java
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 - Shell API 1.2.0.Final

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