Uses of Interface
eclipseme.core.model.IPreverifier

Packages that use IPreverifier
eclipseme.core.model   
eclipseme.core.model.impl   
 

Uses of IPreverifier in eclipseme.core.model
 

Methods in eclipseme.core.model that return IPreverifier
 IPreverifier IPlatformDefinition.getPreverifier()
          Return the preverifier to be used to preverify classes for this platform definition.
 

Uses of IPreverifier in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IPreverifier
 class ParameterGuessingPreverifier
          A standard preverifier implementation that attempts to guess the correct parameters for use in the preverifier.
 class Preverifier
          Object wrapper around the preverifier tool in the wireless toolkit.
 

Methods in eclipseme.core.model.impl that return IPreverifier
 IPreverifier PlatformDefinition.getPreverifier()
           
 

Constructors in eclipseme.core.model.impl with parameters of type IPreverifier
PlatformDefinition(IWirelessToolkit toolkit, java.lang.String identifier, java.lang.String name, java.io.File root, IEmulator emulator, IPreverifier preverifier, IConfiguration configuration)
          Construct a new platform definition.