public class NativeRepositoryInformation extends RepositoryInformation
NativeStore initialization.
 
 Format:
 <%name%> a sd:Service ;
        fedx:store "NativeStore" ;
        fedx:RepositoryLocation "%location%".
 
 relative path (to SailRepository.getDataDir()) in a "repositories" subfolder
 
  a sd:Service ;
        fedx:store "NativeStore" ;
        fedx:repositoryLocation "data\\repositories\\native-storage.dbpedia".
  
 absolute Path
 
  a sd:Service ;
        fedx:store "NativeStore" ;
        fedx:repositoryLocation "D:\\data\\repositories\\native-storage.dbpedia".
   
 
 Note: the id is constructed from the location: repositories\\native-storage.dbpedia => native-storage.dbpedia
props| Constructor and Description | 
|---|
| NativeRepositoryInformation(Model graph,
                           Resource repNode) | 
| NativeRepositoryInformation(String name,
                           String location) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | initialize(Model graph,
          Resource repNode) | 
get, get, getEndpointConfiguration, getId, getLocation, getName, getType, setEndpointConfiguration, setProperty, setTypeCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.