- abort() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Tries to abort the currently running process.
- AbstractLogConfiguration - Class in org.eclipse.rdf4j.common.app.logging.base
-
Base implementation of LogConfiguration.
- AbstractLogConfiguration() - Constructor for class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- AbstractLogReader - Class in org.eclipse.rdf4j.common.logging.base
-
- AbstractLogReader() - Constructor for class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- AbstractPlatform - Class in org.eclipse.rdf4j.common.platform
-
Utility base class for Platform implementations.
- AbstractPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- accept(File, String) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader.DateRangeFilenameFilter
-
- addInstanceRules(RuleStore) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
-
- addOutputListener(ProcessLauncher.OutputListener) - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Add a listener for output from the to-be-launched process.
- ADMIN_EVENT_LOG_FILE - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
- ADMIN_EVENT_LOGGER_NAME - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
- ADUNA_APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
name of the app data subdirectory containing all RDF4J files *
- AppConfiguration - Class in org.eclipse.rdf4j.common.app
-
- AppConfiguration() - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
-
Create a new, uninitialized application configuration.
- AppConfiguration(String) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
-
Create the application configuration.
- AppConfiguration(String, AppVersion) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
-
Create the application configuration.
- AppConfiguration(String, String) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
-
Create the application configuration.
- AppConfiguration(String, String, AppVersion) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
-
Create the application configuration.
- APPDATA_BASEDIR_PROPERTY - Static variable in interface org.eclipse.rdf4j.common.platform.Platform
-
- APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
-
- APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
name of the directory containing application data
- AppVersion - Class in org.eclipse.rdf4j.common.app
-
A product version in Aduna's version format (i.e.
- AppVersion() - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Construct an uninitialized AppVersion.
- AppVersion(int, int) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Creates a new major.minor version number, e.g.
- AppVersion(int, int, int) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Creates a new major.minor.patch version number, e.g.
- AppVersion(int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Creates a new major.minor-modifier version number, e.g.
- AppVersion(int, int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Creates a new major.minor.patch-modifier version number, e.g.
- AppVersion(int, int, int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
Creates a new major.minor.patchMmilestone-modifier version number, e.g.
- AppVersion(int, int, int, int, String, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
-
- getAppConfiguration() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- getAppConfiguration() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
- getAppender() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getAppender() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Logging appender associated with this reader.
- getApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getApplicationDataDir() - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Returns the directory in which Aduna applications can store their application-dependent data, returns
'getOSApplicationDataDir' unless the system property "aduna.platform.applicationdata.dir" has been set.
- getApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Returns the directory in which a specific application can store all its application-dependent data.
- getApplicationId() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Get the name of the application (e.g.
- getBaseDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- getBaseDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
The base location on the file system for logging configuration and data
- getCommandLine() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Get the commandline that is used to launch the process.
- getCommandLineArgs() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Get the command line arguments of the application.
- getCommandShell() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
Returns appropriate command shell for the current windows shell.
- getConfDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- getConfDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
The location on the file system where logging configuration is stored.
- getDataDir() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- getDefaultLogReader() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
-
- getDefaultLogReader() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
-
- getDefaultLogReader() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
Default (fallback) LogReader instance.
- getEndDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getEndDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- getEndDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
End (latest) date of of the log records returned by this log reader.
- getErrorOutput() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Get error output, in case no listeners were registered - never returns null.
- getFtpProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getFtpProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getFullName() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Get the full name of the application, which consists of the long name and the version number (e.g.
- getHttpProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getHttpProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getHttpsProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getHttpsProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getInstance() - Static method in class org.eclipse.rdf4j.common.platform.PlatformFactory
-
Returns the Platform instance corresponding with the current platform.
- getLevel() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getLevel() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- getLevel() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Level of the log records returned by this log reader.
- getLevel() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
-
- getLimit() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getLimit() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Max.
- getLogConfiguration() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- getLoggingDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- getLoggingDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
The location on the file system where logging data is stored.
- getLogReader(String) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
-
- getLogReader(String) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
-
- getLogReader(String) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
A reader that can read logging information as stored by the specific logger's appender.
- getLongName() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Get the long name of the application (e.g.
- getMajor() - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
Gets the version's major version number.
- getMaxDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getMaxDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- getMaxDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Max (latest) available date of the log records.
- getMessage() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- getMessage() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
-
- getMilestone() - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- getMinDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getMinDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- getMinDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Min (earliest) available date of the log records.
- getMinor() - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
Gets the version's minor version number.
- getModifier() - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
Gets the version's release modifier part.
- getName() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
-
- getName() - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Get a descriptive name for this platform.
- getName() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
-
- getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixGnomePlatform
-
- getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixKDEPlatform
-
- getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
-
- getName() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
Returns the name of this windows platform.
- getNonProxyHostsStarting() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
Get the semicolon-separated list of hostnames starting with given strings, that do not use the proxy
settings.
- getOffset() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getOffset() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Index of the first record returned by this log reader.
- getOSApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
-
- getOSApplicationDataDir() - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Returns the operating system dependend application data dir.
- getOSApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Returns the operating system dependend application data dir.
- getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
-
- getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
-
- getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
Returns an application data directory in the "Application Data" userdir of Windows.
- getPackages() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- getPatch() - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
Gets the version's micro version number.
- getPlatform() - Static method in class org.eclipse.rdf4j.common.platform.PlatformFactory
-
Returns the Platform instance corresponding with the current platform.
- getProperties() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- getProxiesEnabled() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getProxySettings() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- getRelativeApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getRelativeApplicationDataDir(String, boolean, boolean, boolean) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getRelativeApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Get the directory relative to getApplicationDataDir() for the specified application.
- getSocksProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getSocksProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- getStackTrace() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- getStackTrace() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
-
- getStandardOutput() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Get standard output, in case no listeners were registered - never returns null.
- getStartDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getStartDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- getStartDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Start (earliest) date of the log records returned by this log reader.
- getThread() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getThread() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Thread name of the log records returned by this log reader.
- getThreadName() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- getThreadName() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
-
- getThreadNames() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- getThreadNames() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
All available thread names of the log records.
- getTime() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- getTime() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
-
- getUserHome() - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- getUserHome() - Method in interface org.eclipse.rdf4j.common.platform.Platform
-
Returns the directory for the current user.
- getUserHome() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
-
- getVersion() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Get the version of the application.
- getVersion() - Static method in class org.eclipse.rdf4j.RDF4J
-
- parse(String) - Static method in class org.eclipse.rdf4j.common.app.AppVersion
-
Parses a version string into a Version object.
- Platform - Interface in org.eclipse.rdf4j.common.platform
-
The Platform interface defines methods that are expected to differ slightly between operating systems, e.g.
- platform - Variable in class org.eclipse.rdf4j.common.platform.PlatformFactory
-
- PlatformBase - Class in org.eclipse.rdf4j.common.platform
-
- PlatformBase() - Constructor for class org.eclipse.rdf4j.common.platform.PlatformBase
-
Deprecated.
- PlatformFactory - Class in org.eclipse.rdf4j.common.platform
-
PlatformFactory creates a Platform instance corresponding with the current platform.
- PosixGnomePlatform - Class in org.eclipse.rdf4j.common.platform.support
-
Platform implementation for gnome environments under UNIX.
- PosixGnomePlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixGnomePlatform
-
- PosixKDEPlatform - Class in org.eclipse.rdf4j.common.platform.support
-
Platform implementation for KDE environments under UNIX.
- PosixKDEPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixKDEPlatform
-
- PosixPlatform - Class in org.eclipse.rdf4j.common.platform.support
-
Platform implementation for *nix platforms.
- PosixPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixPlatform
-
- ProcessLauncher - Class in org.eclipse.rdf4j.common.platform
-
Launches a process, redirecting the output of that sub-process to the output of this (the parent) process.
- ProcessLauncher(String) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Constructs a new ProcessLauncher with the given command line.
- ProcessLauncher(String, File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
- ProcessLauncher(String[]) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Constructs a new ProcessLauncher with the given command array.
- ProcessLauncher(String[], File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
- ProcessLauncher(ArrayList<?>) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
Constructs new process launcher with the given command element list.
- ProcessLauncher(ArrayList<?>, File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
-
- ProcessLauncher.CommandNotExistsException - Exception in org.eclipse.rdf4j.common.platform
-
Exception that is thrown when a command could not be executed because it (probably) does not exist at
all.
- ProcessLauncher.OutputListener - Interface in org.eclipse.rdf4j.common.platform
-
Classes implementing this interface can receive output generated by processes launched using the
ProcessLauncher.
- PROXY_SETTINGS_FILENAME - Static variable in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- ProxySettings - Class in org.eclipse.rdf4j.common.app.net
-
Utility class for handling proxy connection settings.
- ProxySettings(File) - Constructor for class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- publish(LogRecord) - Method in class org.eclipse.rdf4j.common.app.logging.base.LogConverterHandler
-
- save() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- save() - Method in interface org.eclipse.rdf4j.common.app.config.Configuration
-
Store configuration settings.
- save() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
-
- save() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
Saves the currently known settings.
- saveConfigurationContents(String, File) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
-
Save configuration settings to a file.
- saveConfigurationProperties(Properties, File, boolean) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
-
Save configuration properties to a file.
- separatorReplacement - Variable in class org.eclipse.rdf4j.common.platform.AbstractPlatform
-
- setAppConfiguration(AppConfiguration) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- setAppConfiguration(AppConfiguration) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
- setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
-
- setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- setAppender(Appender<?>) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Logging appender associated with this reader.
- setApplicationId(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- setBaseDir(File) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- setBaseDir(File) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
Set the base location on the file system for logging configuration and data
- setCommandLineArgs(String[]) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Set the command line arguments specified to the application.
- setDataDirName(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- setDebugLoggingEnabled(boolean) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- setDebugLoggingEnabled(boolean) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
Enable or disable debug logging.
- setEndDate(Date) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setEndDate(Date) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- setEndDate(Date) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
End (latest) date of of the log records returned by this log reader.
- setFtpProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setFtpProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setHttpProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setHttpProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setHttpsProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setHttpsProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setLevel(LogLevel) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setLevel(LogLevel) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- setLevel(LogLevel) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Level of the log records returned by this log reader.
- setLimit(int) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setLimit(int) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Max.
- setLongName(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Set the long name of the application.
- setMajor(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- setMessage(String) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- setMilestone(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- setMinor(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- setModifier(String) - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- setNonProxyHostsStarting(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
Set the semicolon separated list of hostnames starting with given strings, that do not use the proxy
settings.
- setOffset(int) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setOffset(int) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Index of the first record returned by this log reader.
- setPatch(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
-
- setProperty(String, String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setProxiesEnabled(boolean) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setProxySettings(ProxySettings) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
- setSocksProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setSocksProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
-
- setStackTrace(List<String>) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- setStartDate(Date) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setStartDate(Date) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- setStartDate(Date) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Start (earliest) date of the log records returned by this log reader.
- setThread(String) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- setThread(String) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Thread name of the log records returned by this log reader.
- setThreadName(String) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- setTime(Date) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- setVersion(AppVersion) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
-
Set the version of the application.
- SimpleLogRecord - Class in org.eclipse.rdf4j.common.logging.base
-
- SimpleLogRecord() - Constructor for class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
-
- StackTracePatternLayout - Class in org.eclipse.rdf4j.common.logging.file.logback
-
PatternLayout that also prints stacktraces.
- StackTracePatternLayout() - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.StackTracePatternLayout
-
Construct a StacktracePatternLayout with the default conversion pattern.
- StackTracePatternLayout(String) - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.StackTracePatternLayout
-
Construct a StacktracePatternLayout with the specified conversion pattern.
- standardOutput(char[]) - Method in interface org.eclipse.rdf4j.common.platform.ProcessLauncher.OutputListener
-
- supportsDateRanges() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- supportsDateRanges() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
-
- supportsDateRanges() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Test if this LogReader implementation supports date-based records filtering.
- supportsLevelFilter() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- supportsLevelFilter() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Test if this LogReader implementation supports level-based records filtering.
- supportsThreadFilter() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
-
- supportsThreadFilter() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
-
Test if this LogReader implementation supports thread-based records filtering.