MemoryReaderBackend instead@Deprecated public class InMemoryMojoReaderBackend extends MojoReaderBackend
The backend serves MOJO content from in memory file system.
backend, DEFAULT_BASE_DIR, DEFAULT_PROTO_PIPELINE_FILE_PATH, DEFAULT_PROTO_PIPELINE_FILENAME, DEFAULT_TOML_PIPELINE_FILE_PATH, DEFAULT_TOML_PIPELINE_FILENAME| Constructor and Description |
|---|
InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent)
Deprecated.
|
InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir)
Deprecated.
|
InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir,
java.lang.String ignored)
Deprecated.
|
InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir,
java.lang.String ignored,
java.lang.String pipelineFileName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InMemoryMojoReaderBackend |
createFrom(java.io.InputStream inputStream)
Deprecated.
|
close, endsWithSeparator, exists, getBaseDir, getBinaryFile, getFile, getPipelineFileName, getSeparator, getTextFile, internalGetReaderBackendpublic InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent)
public InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir)
public InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir,
java.lang.String ignored)
public InMemoryMojoReaderBackend(java.util.Map<java.lang.String,byte[]> mojoContent,
java.lang.String baseDir,
java.lang.String ignored,
java.lang.String pipelineFileName)
public static InMemoryMojoReaderBackend createFrom(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException