com.application.areca.launcher.gui
Class ProcessorRepository

java.lang.Object
  extended by com.application.areca.launcher.gui.ProcessorRepository

public class ProcessorRepository
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
ProcessorRepository()
           
 
Method Summary
static Processor buildProcessor(int index, java.util.List procs, AbstractRecoveryTarget target)
           
static AbstractProcessorComposite buildProcessorComposite(int index, java.util.List procs, org.eclipse.swt.widgets.Composite composite, Processor proc, ProcessorEditionWindow frm)
           
static int getIndex(Processor proc, java.util.List procs)
           
static java.lang.String getKey(Processor proc)
           
static java.lang.String getName(Processor proc)
           
static java.lang.String getName(java.lang.String key)
           
static java.util.List getProcessors(boolean preProcess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorRepository

public ProcessorRepository()
Method Detail

getProcessors

public static java.util.List getProcessors(boolean preProcess)

buildProcessorComposite

public static AbstractProcessorComposite buildProcessorComposite(int index,
                                                                 java.util.List procs,
                                                                 org.eclipse.swt.widgets.Composite composite,
                                                                 Processor proc,
                                                                 ProcessorEditionWindow frm)

buildProcessor

public static Processor buildProcessor(int index,
                                       java.util.List procs,
                                       AbstractRecoveryTarget target)

getKey

public static java.lang.String getKey(Processor proc)

getIndex

public static int getIndex(Processor proc,
                           java.util.List procs)

getName

public static java.lang.String getName(Processor proc)

getName

public static java.lang.String getName(java.lang.String key)