org.apache.maven.project.injection
Interface ProfileInjector

All Known Implementing Classes:
DefaultProfileInjector

public interface ProfileInjector


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void inject(org.apache.maven.model.Profile profile, org.apache.maven.model.Model model)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

inject

void inject(org.apache.maven.model.Profile profile,
            org.apache.maven.model.Model model)


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.