public class DirectoryInstrumentStore extends CommonInstrumentStore
| Modifier and Type | Field and Description |
|---|---|
static String |
META_DEFINITION |
static String |
META_DIRECTORY |
| Constructor and Description |
|---|
DirectoryInstrumentStore(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(StandardInstrument instrument) |
File |
getFile() |
static IInstrumentStore |
getLocal() |
void |
load(StandardInstrumentRegistry registry) |
void |
loadInstrument(StandardInstrumentRegistry registry,
File home)
If
home is a instrument directory the instrument is loaded. |
public static final String META_DEFINITION
public static final String META_DIRECTORY
public DirectoryInstrumentStore(File file)
public static IInstrumentStore getLocal()
public void flush(StandardInstrument instrument) throws IOException
IOExceptionpublic File getFile()
public void load(StandardInstrumentRegistry registry) throws InstrumentRegistryException
InstrumentRegistryExceptionpublic void loadInstrument(StandardInstrumentRegistry registry, File home) throws InstrumentRegistryException
home is a instrument directory the instrument is loaded.name - home - InstrumentRegistryExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.