cz.vity.freerapid.utilities
Class DescriptorUtils

java.lang.Object
  extended by cz.vity.freerapid.utilities.DescriptorUtils

public final class DescriptorUtils
extends Object

Author:
Ladislav Vitasek

Method Summary
static boolean getAttribute(String name, boolean defaultValue, org.java.plugin.registry.PluginDescriptor descriptor)
           
static String getAttribute(String name, String defaultValue, org.java.plugin.registry.PluginDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttribute

public static String getAttribute(String name,
                                  String defaultValue,
                                  org.java.plugin.registry.PluginDescriptor descriptor)

getAttribute

public static boolean getAttribute(String name,
                                   boolean defaultValue,
                                   org.java.plugin.registry.PluginDescriptor descriptor)