org.jfree.repository.file

Class FileContentLocation

public class FileContentLocation extends FileContentEntity implements ContentLocation

Creation-Date: 13.11.2006, 12:01:11

Author: Thomas Morgner

Constructor Summary
FileContentLocation(ContentLocation parent, File backend)
FileContentLocation(Repository repository, File backend)
Method Summary
ContentItemcreateItem(String name)
ContentLocationcreateLocation(String name)
booleanexists(String name)
ContentEntitygetEntry(String name)
ContentEntity[]listContents()

Constructor Detail

FileContentLocation

public FileContentLocation(ContentLocation parent, File backend)

FileContentLocation

public FileContentLocation(Repository repository, File backend)

Method Detail

createItem

public ContentItem createItem(String name)

createLocation

public ContentLocation createLocation(String name)

exists

public boolean exists(String name)

getEntry

public ContentEntity getEntry(String name)

listContents

public ContentEntity[] listContents()