|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManifestParser
A Manifest parser
Method Summary | |
---|---|
int |
getMinSdkVersion(java.io.File manifestFile)
Returns the minSdkVersion parsed from the given manifest file. |
java.lang.String |
getPackage(java.io.File manifestFile)
Returns the package name parsed from the given manifest file. |
int |
getTargetSdkVersion(java.io.File manifestFile)
Returns the targetSdkVersion parsed from the given manifest file. |
int |
getVersionCode(java.io.File manifestFile)
Returns the version code parsed from the given manifest file. |
java.lang.String |
getVersionName(java.io.File manifestFile)
Returns the version name parsed from the given manifest file. |
Method Detail |
---|
@Nullable java.lang.String getPackage(@NonNull java.io.File manifestFile)
manifestFile
- the manifest file to parse
int getMinSdkVersion(@NonNull java.io.File manifestFile)
manifestFile
- the manifest file to parse
int getTargetSdkVersion(@NonNull java.io.File manifestFile)
manifestFile
- the manifest file to parse
@Nullable java.lang.String getVersionName(@NonNull java.io.File manifestFile)
manifestFile
- the manifest file to parse
int getVersionCode(@NonNull java.io.File manifestFile)
manifestFile
- the manifest file to parse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |