Uses of Interface
de.flapdoodle.embed.process.distribution.IVersion

Packages that use IVersion
de.flapdoodle.embed.process.config   
de.flapdoodle.embed.process.distribution   
 

Uses of IVersion in de.flapdoodle.embed.process.config
 

Fields in de.flapdoodle.embed.process.config declared as IVersion
protected  IVersion ExecutableProcessConfig.version
           
 

Methods in de.flapdoodle.embed.process.config that return IVersion
 IVersion ExecutableProcessConfig.getVersion()
           
 

Constructors in de.flapdoodle.embed.process.config with parameters of type IVersion
ExecutableProcessConfig(IVersion version)
           
 

Uses of IVersion in de.flapdoodle.embed.process.distribution
 

Classes in de.flapdoodle.embed.process.distribution that implement IVersion
 class GenericVersion
          Generic version implementation for currently unsupported versions.
 

Methods in de.flapdoodle.embed.process.distribution that return IVersion
 IVersion Distribution.getVersion()
           
 

Methods in de.flapdoodle.embed.process.distribution with parameters of type IVersion
static Distribution Distribution.detectFor(IVersion version)
           
 

Constructors in de.flapdoodle.embed.process.distribution with parameters of type IVersion
Distribution(IVersion version, Platform platform, BitSize bitsize)
           
 



Copyright © 2012. All Rights Reserved.