Uses of Interface
spoon.support.OutputDestinationHandler
Packages that use OutputDestinationHandler
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains some default implementations for commonly used processing tasks.
-
Uses of OutputDestinationHandler in spoon.compiler
Methods in spoon.compiler that return OutputDestinationHandlerModifier and TypeMethodDescriptionEnvironment.getOutputDestinationHandler()
Returns the output destination that handles where source files are writtenMethods in spoon.compiler with parameters of type OutputDestinationHandlerModifier and TypeMethodDescriptionvoid
Environment.setOutputDestinationHandler(OutputDestinationHandler outputDestinationHandler)
Set the output destination that handles where source files are written -
Uses of OutputDestinationHandler in spoon.support
Classes in spoon.support that implement OutputDestinationHandlerModifier and TypeClassDescriptionclass
Default behavior for the destination of the spoon.Methods in spoon.support that return OutputDestinationHandlerMethods in spoon.support with parameters of type OutputDestinationHandlerModifier and TypeMethodDescriptionvoid
StandardEnvironment.setOutputDestinationHandler(OutputDestinationHandler outputDestinationHandler)