| java.lang.Object | 
    
    
        
            | ↳ | com.atlassian.bitbucket.env.SystemProperties | 
    
    
Class Overview
Defines system properties, specified with -D, which the product supports.
 
Summary
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
 
Constants
    
      
        public
        static
        final
        String
      
        PROP_HOME_DIR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket.home"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_INSTALL_DIR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket.install"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_LEGACY_HOME_DIR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "stash.home"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_LEGACY_PREFIX
    
      
        
        
  
      
    
 
    
      
        public
        static
        final
        String
      
        PROP_LEGACY_SHARED_HOME_DIR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "stash.shared.home"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_PREFIX
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_REST_PAGE_MAX_LIMIT
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket.rest.max.limit"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_REST_PREFIX
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket.rest"
            
        
        
    
     
 
    
      
        public
        static
        final
        String
      
        PROP_SHARED_HOME_DIR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "bitbucket.shared.home"
            
        
        
    
     
 
Public Constructors
    
      
        
        public
        
        
        
        
        
      
      SystemProperties
      ()