Class CorbaUtils
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.CorbaUtils
-
public class CorbaUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static Set<String>IDL_RESERVED_WORDSprotected static Set<String>IGNORED_MODULESprotected static Set<String>TIMEBASE_IDL_DEFS
-
Constructor Summary
Constructors Modifier Constructor Description protectedCorbaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanignoreModule(String name)static booleanisCollideWithKeyWord(String name)static booleanisReservedWord(String name)static booleanisTimeBaseDef(String name)static StringmangleEnumIdentifier(String identifier)static StringmangleName(String cname)
-