public class NIOWorkspaceCompilationInfo extends Object
| Constructor and Description |
|---|
NIOWorkspaceCompilationInfo(Path prjPath) |
NIOWorkspaceCompilationInfo(Path prjPath,
URI remoteRepo,
org.eclipse.jgit.api.Git gitRepo) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Path> |
getEnhancedMainPomFile() |
Optional<org.eclipse.jgit.api.Git> |
getGitRepo() |
Path |
getPrjPath() |
Optional<URI> |
getRemoteRepo() |
Boolean |
isKiePluginPresent() |
Boolean |
lateAdditionEnhancedMainPomFile(Path enhancedPom) |
Boolean |
lateAdditionGitRepo(org.eclipse.jgit.api.Git git) |
Boolean |
lateAdditionKiePluginPresent(Boolean present) |
Boolean |
lateAdditionRemoteGitRepo(URI uri) |
String |
toString() |
public NIOWorkspaceCompilationInfo(Path prjPath, URI remoteRepo, org.eclipse.jgit.api.Git gitRepo)
public NIOWorkspaceCompilationInfo(Path prjPath)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.