Uses of Interface
org.codehaus.plexus.build.BuildContext
-
-
Uses of BuildContext in org.codehaus.plexus.build
Classes in org.codehaus.plexus.build that implement BuildContext Modifier and Type Class Description class
DefaultBuildContext
Filesystem based non-incremental build context implementation which behaves as if all files were just created.class
ThreadBuildContext
BuildContext implementation that delegates actual work to thread-local build context set usingThreadBuildContext.setThreadBuildContext(BuildContext)
.Methods in org.codehaus.plexus.build that return BuildContext Modifier and Type Method Description static BuildContext
ThreadBuildContext. getContext()
getContext.Methods in org.codehaus.plexus.build with parameters of type BuildContext Modifier and Type Method Description static void
ThreadBuildContext. setThreadBuildContext(BuildContext context)
setThreadBuildContext.
-