org.abstracthorizon.extend.server.deployment
Class ModuleUtil

java.lang.Object
  extended by org.abstracthorizon.extend.server.deployment.ModuleUtil

public class ModuleUtil
extends Object

Utility class for common Module functions.

Author:
Daniel Sendula

Field Summary
static Set<Module> EMPTY_SET
          Empty set
 
Constructor Summary
ModuleUtil()
           
 
Method Summary
static String stateAsString(int state)
          Converts a state to a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_SET

public static final Set<Module> EMPTY_SET
Empty set

Constructor Detail

ModuleUtil

public ModuleUtil()
Method Detail

stateAsString

public static String stateAsString(int state)
Converts a state to a string

Parameters:
state - state
Returns:
state as a string


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.