org.jfree.repository

Class RepositoryUtilities

public class RepositoryUtilities extends Object

Creation-Date: 02.12.2006, 13:38:01

Author: Thomas Morgner

Method Summary
static StringbuildName(ContentEntity entity, String separator)
static String[]buildNameArray(ContentEntity entity)
static ContentItemcreateItem(Repository repository, String[] name)
static ContentLocationcreateLocation(Repository repository, String[] name)
static ContentEntitygetEntity(Repository repository, String[] name)
static String[]split(String name, String separator)

Method Detail

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)

createLocation

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

getEntity

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

split

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