project35.util
Class RecordClassContextUtility

java.lang.Object
  extended by project35.util.RecordClassContextUtility

public class RecordClassContextUtility
extends java.lang.Object

this utility class is intended to allow Project35's alert system to support showing lists of record class names or lists of record class contexts. for example, a context might be: Experiment/Protein or Experiment/Treatment/Protein so the entries could have path information. This utility helps strip them out so that other project35 features can just deal with the last element in the path - the record class name that is used to create instances of record models.


Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net), code contributions from 2002 - September 30, 2007.

Constructor Summary
RecordClassContextUtility()
           
 
Method Summary
static java.lang.String determineRecordClassName(java.lang.String recordClassContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordClassContextUtility

public RecordClassContextUtility()
Method Detail

determineRecordClassName

public static java.lang.String determineRecordClassName(java.lang.String recordClassContext)