Uses of Class
org.xnap.commons.pkg.PackageInfo

Packages that use PackageInfo
org.xnap.commons.gui.pkg   
org.xnap.commons.pkg Provides interfaces and classes for the package management. 
 

Uses of PackageInfo in org.xnap.commons.gui.pkg
 

Methods in org.xnap.commons.gui.pkg that return PackageInfo
 PackageInfo ContainerPackageSection.getPackageInfo()
           
 PackageInfo PackageInfoTree.getSelectedInfo()
           
 

Methods in org.xnap.commons.gui.pkg with parameters of type PackageInfo
 void PackageInfoTree.createPackageNode(DefaultMutableTreeNode parent, PackageInfo info)
           
 void PackageInfoCellRenderer.setIconFromPackage(PackageInfo info)
           
 void PackageInfoPanel.setInfo(PackageInfo info)
          Updates the package info panel.
 void ContainerPackageSection.setPackageInfo(PackageInfo info)
           
 

Uses of PackageInfo in org.xnap.commons.pkg
 

Methods in org.xnap.commons.pkg that return PackageInfo
 PackageInfo[] PackageManager.getConflicts(PackageInfo info)
           
 PackageInfo[] PackageManager.getDependencies(PackageInfo info)
           
 PackageInfo[] PackageCommit.getInstall()
           
 PackageInfo PackageDependencyNode.getPackage()
           
 PackageInfo PackageManager.getPackage(String packageName)
          Returns a package by name.
 PackageInfo[] PackageManager.getProviders(String packageName)
          Returns an array of packages that provide packageName.
 PackageInfo[] PackageCommit.getRemove()
           
 PackageInfo[] DefaultResolver.getRequired()
          Traverses the graph and returns all required packages.
 PackageInfo[] DefaultResolver.getRequiredUninstalled()
          Traverses the graph and returns all required packages that are not installed.
 

Methods in org.xnap.commons.pkg with parameters of type PackageInfo
 void PackageManager.add(PackageInfo info)
          Adds a package.
 void DependencyGraph.add(PackageInfo info)
           
 int PackageInfo.compareToVersion(PackageInfo info)
          Returns a value > 0 if the version of this package is higher than the version of info.
 PackageInfo[] PackageManager.getConflicts(PackageInfo info)
           
 PackageInfo[] PackageManager.getDependencies(PackageInfo info)
           
 AbstractToken DefaultDependencyParser.parse(PackageInfo info, String key)
           
 AbstractToken DependencyParser.parseConflicts(PackageInfo info)
           
 AbstractToken DefaultDependencyParser.parseConflicts(PackageInfo info)
           
 AbstractToken DependencyParser.parseDepends(PackageInfo info)
           
 AbstractToken DefaultDependencyParser.parseDepends(PackageInfo info)
           
 void PackageManager.remove(PackageInfo info)
           
 

Constructors in org.xnap.commons.pkg with parameters of type PackageInfo
PackageDependencyNode(PackageInfo info)
           
 



Copyright © 2004-2006 XNap Commons Team. All Rights Reserved.