Class LaunchDescriptorTypeInfo
- java.lang.Object
-
- org.eclipse.launchbar.core.internal.LaunchDescriptorTypeInfo
-
public class LaunchDescriptorTypeInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.core.runtime.IConfigurationElementelementprivate org.eclipse.core.expressions.Expressionexpressionprivate java.lang.Stringidprivate intpriorityprivate ILaunchDescriptorTypetype
-
Constructor Summary
Constructors Constructor Description LaunchDescriptorTypeInfo(java.lang.String id, int priority, ILaunchDescriptorType type)LaunchDescriptorTypeInfo(org.eclipse.core.runtime.IConfigurationElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanenabled(java.lang.Object launchObject)java.lang.StringgetId()intgetPriority()ILaunchDescriptorTypegetType()
-
-
-
Field Detail
-
id
private final java.lang.String id
-
priority
private int priority
-
element
private org.eclipse.core.runtime.IConfigurationElement element
-
type
private ILaunchDescriptorType type
-
expression
private org.eclipse.core.expressions.Expression expression
-
-
Constructor Detail
-
LaunchDescriptorTypeInfo
public LaunchDescriptorTypeInfo(org.eclipse.core.runtime.IConfigurationElement element)
-
LaunchDescriptorTypeInfo
LaunchDescriptorTypeInfo(java.lang.String id, int priority, ILaunchDescriptorType type)
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getPriority
public int getPriority()
-
getType
public ILaunchDescriptorType getType() throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
-
enabled
public boolean enabled(java.lang.Object launchObject) throws org.eclipse.core.runtime.CoreException- Throws:
org.eclipse.core.runtime.CoreException
-
-