11 lines
174 B
Java

package org.alfresco.repo.avm;
/**
* Interface for Plain file nodes.
* @author britt
*/
interface PlainFileNode extends FileNode
{
public FileContent getContent();
}