com.sun.grid.jgdi.configuration
public class Util extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static void |
addDescriptor(java.lang.Class aClass,
ClassDescriptor cd)
Register a new class descriptor.
|
static java.lang.Object |
clone(java.lang.Object obj) |
static GEObject |
findObject(java.lang.String path,
GEObject root) |
static ClassDescriptor |
getDescriptor(java.lang.Class aClass) |
static ClassDescriptor |
getDescriptorForCullType(java.lang.String cullType)
Get a descriptor of a cull type
|
static void |
getDifferences(GEObject obj1,
GEObject obj2,
java.util.List<com.sun.grid.jgdi.configuration.Util.Difference> differences) |
static void |
getDifferences(GEObject obj1,
GEObject obj2,
java.lang.String path,
java.util.List<com.sun.grid.jgdi.configuration.Util.Difference> differences) |
static int |
nextObjectId() |
public static ClassDescriptor getDescriptorForCullType(java.lang.String cullType)
cullType
- name of the cull typejava.lang.IllegalArgumentException
- if the cullType is unknownpublic static void addDescriptor(java.lang.Class aClass, ClassDescriptor cd)
aClass
- the described classcd
- the descriptorpublic static ClassDescriptor getDescriptor(java.lang.Class aClass)
public static java.lang.Object clone(java.lang.Object obj)
public static int nextObjectId()
public static void getDifferences(GEObject obj1, GEObject obj2, java.util.List<com.sun.grid.jgdi.configuration.Util.Difference> differences)
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.