public abstract class SdkCommonFactory
extends java.lang.Object
ObjectFactories created by xjc from sdk-common-XX.xsd, for
creating sdk-specific types shared by multiple concrete schemas.| Constructor and Description |
|---|
SdkCommonFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract IdDisplay |
createIdDisplayType()
Create a new
IdDisplay. |
abstract Library |
createLibraryType()
Create a new
Library; |
Library |
createLibraryType(java.lang.String libraryName,
java.lang.String jarPath,
java.lang.String description,
java.io.File packagePath,
boolean requireManifestEntry)
Convenience to create and initialize a
Library. |