mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	WIP
This commit is contained in:
		
							parent
							
								
									e5e1b3a2bb
								
							
						
					
					
						commit
						aa7f285773
					
				| 
						 | 
				
			
			@ -18,12 +18,37 @@ import one.nem.lacerta.source.database.entity.DocumentEntity;
 | 
			
		|||
import one.nem.lacerta.source.database.entity.LibraryEntity;
 | 
			
		||||
import one.nem.lacerta.source.database.entity.TagEntity;
 | 
			
		||||
 | 
			
		||||
import one.nem.lacerta.source.file.factory.FileManagerFactory;
 | 
			
		||||
import one.nem.lacerta.source.jgit.JGitRepository;
 | 
			
		||||
import one.nem.lacerta.utils.LacertaLogger;
 | 
			
		||||
import one.nem.lacerta.utils.XmlMetaParser;
 | 
			
		||||
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
public class DocumentImpl implements Document {
 | 
			
		||||
 | 
			
		||||
    String TAG = getClass().getSimpleName();
 | 
			
		||||
 | 
			
		||||
    @Inject
 | 
			
		||||
    LacertaLogger logger;
 | 
			
		||||
 | 
			
		||||
    @Inject
 | 
			
		||||
    LacertaDatabase database;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    @Inject
 | 
			
		||||
    public DocumentImpl() {
 | 
			
		||||
        // Init
 | 
			
		||||
        logger.debug(TAG, "called");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    // Internal methods
 | 
			
		||||
    private DocumentDetail createDocumentDetail(DocumentEntity documentEntity) {
 | 
			
		||||
 | 
			
		||||
        return detail;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public DocumentDetail createDocument(DocumentMeta meta) {
 | 
			
		||||
        return null;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user