ManifestManager class

Implemented types

Constructors

ManifestManager(Map<String, File> manifestFiles)

Properties

hashCode int
The hash code for this object.
no setterinherited
manifestFiles Map<String, File>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addManifestNodeToParent(String manifestFileType, ManifestNode parent, ManifestNode node) Future<void>
override
addManifestNodeToRoot(String manifestFileType, ManifestNode node) Future<void>
override
filterBy(String manifestFileType, String name, {String? parentName}) List<ManifestNode>
override
getManifest(String manifestFileType) AndroidManifest
override
getManifests() Set<AndroidManifest>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeManifestNode(String manifestFileType, ManifestNode node) Future<void>
override
toString() String
A string representation of this object.
inherited
updateManifestNode(String manifestFileType, ManifestNode node) Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited