JMACS

org.jmacs
Class IDi.Util

java.lang.Object
  extended by org.jmacs.IDi.Util
Enclosing interface:
IDi

public static class IDi.Util
extends Object

utility class.


Method Summary
static void checkDiName(String name)
          for use by IDi.AbstractFactory impl'n.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkDiName

public static void checkDiName(String name)
for use by IDi.AbstractFactory impl'n. A domain.like.name should be used, and the following rules applied:

Throws:
NullPointerException - if name null
IllegalArgumentException - if name breaks any of the above rules

JMACS

jmacs.org