public static class WoofTemplateExtensionLoaderImpl.RefactorTemplateExtension extends Object implements OfficeFloorCompilerRunnable<Change<?>>
OfficeFloorCompilerRunnable
to refactor the
WoofTemplateExtensionSource
.Constructor and Description |
---|
RefactorTemplateExtension() |
Modifier and Type | Method and Description |
---|---|
Change<?> |
run(OfficeFloorCompiler compiler,
Object[] parameters)
Contains the runnable functionality.
|
public Change<?> run(OfficeFloorCompiler compiler, Object[] parameters) throws Exception
OfficeFloorCompilerRunnable
run
in interface OfficeFloorCompilerRunnable<Change<?>>
compiler
- OfficeFloorCompiler
loaded with the
ClassLoader
.parameters
- Parameters. As Proxy
instances are used to bridge
Class
compatibility issues of using different
ClassLoader
instances, parameters should only be
referenced by their implementing interfaces.Exception
- If failure in running.Copyright © 2005–2016. All rights reserved.