| Package | Description |
|---|---|
| io.openliberty.tools.common.plugins.util |
| Modifier and Type | Method and Description |
|---|---|
JavaCompilerOptions |
ProjectModule.getCompilerOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DevUtil.recompileJava(Collection<File> javaFilesChanged,
Set<String> artifactPaths,
ThreadPoolExecutor executor,
boolean tests,
File outputDirectory,
File testOutputDirectory,
String projectName,
File projectBuildFile,
JavaCompilerOptions projectCompilerOptions,
boolean forceSkipUTs,
boolean skipRunningTests)
Recompile source files
|
protected boolean |
DevUtil.recompileJavaSource(Collection<File> javaFilesChanged,
Set<String> artifactPaths,
ThreadPoolExecutor executor,
File outputDirectory,
File testOutputDirectory,
String projectName,
File projectBuildFile,
JavaCompilerOptions projectCompilerOptions,
boolean forceSkipUTs,
boolean skipRunningTests)
Recompile Java source files and run tests after application update
|
protected boolean |
DevUtil.recompileJavaTest(Collection<File> javaFilesChanged,
Set<String> artifactPaths,
ThreadPoolExecutor executor,
File outputDirectory,
File testOutputDirectory,
String projectName,
File projectBuildFile,
JavaCompilerOptions projectCompilerOptions,
boolean forceSkipUTs,
boolean skipRunningTests)
Recompile test source files and run tests immediately
|
void |
ProjectModule.setCompilerOptions(JavaCompilerOptions compilerOptions) |
void |
DevUtil.updateJavaCompilerOptions(JavaCompilerOptions updatedCompilerOptions)
Updates the Java compiler options
|
| Constructor and Description |
|---|
DevUtil(File buildDirectory,
File serverDirectory,
File sourceDirectory,
File testSourceDirectory,
File configDirectory,
File projectDirectory,
File multiModuleProjectDirectory,
List<File> resourceDirs,
boolean hotTests,
boolean skipTests,
boolean skipUTs,
boolean skipITs,
String applicationId,
long serverStartTimeout,
int appStartupTimeout,
int appUpdateTimeout,
long compileWaitMillis,
boolean libertyDebug,
boolean useBuildRecompile,
boolean gradle,
boolean pollingTest,
boolean container,
File dockerfile,
File dockerBuildContext,
String dockerRunOpts,
int dockerBuildTimeout,
boolean skipDefaultPorts,
JavaCompilerOptions compilerOptions,
boolean keepTempDockerfile,
String mavenCacheLocation,
List<ProjectModule> upstreamProjects,
boolean recompileDependencies,
String packagingType,
File buildFile,
Map<String,List<String>> parentBuildFiles,
boolean generateFeatures,
Set<String> compileArtifactPaths,
Set<String> testArtifactPaths,
List<Path> webResourceDirs) |
ProjectModule(File buildFile,
String projectName,
String packagingType,
Set<String> compileArtifacts,
Set<String> testArtifacts,
File sourceDirectory,
File outputDirectory,
File testSourceDirectory,
File testOutputDirectory,
List<File> resourceDirs,
boolean skipTests,
boolean skipUTs,
boolean skipITs,
JavaCompilerOptions compilerOptions,
List<File> dependentModules)
Defines a project module for supporting multi-module projects
|
Copyright © 2022 the original author or authors.