Uses of Class
org.jboss.forge.shell.project.ResourceScoped

Packages that use ResourceScoped
org.jboss.forge.shell.plugins   
 

Uses of ResourceScoped in org.jboss.forge.shell.plugins
 

Classes in org.jboss.forge.shell.plugins with annotations of type ResourceScoped
 interface Current
          Used to @Inject the current working Resource, e.g:

@Inject @Current JavaResource resource;

Will inject the current resource if and only if it is a Java Resource; otherwise, the injected value will be null.

 



Copyright © 2011 Seam Framework. All Rights Reserved.