com.hyper9.simdk.codegen.impls
Class ManagedObjectTypeImpl
java.lang.Object
com.hyper9.simdk.codegen.impls.MetaTypeImpl
com.hyper9.simdk.codegen.impls.MetaClassTypeImpl
com.hyper9.simdk.codegen.impls.ManagedObjectTypeImpl
- All Implemented Interfaces:
- ManagedObjectType, MetaType
public class ManagedObjectTypeImpl
- extends MetaClassTypeImpl
- implements ManagedObjectType
Method Summary |
void |
build()
Builds the type to be written. |
Methods inherited from class com.hyper9.simdk.codegen.impls.MetaTypeImpl |
addOutImportType, addXmlTypeName, getAnnotations, getInType, getInTypeSourceFilePath, getMethods, getOutImports, getOutType, getPathToOutFile, getProperties, isTypeObject, upCaseFirstChar, writeToFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedObjectTypeImpl
protected ManagedObjectTypeImpl(Class<?> inType,
String inTypeSourceFilePath)
- Creates a new instance of the ManagedObjectTypeImpl class.
- Parameters:
inType
- The VMware type the MetaType is based on.inTypeSourceFilePath
- The full path to the In type's source file.
build
public void build()
throws Exception
- Description copied from interface:
MetaType
- Builds the type to be written.
- Specified by:
build
in interface MetaType
- Overrides:
build
in class MetaClassTypeImpl
- Throws:
Exception
Copyright © 2009-2010 Hyper9. All Rights Reserved.