public interface org.eclipse.debug.core.ILaunchManager
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.debug.core.ILaunchManager
  super_class: java.lang.Object
{
  public static final java.lang.String RUN_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "run"

  public static final java.lang.String DEBUG_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "debug"

  public static final java.lang.String PROFILE_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "profile"

  public static final java.lang.String ATTR_PRIVATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.debug.ui.private"

  public static final java.lang.String ATTR_ENVIRONMENT_VARIABLES;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String ATTR_APPEND_ENVIRONMENT_VARIABLES;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 70
            new java.lang.StringBuilder
            dup
            invokestatic org.eclipse.debug.core.DebugPlugin.getUniqueIdentifier:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".environmentVariables"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.debug.core.ILaunchManager.ATTR_ENVIRONMENT_VARIABLES:Ljava/lang/String;
         1: .line 81
            new java.lang.StringBuilder
            dup
            invokestatic org.eclipse.debug.core.DebugPlugin.getUniqueIdentifier:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".appendEnvironmentVariables"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.debug.core.ILaunchManager.ATTR_APPEND_ENVIRONMENT_VARIABLES:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void addLaunch(org.eclipse.debug.core.ILaunch);
    descriptor: (Lorg/eclipse/debug/core/ILaunch;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      launch  

  public abstract void addLaunchConfigurationListener(org.eclipse.debug.core.ILaunchConfigurationListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfigurationListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void addLaunches(org.eclipse.debug.core.ILaunch[]);
    descriptor: ([Lorg/eclipse/debug/core/ILaunch;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      launches  

  public abstract void addLaunchListener(org.eclipse.debug.core.ILaunchesListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchesListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void addLaunchListener(org.eclipse.debug.core.ILaunchListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract java.lang.String generateUniqueLaunchConfigurationNameFrom(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      namePrefix  

  public abstract java.lang.String generateLaunchConfigurationName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      namePrefix  

  public abstract boolean isValidLaunchConfigurationName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
            Name  Flags
      configname  

  public abstract org.eclipse.debug.core.model.IDebugTarget[] getDebugTargets();
    descriptor: ()[Lorg/eclipse/debug/core/model/IDebugTarget;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String[] getEnvironment(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  

  public abstract java.lang.String getEncoding(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  

  public abstract org.eclipse.debug.core.ILaunchConfiguration getLaunchConfiguration(org.eclipse.core.resources.IFile);
    descriptor: (Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      file  

  public abstract org.eclipse.debug.core.ILaunchConfiguration getLaunchConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      memento  

  public abstract org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations();
    descriptor: ()[Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException

  public abstract org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.debug.core.ILaunchConfigurationType);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfigurationType;)[Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      type  

  public abstract org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(int);
    descriptor: (I)[Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
       Name  Flags
      kinds  

  public abstract org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.debug.core.ILaunchConfigurationType, int);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfigurationType;I)[Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
       Name  Flags
      type   
      kinds  

  public abstract org.eclipse.debug.core.ILaunchConfigurationType getLaunchConfigurationType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/ILaunchConfigurationType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    

  public abstract org.eclipse.debug.core.ILaunchConfigurationType[] getLaunchConfigurationTypes();
    descriptor: ()[Lorg/eclipse/debug/core/ILaunchConfigurationType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.ILaunch[] getLaunches();
    descriptor: ()[Lorg/eclipse/debug/core/ILaunch;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.ILaunchMode getLaunchMode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/ILaunchMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      mode  

  public abstract org.eclipse.debug.core.ILaunchMode[] getLaunchModes();
    descriptor: ()[Lorg/eclipse/debug/core/ILaunchMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.ILaunchConfiguration[] getMigrationCandidates();
    descriptor: ()[Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException

  public abstract org.eclipse.debug.core.ILaunchConfiguration getMovedFrom(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      addedConfiguration  

  public abstract org.eclipse.debug.core.ILaunchConfiguration getMovedTo(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/debug/core/ILaunchConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      removedConfiguration  

  public abstract java.util.Map<java.lang.String, java.lang.String> getNativeEnvironment();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public abstract java.util.Map<java.lang.String, java.lang.String> getNativeEnvironmentCasePreserved();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public abstract org.eclipse.debug.core.model.IProcess[] getProcesses();
    descriptor: ()[Lorg/eclipse/debug/core/model/IProcess;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.sourcelookup.ISourceContainerType getSourceContainerType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    

  public abstract org.eclipse.debug.core.sourcelookup.ISourceContainerType[] getSourceContainerTypes();
    descriptor: ()[Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.sourcelookup.ISourcePathComputer getSourcePathComputer(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/debug/core/sourcelookup/ISourcePathComputer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  

  public abstract org.eclipse.debug.core.sourcelookup.ISourcePathComputer getSourcePathComputer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/sourcelookup/ISourcePathComputer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    

  public abstract boolean isExistingLaunchConfigurationName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      name  

  public abstract boolean isRegistered(org.eclipse.debug.core.ILaunch);
    descriptor: (Lorg/eclipse/debug/core/ILaunch;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      launch  

  public abstract org.eclipse.debug.core.model.IPersistableSourceLocator newSourceLocator(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/debug/core/model/IPersistableSourceLocator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      identifier  

  public abstract void removeLaunch(org.eclipse.debug.core.ILaunch);
    descriptor: (Lorg/eclipse/debug/core/ILaunch;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      launch  

  public abstract void removeLaunchConfigurationListener(org.eclipse.debug.core.ILaunchConfigurationListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfigurationListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeLaunches(org.eclipse.debug.core.ILaunch[]);
    descriptor: ([Lorg/eclipse/debug/core/ILaunch;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      launches  

  public abstract void removeLaunchListener(org.eclipse.debug.core.ILaunchesListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchesListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeLaunchListener(org.eclipse.debug.core.ILaunchListener);
    descriptor: (Lorg/eclipse/debug/core/ILaunchListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "ILaunchManager.java"