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 classDefaultBuildContextFilesystem based non-incremental build context implementation which behaves as if all files were just created.classThreadBuildContextBuildContext 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 BuildContextThreadBuildContext. getContext()getContext.Methods in org.codehaus.plexus.build with parameters of type BuildContext Modifier and Type Method Description static voidThreadBuildContext. setThreadBuildContext(BuildContext context)setThreadBuildContext.
-