Class EPRecompileProviderDefault
java.lang.Object
com.espertech.esper.compiler.client.util.EPRecompileProviderDefault
- All Implemented Interfaces:
EPRecompileProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvide compiler output
-
Constructor Details
-
EPRecompileProviderDefault
public EPRecompileProviderDefault()
-
-
Method Details
-
provide
Description copied from interface:EPRecompileProvider
Provide compiler output- Specified by:
provide
in interfaceEPRecompileProvider
- Parameters:
env
- deployment information- Returns:
- compiler output
- Throws:
EPRecompileProviderException
- to indicate that compiler output cannot be obtained
-