public class MavenProjectConfigExecutor extends Object implements BiFunctionConfigExecutor<Source,MavenProjectConfig,ProjectConfig>
| Constructor and Description |
|---|
MavenProjectConfigExecutor(SourceRegistry sourceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProjectConfig> |
apply(Source source,
MavenProjectConfig mavenProjectConfig) |
Class<? extends Config> |
executeFor() |
String |
inputId() |
String |
outputId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen@Inject public MavenProjectConfigExecutor(SourceRegistry sourceRegistry)
public Optional<ProjectConfig> apply(Source source, MavenProjectConfig mavenProjectConfig)
apply in interface BiFunction<Source,MavenProjectConfig,Optional<ProjectConfig>>public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorpublic String inputId()
inputId in interface ConfigExecutorCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.