Uses of Class
com.osohq.oso.Exceptions.DuplicateClassAliasError
-
-
Uses of Exceptions.DuplicateClassAliasError in com.osohq.oso
Methods in com.osohq.oso that throw Exceptions.DuplicateClassAliasError Modifier and Type Method Description String
Host. cacheClass(Class<?> cls, String name)
Store a Java class in the cache by name.void
Polar. registerClass(Class<?> cls)
Register a Java class with Polar.void
Polar. registerClass(Class<?> cls, String name)
Register a Java class with Polar using an alias.
-