Uses of Interface
org.codehaus.mojo.mrm.api.FileEntry

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.
 



Copyright © 2009-2011 Codehaus. All Rights Reserved.