public abstract class StreamUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_SCORES |
static String |
DATA_SCHEMA |
static String |
DATA_TYPES |
static String |
OP_AUTHS |
static String |
OP_SCORES |
static String |
SCHEMA |
static String |
SCHEMA_FOLDER |
static String |
STORE_PROPERTIES |
static String |
STORE_SCHEMA |
static String |
STORE_TYPES |
static String |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
authScores(Class clazz) |
static InputStream |
dataSchema(Class clazz) |
static InputStream |
dataSchema(Class clazz,
boolean logErrors) |
static InputStream |
dataTypes(Class clazz) |
static InputStream |
dataTypes(Class clazz,
boolean logErrors) |
static InputStream |
opAuths(Class clazz) |
static InputStream |
opAuths(Class clazz,
boolean logErrors) |
static InputStream |
openStream(Class clazz,
String path) |
static InputStream |
openStream(Class clazz,
String path,
boolean logErrors) |
static InputStream[] |
openStreams(Class clazz,
String folderPath) |
static InputStream[] |
openStreams(Class clazz,
String folderPath,
boolean logErrors) |
static InputStream |
opScores(Class clazz) |
static InputStream |
schema(Class clazz) |
static InputStream |
schema(Class clazz,
boolean logErrors) |
static InputStream[] |
schemas(Class clazz) |
static InputStream[] |
schemas(Class clazz,
boolean logErrors) |
static InputStream |
storeProps(Class clazz) |
static InputStream |
storeProps(Class clazz,
boolean logErrors) |
static InputStream |
storeSchema(Class clazz) |
static InputStream |
storeSchema(Class clazz,
boolean logErrors) |
static InputStream |
storeTypes(Class clazz) |
static InputStream |
storeTypes(Class clazz,
boolean logErrors) |
static InputStream |
view(Class clazz) |
static InputStream |
view(Class clazz,
boolean logErrors) |
public static final String VIEW
public static final String SCHEMA_FOLDER
public static final String SCHEMA
public static final String DATA_SCHEMA
public static final String DATA_TYPES
public static final String STORE_SCHEMA
public static final String STORE_TYPES
public static final String STORE_PROPERTIES
public static final String OP_AUTHS
public static final String OP_SCORES
public static final String AUTH_SCORES
public static InputStream view(Class clazz)
public static InputStream[] schemas(Class clazz)
public static InputStream schema(Class clazz)
public static InputStream dataSchema(Class clazz)
public static InputStream dataTypes(Class clazz)
public static InputStream storeSchema(Class clazz)
public static InputStream storeTypes(Class clazz)
public static InputStream storeProps(Class clazz)
public static InputStream opAuths(Class clazz)
public static InputStream opScores(Class clazz)
public static InputStream authScores(Class clazz)
public static InputStream view(Class clazz, boolean logErrors)
public static InputStream[] schemas(Class clazz, boolean logErrors)
public static InputStream schema(Class clazz, boolean logErrors)
public static InputStream dataSchema(Class clazz, boolean logErrors)
public static InputStream dataTypes(Class clazz, boolean logErrors)
public static InputStream storeSchema(Class clazz, boolean logErrors)
public static InputStream storeTypes(Class clazz, boolean logErrors)
public static InputStream storeProps(Class clazz, boolean logErrors)
public static InputStream opAuths(Class clazz, boolean logErrors)
public static InputStream[] openStreams(Class clazz, String folderPath)
public static InputStream[] openStreams(Class clazz, String folderPath, boolean logErrors)
public static InputStream openStream(Class clazz, String path)
public static InputStream openStream(Class clazz, String path, boolean logErrors)
Copyright © 2017. All rights reserved.