Uses of Class
org.netxms.client.packages.PackageInfo
-
Packages that use PackageInfo Package Description org.netxms.client -
-
Uses of PackageInfo in org.netxms.client
Methods in org.netxms.client that return types with arguments of type PackageInfo Modifier and Type Method Description List<PackageInfo>NXCSession. getInstalledPackages()Get list of installed packagesMethods in org.netxms.client with parameters of type PackageInfo Modifier and Type Method Description longNXCSession. installPackage(PackageInfo info, File pkgFile, ProgressListener listener)Install (upload) package on server
-