de.flapdoodle.embedmongo
Class LocalArtifactStore

java.lang.Object
  extended by de.flapdoodle.embedmongo.LocalArtifactStore

public class LocalArtifactStore
extends Object


Constructor Summary
LocalArtifactStore()
           
 
Method Summary
static boolean checkArtifact(RuntimeConfig runtime, Distribution distribution)
           
static File getArtifact(RuntimeConfig runtime, Distribution distribution)
           
static boolean store(RuntimeConfig runtime, Distribution distribution, File download)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalArtifactStore

public LocalArtifactStore()
Method Detail

checkArtifact

public static boolean checkArtifact(RuntimeConfig runtime,
                                    Distribution distribution)

store

public static boolean store(RuntimeConfig runtime,
                            Distribution distribution,
                            File download)

getArtifact

public static File getArtifact(RuntimeConfig runtime,
                               Distribution distribution)


Copyright © 2011. All Rights Reserved.