public class EPLModuleUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NEWLINE
Newline character.
|
Constructor and Description |
---|
EPLModuleUtil() |
Modifier and Type | Method and Description |
---|---|
static ParseNode |
getModule(EPLModuleParseItem item,
java.lang.String resourceName) |
static java.util.List<EPLModuleParseItem> |
parse(java.lang.String module) |
static Module |
parseInternal(java.lang.String buffer,
java.lang.String resourceName) |
static Module |
readFile(java.io.File file) |
static Module |
readInternal(java.io.InputStream stream,
java.lang.String resourceName) |
static Module |
readResource(java.lang.String resource,
EngineImportService engineImportService) |
static java.util.List<EventType> |
undeployTypes(java.util.Set<java.lang.String> referencedTypes,
StatementEventTypeRef statementEventTypeRef,
EventAdapterService eventAdapterService,
FilterService filterService) |
public static Module readInternal(java.io.InputStream stream, java.lang.String resourceName) throws java.io.IOException, ParseException
java.io.IOException
ParseException
public static Module parseInternal(java.lang.String buffer, java.lang.String resourceName) throws java.io.IOException, ParseException
java.io.IOException
ParseException
public static java.util.List<EventType> undeployTypes(java.util.Set<java.lang.String> referencedTypes, StatementEventTypeRef statementEventTypeRef, EventAdapterService eventAdapterService, FilterService filterService)
public static ParseNode getModule(EPLModuleParseItem item, java.lang.String resourceName) throws ParseException, java.io.IOException
ParseException
java.io.IOException
public static java.util.List<EPLModuleParseItem> parse(java.lang.String module) throws ParseException
ParseException
public static Module readFile(java.io.File file) throws java.io.IOException, ParseException
java.io.IOException
ParseException
public static Module readResource(java.lang.String resource, EngineImportService engineImportService) throws java.io.IOException, ParseException
java.io.IOException
ParseException