public class WorkspaceCompilationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.java.nio.file.Path |
enhancedMainPomFile |
protected Boolean |
kiePluginPresent |
protected org.uberfire.java.nio.file.Path |
prjPath |
| Constructor and Description |
|---|
WorkspaceCompilationInfo(org.uberfire.java.nio.file.Path prjPath) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.uberfire.java.nio.file.Path> |
getEnhancedMainPomFile() |
org.uberfire.java.nio.file.Path |
getPrjPath() |
Boolean |
isKiePluginPresent() |
Boolean |
lateAdditionEnhancedMainPomFile(org.uberfire.java.nio.file.Path enhancedPom) |
Boolean |
lateAdditionKiePluginPresent(Boolean present) |
String |
toString() |
protected org.uberfire.java.nio.file.Path prjPath
protected org.uberfire.java.nio.file.Path enhancedMainPomFile
protected Boolean kiePluginPresent
public WorkspaceCompilationInfo(org.uberfire.java.nio.file.Path prjPath)
public Boolean lateAdditionEnhancedMainPomFile(org.uberfire.java.nio.file.Path enhancedPom)
public Boolean isKiePluginPresent()
public org.uberfire.java.nio.file.Path getPrjPath()
public Optional<org.uberfire.java.nio.file.Path> getEnhancedMainPomFile()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.