public class EPLModuleUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NEWLINE
Newline character.
|
Constructor and Description |
---|
EPLModuleUtil() |
Modifier and Type | Method and Description |
---|---|
static ParseNode |
getModule(EPLModuleParseItem item,
String resourceName) |
static List<EPLModuleParseItem> |
parse(String module) |
static com.espertech.esper.common.client.module.Module |
parseInternal(String buffer,
String resourceName) |
static com.espertech.esper.common.client.module.Module |
readFile(File file) |
static com.espertech.esper.common.client.module.Module |
readInternal(InputStream stream,
String resourceName) |
static com.espertech.esper.common.client.module.Module |
readResource(String resource,
ClassLoader classLoader) |
public static final String NEWLINE
public static com.espertech.esper.common.client.module.Module readInternal(InputStream stream, String resourceName) throws IOException, com.espertech.esper.common.client.module.ParseException
IOException
com.espertech.esper.common.client.module.ParseException
public static com.espertech.esper.common.client.module.Module parseInternal(String buffer, String resourceName) throws IOException, com.espertech.esper.common.client.module.ParseException
IOException
com.espertech.esper.common.client.module.ParseException
public static ParseNode getModule(EPLModuleParseItem item, String resourceName) throws com.espertech.esper.common.client.module.ParseException, IOException
com.espertech.esper.common.client.module.ParseException
IOException
public static List<EPLModuleParseItem> parse(String module) throws com.espertech.esper.common.client.module.ParseException
com.espertech.esper.common.client.module.ParseException
public static com.espertech.esper.common.client.module.Module readFile(File file) throws IOException, com.espertech.esper.common.client.module.ParseException
IOException
com.espertech.esper.common.client.module.ParseException
public static com.espertech.esper.common.client.module.Module readResource(String resource, ClassLoader classLoader) throws IOException, com.espertech.esper.common.client.module.ParseException
IOException
com.espertech.esper.common.client.module.ParseException
Copyright © 2005–2020. All rights reserved.