Package org.apache.camel.component
Class CustomConfigSystemReader
- java.lang.Object
-
- org.eclipse.jgit.util.SystemReader
-
- org.apache.camel.component.CustomConfigSystemReader
-
public class CustomConfigSystemReader extends org.eclipse.jgit.util.SystemReader
-
-
Constructor Summary
Constructors Constructor Description CustomConfigSystemReader(File userGitConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCurrentTime()Stringgetenv(String variable)StringgetHostname()StringgetProperty(String key)intgetTimezone(long when)org.eclipse.jgit.storage.file.FileBasedConfigopenJGitConfig(org.eclipse.jgit.lib.Config parent, org.eclipse.jgit.util.FS fs)org.eclipse.jgit.storage.file.FileBasedConfigopenSystemConfig(org.eclipse.jgit.lib.Config parent, org.eclipse.jgit.util.FS fs)org.eclipse.jgit.storage.file.FileBasedConfigopenUserConfig(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, isLinux, isMacOS, isWindows, setInstance, setPlatformChecker
-
-
-
-
Constructor Detail
-
CustomConfigSystemReader
public CustomConfigSystemReader(File userGitConfig)
-
-
Method Detail
-
getenv
public String getenv(String variable)
- Specified by:
getenvin classorg.eclipse.jgit.util.SystemReader
-
getHostname
public String getHostname()
- Specified by:
getHostnamein classorg.eclipse.jgit.util.SystemReader
-
getProperty
public String getProperty(String key)
- Specified by:
getPropertyin classorg.eclipse.jgit.util.SystemReader
-
getCurrentTime
public long getCurrentTime()
- Specified by:
getCurrentTimein classorg.eclipse.jgit.util.SystemReader
-
getTimezone
public int getTimezone(long when)
- Specified by:
getTimezonein classorg.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:
openUserConfigin classorg.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:
openJGitConfigin classorg.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:
openSystemConfigin classorg.eclipse.jgit.util.SystemReader
-
-