|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileEntry | |
|---|---|
| org.codehaus.mojo.mrm.api | This is the core contract of a repository. |
| Uses of FileEntry in org.codehaus.mojo.mrm.api |
|---|
| Classes in org.codehaus.mojo.mrm.api that implement FileEntry | |
|---|---|
class |
BaseFileEntry
Base implementation of FileEntry that all implementations should extend from. |
| Methods in org.codehaus.mojo.mrm.api that return FileEntry | |
|---|---|
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,
byte[] 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. |
FileEntry |
BaseFileSystem.put(DirectoryEntry parent,
String name,
InputStream content)
Puts the specified content into a the specified directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||