mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	コンストラクタ追加
This commit is contained in:
		
							parent
							
								
									f28e506060
								
							
						
					
					
						commit
						d40a630487
					
				| 
						 | 
				
			
			@ -8,6 +8,16 @@ public class DocumentPath {
 | 
			
		|||
        String rootPath;
 | 
			
		||||
        String path;
 | 
			
		||||
 | 
			
		||||
        // Constructor
 | 
			
		||||
 | 
			
		||||
        public DocumentPath() {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public DocumentPath(String rootPath, String path) {
 | 
			
		||||
            this.rootPath = rootPath;
 | 
			
		||||
            this.path = path;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Getter
 | 
			
		||||
 | 
			
		||||
        public String getRootPath() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user