|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.sdklib.repositoryv2.meta.SdkCommonFactory
public abstract class SdkCommonFactory
Parent class for ObjectFactories created by xjc from sdk-common-XX.xsd, for
creating sdk-specific types shared by multiple concrete schemas.
| Constructor Summary | |
|---|---|
SdkCommonFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SdkCommonFactory()
| Method Detail |
|---|
@NonNull public abstract IdDisplay createIdDisplayType()
IdDisplay.
@NonNull public abstract Library createLibraryType()
Library;
public Library createLibraryType(@NonNull
java.lang.String libraryName,
@NonNull
java.lang.String jarPath,
@NonNull
java.lang.String description,
@NonNull
java.io.File packagePath,
boolean requireManifestEntry)
Library.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||