Uses of Class
io.openliberty.tools.common.plugins.util.ProjectModule
-
Packages that use ProjectModule Package Description io.openliberty.tools.common.plugins.util -
-
Uses of ProjectModule in io.openliberty.tools.common.plugins.util
Methods in io.openliberty.tools.common.plugins.util that return ProjectModule Modifier and Type Method Description ProjectModuleDevUtil. getProjectModule(File buildFile)Given a build file returns the corresponding ProjectModule otherwise returns nullMethods in io.openliberty.tools.common.plugins.util with parameters of type ProjectModule Modifier and Type Method Description abstract booleanDevUtil. compile(File dir, ProjectModule project)Compile the specified directory for the project moduleprotected voidDevUtil. triggerUpstreamModuleCompile(ProjectModule project, boolean testsOnly)Trigger a compile of the entire specified module.abstract booleanDevUtil. updateArtifactPaths(ProjectModule projectModule, boolean redeployCheck, boolean generateFeatures, ThreadPoolExecutor executor)Updates the compile artifact paths of the given project module.
-