public final class BuildSystemTargetBuildItem extends SimpleBuildItem
OutputTargetBuildItem| Constructor and Description |
|---|
BuildSystemTargetBuildItem(Path outputDirectory,
String baseName,
boolean rebuild,
Properties buildSystemProps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName() |
Properties |
getBuildSystemProps() |
Path |
getOutputDirectory() |
boolean |
isRebuild() |
public BuildSystemTargetBuildItem(Path outputDirectory, String baseName, boolean rebuild, Properties buildSystemProps)
public Path getOutputDirectory()
public String getBaseName()
public boolean isRebuild()
public Properties getBuildSystemProps()
Copyright © 2020 JBoss by Red Hat. All rights reserved.