|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.profile.activation.FileProfileActivator
@Component(role=ProfileActivator.class,
hint="file")
public class FileProfileActivatorDetermines profile activation based on the existence/absence of some file.
| Constructor Summary | |
|---|---|
FileProfileActivator()
|
|
| Method Summary | |
|---|---|
boolean |
isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether the specified profile is active in the given activator context. |
FileProfileActivator |
setPathTranslator(PathTranslator pathTranslator)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileProfileActivator()
| Method Detail |
|---|
public FileProfileActivator setPathTranslator(PathTranslator pathTranslator)
public boolean isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
ProfileActivator
isActive in interface ProfileActivatorprofile - The profile whose activation status should be determined, must not be null.context - The environmental context used to determine the activation status of the profile, must not be
null.problems - The container used to collect problems (e.g. bad syntax) that were encountered, must not be
null.
true if the profile is active, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||