org.apache.maven.project.injection
Class TestProfileInjector

java.lang.Object
  extended by org.apache.maven.project.injection.TestProfileInjector
All Implemented Interfaces:
org.apache.maven.project.injection.ProfileInjector

public class TestProfileInjector
extends Object
implements org.apache.maven.project.injection.ProfileInjector


Field Summary
 
Fields inherited from interface org.apache.maven.project.injection.ProfileInjector
ROLE
 
Constructor Summary
TestProfileInjector()
           
 
Method Summary
 void inject(org.apache.maven.model.Profile profile, org.apache.maven.model.Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProfileInjector

public TestProfileInjector()
Method Detail

inject

public void inject(org.apache.maven.model.Profile profile,
                   org.apache.maven.model.Model model)
Specified by:
inject in interface org.apache.maven.project.injection.ProfileInjector


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.