Pub class

GeneralLib

Constructors

Pub.new()

Properties

base_directory Directory
GeneralLib
no setter
bin_directory Directory
GeneralLib
no setter
git_directory Directory
GeneralLib
no setter
global_packages_directory Directory
GeneralLib
no setter
hashCode int
The hash code for this object.
no setterinherited
hosted_directory Directory
GeneralLib
no setter
hosted_hashes_directory Directory
GeneralLib
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temp_directory Directory
GeneralLib
no setter

Methods

archiveDirectory({required Directory directoryPackage, String? password, required Directory directoryOutPut, String fileSystemEntityIgnore = ""}) File?
GeneralLib
installFromArchive({required File archivedFile, String? password, bool deleteIfExist = true, String fileSystemEntityIgnore = ""}) Directory?
GeneralLib
installFromDirectory({required Directory directoryPackage, required String? archiveSha256, bool deleteIfExist = true}) Directory?
GeneralLib
installFromDirectoryFresh({required Directory directoryPackage, String? password, bool deleteIfExist = true, Directory? directoryOutPut, String fileSystemEntityIgnore = ""}) Directory?
GeneralLib
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolvePackageBase(Uri uri) Directory?
GeneralLib
resolvePackageUri(Uri uri) Uri?
GeneralLib
toString() String
A string representation of this object.
inherited

Operators

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