org.jboss.maven.plugins.injection.process
Interface InjectionTarget


public interface InjectionTarget

Defines a strategy for applying injections.

Author:
Steve Ebersole

Method Summary
 void inject(String value)
          Inject the given value per this target's strategy.
 

Method Detail

inject

void inject(String value)
            throws org.apache.maven.plugin.MojoExecutionException
Inject the given value per this target's strategy.

Parameters:
value - The value to inject.
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.