| com.atlassian.bitbucket.server.StorageService | 
    
    
Class Overview
Allows apps to interact with selected parts of the product's home directory.
 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getCacheDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the homesubdirectory where cache data should be stored
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getConfigDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the shared homesubdirectory where configuration data should be stored
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getDataDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the shared homesubdirectory where app data should be stored
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getHomeDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the product's home directory, which is node local in Data Center installations
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getSharedHomeDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the product's shared home directory, which is available to all nodes in a Data Center installation
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getTempDir
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the homesubdirectory where short-lived temporary data should be stored