Saros
Distributed Collaborative Editing and Distributed Party Programming
Package de.fu_berlin.inf.dpp.util

Packages

package  log

Classes

class  CoreUtils
interface  Function< U, V >
class  NamedThreadFactory
class  Pair< P, V >
class  StackTrace
class  ThreadUtils
class  ArrayUtils
class  EclipseCollaborationUtilsImpl
class  FileUtils
interface  Predicate< T >

Detailed Description

GASP-Reference Implementation for the Software Laboratory 2007.

http://www.inf.fu-berlin.de/w/SE/ProgrammierPraktikum2006

Copyright (C) 2007 Christopher Oezbek, Jan Sebastian Siwy, Olufemi Rosanwo, Nicolai Kamenzky

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Classes that provide general functionality which either fits nowhere else or is used throughout the project.

Notable contents include:

  1. Useful ADTs, like MappedList, Pair or AutoHashMap.
  2. Some classes which include more specific static utility functions, like ActivityUtils, FileUtils, {}.
  3. Utils, a class full of useful functions, including ones for thread-management.
 All Classes Namespaces Files Functions Variables Enumerations