public class StoreFactory extends Object
| Constructor and Description |
|---|
StoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Store<InputStream> |
anonymousStore()
If the store must be unique, here is it.
|
static Store<InputStream> |
defaultStore()
Get a default store instance.
|
static Store<InputStream> |
sharedLocalStore()
Get a fixed folder on disk as store.
|
public static Store<InputStream> defaultStore()
sharedLocalStore()public static Store<InputStream> sharedLocalStore()
new File( System.getProperty( "java.io.tmpdir" ) + "/tb"
}public static Store<InputStream> anonymousStore() throws IOException
IOException - in case no temp folder has been found.Copyright © 2006-2014 OPS4J - Open Participation Software for Java. All Rights Reserved.