org.jfree.repository

Class RepositoryUtilities


public class RepositoryUtilities
extends java.lang.Object

Creation-Date: 02.12.2006, 13:38:01
Author:
Thomas Morgner

Method Summary

static String
buildName(ContentEntity entity, String separator)
static String[]
buildNameArray(ContentEntity entity)
static ContentItem
createItem(Repository repository, String[] name)
static ContentLocation
createLocation(Repository repository, String[] name)
static ContentEntity
getEntity(Repository repository, String[] name)
static String[]
split(String name, String separator)

Method Details

buildName

public static String buildName(ContentEntity entity,
                               String separator)

buildNameArray

public static String[] buildNameArray(ContentEntity entity)

createItem

public static ContentItem createItem(Repository repository,
                                     String[] name)
            throws ContentIOException

createLocation

public static ContentLocation createLocation(Repository repository,
                                             String[] name)
            throws ContentIOException

getEntity

public static ContentEntity getEntity(Repository repository,
                                      String[] name)
            throws ContentIOException

split

public static String[] split(String name,
                             String separator)