Uses of Class
org.freehep.application.studio.PluginDir

Packages that use PluginDir
org.freehep.application.studio Classes used by interactive applications that can be extended with plugins. 
org.freehep.application.studio.pluginmanager Plugin that handles installing, updating, and removing other plugins. 
 

Uses of PluginDir in org.freehep.application.studio
 

Methods in org.freehep.application.studio that return PluginDir
 PluginDir LibInfo.getDir()
           
 PluginDir PluginInfo.getDirectory()
           
static PluginDir[] PluginDir.inverseSearchOrder()
          Returns extensions directories in the inverse plugin search order.
static PluginDir[] PluginDir.searchOrder()
          Returns extensions directories in the plugin search order (builtin - user - group - system).
static PluginDir[] PluginDir.sgu()
          Returns extensions directories in the inverse plugin search order, excluding BUILTIN.
static PluginDir[] PluginDir.ugs()
          Returns extensions directories in the plugin search order, excluding BUILTIN.
static PluginDir PluginDir.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginDir[] PluginDir.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.freehep.application.studio that return types with arguments of type PluginDir
 EnumMap<PluginDir,ArrayList<LibInfo>> PluginMap.getUnclaimedLibraries()
          Returns mapping of extension directories to lists of unclaimed libraries found in those directories.
 

Methods in org.freehep.application.studio with parameters of type PluginDir
 String Studio.getExtensionsDir(PluginDir dir)
          Returns a path to the specified extension directory.
 Collection<LibInfo> PluginMap.getLibraries(PluginDir dir)
          Returns a collection of all non-duplicate libraries in the specified directory.
 LibInfo PluginMap.getLibrary(String id, PluginDir dir)
          Returns library descriptor for the specified ID and directory.
 PluginInfo PluginMap.getPlugin(String name, PluginDir dir)
          Returns a plugin descriptor for the specified plugin name and directory.
 Map<String,PluginInfo> PluginMap.getPlugins(PluginDir dir)
          Returns a map of plugin names to descriptors in the specified directory.
 void LibInfo.setDir(PluginDir dir)
           
 void PluginInfo.setDirectory(PluginDir directory)
           
 

Constructors in org.freehep.application.studio with parameters of type PluginDir
LibInfo(File file, PluginDir dir)
          Constructs library descriptor given a file and an installation directory.
 

Uses of PluginDir in org.freehep.application.studio.pluginmanager
 

Method parameters in org.freehep.application.studio.pluginmanager with type arguments of type PluginDir
 PluginMap.Orphan PluginPreferences.verifyOrphanAction(EnumMap<PluginDir,ArrayList<LibInfo>> unclaimedLibraries)
           
 



Copyright © 2000-2014 FreeHEP. All Rights Reserved.