| Package | Description |
|---|---|
| org.codehaus.mojo.mrm.api |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFileEntry
Base implementation of
FileEntry that all implementations should extend from. |
| Modifier and Type | Method and Description |
|---|---|
FileEntry |
BaseFileSystem.put(DirectoryEntry parent,
String name,
byte[] content)
Puts the specified content into a the specified directory.
|
FileEntry |
FileSystem.put(DirectoryEntry parent,
String name,
byte[] content)
Puts the specified content into a the specified directory.
|
FileEntry |
BaseFileSystem.put(DirectoryEntry parent,
String name,
InputStream content)
Puts the specified content into a the specified directory.
|
FileEntry |
FileSystem.put(DirectoryEntry parent,
String name,
InputStream content)
Puts the specified content into a the specified directory.
|
Copyright © 2009–2022 MojoHaus. All rights reserved.