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

Packages that use PluginDir
org.freehep.application.studio   
 

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()
           
static PluginDir[] PluginDir.searchOrder()
           
static PluginDir[] PluginDir.sgu()
           
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 with parameters of type PluginDir
 String Studio.getExtensionsDir(PluginDir dir)
          Returns a path to the specified extension 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 name and an installation directory.
 



Copyright © 2000-2013 FreeHEP. All Rights Reserved.