Class SystemReaderWithoutSystemConfig


  • public class SystemReaderWithoutSystemConfig
    extends org.eclipse.jgit.util.SystemReader
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jgit.util.SystemReader

        org.eclipse.jgit.util.SystemReader.Delegate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCurrentTime()  
      java.lang.String getenv​(java.lang.String variable)  
      java.lang.String getHostname()  
      java.lang.String getProperty​(java.lang.String key)  
      int getTimezone​(long when)  
      org.eclipse.jgit.storage.file.FileBasedConfig openJGitConfig​(org.eclipse.jgit.lib.Config parent, org.eclipse.jgit.util.FS fs)  
      org.eclipse.jgit.storage.file.FileBasedConfig openSystemConfig​(org.eclipse.jgit.lib.Config parent, org.eclipse.jgit.util.FS fs)  
      org.eclipse.jgit.storage.file.FileBasedConfig openUserConfig​(org.eclipse.jgit.lib.Config parent, org.eclipse.jgit.util.FS fs)  
      • Methods inherited from class org.eclipse.jgit.util.SystemReader

        checkPath, checkPath, getClock, getDateTimeInstance, getDefaultCharset, getInstance, getJGitConfig, getLocale, getSimpleDateFormat, getSimpleDateFormat, getSystemConfig, getTimeZone, getUserConfig, getXdgConfigDirectory, isLinux, isMacOS, isPerformanceTraceEnabled, isWindows, setInstance, setPlatformChecker
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemReaderWithoutSystemConfig

        public SystemReaderWithoutSystemConfig​(boolean ignoreUserSettings)
    • Method Detail

      • getenv

        public java.lang.String getenv​(java.lang.String variable)
        Specified by:
        getenv in class org.eclipse.jgit.util.SystemReader
      • getHostname

        public java.lang.String getHostname()
        Specified by:
        getHostname in class org.eclipse.jgit.util.SystemReader
      • getProperty

        public java.lang.String getProperty​(java.lang.String key)
        Specified by:
        getProperty in class org.eclipse.jgit.util.SystemReader
      • getCurrentTime

        public long getCurrentTime()
        Specified by:
        getCurrentTime in class org.eclipse.jgit.util.SystemReader
      • getTimezone

        public int getTimezone​(long when)
        Specified by:
        getTimezone in class org.eclipse.jgit.util.SystemReader
      • openUserConfig

        public org.eclipse.jgit.storage.file.FileBasedConfig openUserConfig​(org.eclipse.jgit.lib.Config parent,
                                                                            org.eclipse.jgit.util.FS fs)
        Specified by:
        openUserConfig in class org.eclipse.jgit.util.SystemReader
      • openJGitConfig

        public org.eclipse.jgit.storage.file.FileBasedConfig openJGitConfig​(org.eclipse.jgit.lib.Config parent,
                                                                            org.eclipse.jgit.util.FS fs)
        Specified by:
        openJGitConfig in class org.eclipse.jgit.util.SystemReader
      • openSystemConfig

        public org.eclipse.jgit.storage.file.FileBasedConfig openSystemConfig​(org.eclipse.jgit.lib.Config parent,
                                                                              org.eclipse.jgit.util.FS fs)
        Specified by:
        openSystemConfig in class org.eclipse.jgit.util.SystemReader