Skip navigation links
A B C D E F G I J K L M N O P R S T U V W 

A

AboutInfo - Class in de.carne.util
Utility class providing access to the applications version information.
add(T) - Method in class de.carne.util.DefaultSet
 
addDefault(T) - Method in class de.carne.util.DefaultSet
Add an entry to the set and make it the default.
addHandler(Logger, Handler) - Static method in class de.carne.util.logging.LogBuffer
Get the LogBuffer and add a Handler.
addHandler(Handler) - Method in class de.carne.util.logging.LogBuffer
Add a Handler.
ApplicationLoader - Class in de.carne
This class is the generic entry point for all kind of applications.
ApplicationShutdownTask - Class in de.carne
Utility class used to perform necessary tasks during VM (Application) shutdown.
ApplicationURLStreamHandlerFactory - Class in de.carne
This class is used to circumvent the limitation of the URL class that only one custom URLStreamHandlerFactory can be set per VM.
applyConfig(String) - Static method in class de.carne.util.logging.LogConfig
Apply a specific logging configuration.
arg(String) - Method in class de.carne.util.cmdline.CmdLineAction
Assign an argument string to this action.

B

BooleanPreference - Class in de.carne.util.prefs
Utility class providing access to a Boolean preference.
BooleanPreference(Preferences, String) - Constructor for class de.carne.util.prefs.BooleanPreference
Construct BooleanPreference.
BUFFER_LIMIT - Static variable in class de.carne.util.logging.LogBuffer
The maximum number of log records stored in the buffer.

C

Check - Class in de.carne.check
Utility class providing code check related functions.
clear() - Method in class de.carne.util.DefaultSet
 
clear(Logger) - Static method in class de.carne.util.logging.LogBuffer
Get the LogBuffer and clear it's content.
clear() - Method in class de.carne.util.logging.LogBuffer
Clear this log buffer.
close() - Method in class de.carne.io.LimitOutputStream
 
close() - Method in class de.carne.util.logging.LogBuffer
 
close() - Method in class de.carne.util.logging.LogMonitor
 
close() - Method in class de.carne.util.logging.LogMonitor.Session
 
CmdLine - Class in de.carne.util.cmdline
Utility class for command line evaluation.
CmdLine(String[]) - Constructor for class de.carne.util.cmdline.CmdLine
Construct CmdLine.
CmdLine(Iterable<String>) - Constructor for class de.carne.util.cmdline.CmdLine
Construct CmdLine.
CmdLineAction - Class in de.carne.util.cmdline
This class is used to define an action for command line evaluation.
CmdLineAction() - Constructor for class de.carne.util.cmdline.CmdLineAction
 
CmdLineActionException - Exception in de.carne.util.cmdline
This exception indicates a problem while invoking a command line action CmdLineAction.
CmdLineActionException(String) - Constructor for exception de.carne.util.cmdline.CmdLineActionException
Construct CmdLineActionException.
CmdLineActionException(String, Throwable) - Constructor for exception de.carne.util.cmdline.CmdLineActionException
Construct CmdLineActionException.
CmdLineActionException(String, String) - Constructor for exception de.carne.util.cmdline.CmdLineActionException
Construct CmdLineActionException.
CmdLineActionException(String, String, Throwable) - Constructor for exception de.carne.util.cmdline.CmdLineActionException
Construct CmdLineActionException.
CmdLineException - Exception in de.carne.util.cmdline
This exception indicates a problem during command line evaluation.
collectDirectoryFiles(Path, FileVisitOption...) - Static method in class de.carne.io.IOHelper
Collect all files in a directory.
collectDirectoryFiles(Path, Predicate<Path>, FileVisitOption...) - Static method in class de.carne.io.IOHelper
Collect all files in a directory.
condition(boolean) - Static method in class de.carne.check.Check
Check and ensure that a specific condition is met.
condition(boolean, String) - Static method in class de.carne.check.Check
Check and ensure that a specific condition is met.
CONFIG_DEBUG - Static variable in class de.carne.util.logging.LogConfig
Debug logging configuration file name.
CONFIG_DEFAULT - Static variable in class de.carne.util.logging.LogConfig
Default logging configuration file name.
CONFIG_VERBOSE - Static variable in class de.carne.util.logging.LogConfig
Verbose logging configuration file name.
copyStream(InputStream, OutputStream) - Static method in class de.carne.io.IOHelper
Copy all data from an InputStream to an OutputStream.
createTempDirFromZIPResource(URL, String, FileAttribute<?>...) - Static method in class de.carne.io.IOHelper
Create a temporary directory and initialize it by copying a ZIP resource's content.
createTempDirFromZIPResource(URL, Path, String, FileAttribute<?>...) - Static method in class de.carne.io.IOHelper
Create a temporary directory and initialize it by copying a ZIP resource's content.
createTempFileFromResource(URL, String, String, FileAttribute<?>...) - Static method in class de.carne.io.IOHelper
Create a temporary file and initialize it by copying a resource's content.
createTempFileFromResource(URL, Path, String, String, FileAttribute<?>...) - Static method in class de.carne.io.IOHelper
Create a temporary file and initialize it by copying a resource's content.
createURLStreamHandler(String) - Method in class de.carne.ApplicationURLStreamHandlerFactory
 
customRoot(Path) - Static method in class de.carne.util.prefs.PropertiesPreferencesFactory
Create a Preferences object backed up by a custom properties file.

D

de.carne - package de.carne
 
de.carne.check - package de.carne.check
 
de.carne.io - package de.carne.io
 
de.carne.nio - package de.carne.nio
 
de.carne.text - package de.carne.text
 
de.carne.util - package de.carne.util
 
de.carne.util.cmdline - package de.carne.util.cmdline
 
de.carne.util.logging - package de.carne.util.logging
 
de.carne.util.prefs - package de.carne.util.prefs
 
de.carne.util.validation - package de.carne.util.validation
 
debug(String, Object...) - Method in class de.carne.util.logging.Log
Log debug message.
debug(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log debug message.
DefaultSet<T> - Class in de.carne.util
Utility class combining a result set with a corresponding default value.
DefaultSet() - Constructor for class de.carne.util.DefaultSet
Construct DefaultSet.
DefaultSet(Collection<? extends T>) - Constructor for class de.carne.util.DefaultSet
Construct DefaultSet.
defaultUserDirectoryAttributes(Path) - Static method in class de.carne.nio.FileAttributes
Get a proper default FileAttribute set for a user directory.
defaultUserFileAttributes(Path) - Static method in class de.carne.nio.FileAttributes
Get a proper default FileAttribute set for a user file.
deleteDirectoryTree(String) - Static method in class de.carne.io.IOHelper
Delete a directory and all it's included sub-directories/files.
deleteDirectoryTree(File) - Static method in class de.carne.io.IOHelper
Delete a directory and all it's included sub-directories/files.
deleteDirectoryTree(Path) - Static method in class de.carne.io.IOHelper
Delete a directory and all it's included sub-directories/files.

E

error(String, Object...) - Method in class de.carne.util.logging.Log
Log error message.
error(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log error message.
eval() - Method in class de.carne.util.cmdline.CmdLine
Evaluate the command line and invoke the corresponding actions.
Exceptions - Class in de.carne.util
Utility class providing Exception related functions.
excludeThread(Thread) - Method in class de.carne.util.logging.LogMonitor
Exclude a Thread from monitoring.
exportTo(Logger, File) - Static method in class de.carne.util.logging.LogBuffer
Get the LogBuffer and export it's content.
exportTo(File) - Method in class de.carne.util.logging.LogBuffer
Export this log buffer's content to a file.

F

fail() - Static method in class de.carne.check.Check
Throw an exception to indicate that an unexpected execution state occurred.
fail(String) - Static method in class de.carne.check.Check
Throw an exception to indicate that an unexpected execution state occurred.
FileAttributes - Class in de.carne.nio
Utility class for FileAttribute handling.
flush() - Method in class de.carne.io.LimitOutputStream
 
flush() - Method in class de.carne.util.logging.LogBuffer
 
flush() - Method in class de.carne.util.logging.LogMonitor
 
format(double, StringBuffer, FieldPosition) - Method in class de.carne.text.MemUnitFormat
 
format(long, StringBuffer, FieldPosition) - Method in class de.carne.text.MemUnitFormat
 
format(LogRecord) - Method in class de.carne.util.logging.LogLineFormatter
 
format(Object...) - Method in interface de.carne.util.MessageFormatter
Format message.
fromValue(Boolean) - Method in class de.carne.util.prefs.BooleanPreference
 
fromValue(Integer) - Method in class de.carne.util.prefs.IntPreference
 
fromValue(Long) - Method in class de.carne.util.prefs.LongPreference
 
fromValue(Path) - Method in class de.carne.util.prefs.PathPreference
 
fromValue(T) - Method in class de.carne.util.prefs.Preference
Convert the preference value to it's string representation.
fromValue(String) - Method in class de.carne.util.prefs.StringPreference
 

G

get() - Method in class de.carne.util.Late
Get the hold object.
get() - Method in class de.carne.util.Lazy
Get the hold object.
get() - Method in class de.carne.util.prefs.Preference
Get the preference value.
get(T) - Method in class de.carne.util.prefs.Preference
Get the preference value.
get(Class<?>, String, String) - Static method in class de.carne.util.PropertiesHelper
Get a String system property.
get(Properties, String, String) - Static method in class de.carne.util.PropertiesHelper
Get a String property.
getApplicationJarFile() - Static method in class de.carne.ApplicationLoader
Get the JarFile this application has been loaded from.
getArg() - Method in exception de.carne.util.cmdline.CmdLineActionException
Get the causing argument.
getArg() - Method in exception de.carne.util.cmdline.CmdLineException
Get the causing argument.
getBoolean(boolean) - Method in class de.carne.util.prefs.BooleanPreference
Get the preference value.
getDefault() - Method in class de.carne.util.DefaultSet
Get the default entry.
getDirectURL(URL) - Static method in class de.carne.ApplicationLoader
Get the direct URL and remove a possibly existing resource re-direct.
getIfInitialized() - Method in class de.carne.util.Late
Get the hold object if it has been initialized.
getInstance(Logger) - Static method in class de.carne.util.logging.LogBuffer
Get the LogBuffer instance attached to a given Logger.
getInt(int) - Method in class de.carne.util.prefs.IntPreference
Get the preference value.
getInt(Class<?>, String, int) - Static method in class de.carne.util.PropertiesHelper
Get a int system property.
getInt(Properties, String, int) - Static method in class de.carne.util.PropertiesHelper
Get a int property.
getLogger() - Method in class de.carne.util.logging.Log
Get the underlying JDK Logger instance.
getLong(long) - Method in class de.carne.util.prefs.LongPreference
Get the preference value.
getOption() - Method in exception de.carne.util.cmdline.CmdLineActionException
Get the argument option (if existent).
getOption() - Method in exception de.carne.util.cmdline.CmdLineException
Get the argument option (if existent).
getRecords() - Method in class de.carne.util.logging.LogMonitor
Get the LogRecords collected by this monitor.
getStackTrace(Throwable) - Static method in class de.carne.util.Exceptions
Get an Exception's stack trace.
getValueAsFile() - Method in class de.carne.util.prefs.PathPreference
Get the preference value as a File object.
getValueAsFile(File) - Method in class de.carne.util.prefs.PathPreference
Get the preference value as a File object.

I

ignore(Throwable) - Static method in class de.carne.util.Exceptions
Ignore an Exception.
includeLog(Log) - Method in class de.carne.util.logging.LogMonitor.Session
Include a Log in the monitoring session.
includeLogger(Logger) - Method in class de.carne.util.logging.LogMonitor.Session
Include a Logger in the monitoring session.
includePackage(Package) - Method in class de.carne.util.logging.LogMonitor.Session
Include the loggers for a specific Package in monitoring.
includeThread(Thread) - Method in class de.carne.util.logging.LogMonitor
Include a Thread in monitoring.
info(String, Object...) - Method in class de.carne.util.logging.Log
Log info message.
info(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log info message.
init(T) - Method in class de.carne.util.Late
Initialize the hold object.
init(Class<?>) - Static method in class de.carne.util.PropertiesHelper
Initialize a Properties object for a specific class.
InputValidator - Class in de.carne.util.validation
This class provides validation function for all kind of general input.
IntPreference - Class in de.carne.util.prefs
Utility class providing access to a Integer preference.
IntPreference(Preferences, String) - Constructor for class de.carne.util.prefs.IntPreference
Construct IntPreference.
IOHelper - Class in de.carne.io
Utility class providing I/O related functions.
IS_DIRECTORY - Static variable in class de.carne.util.prefs.PathPreference
Files.isDirectory(Path, java.nio.file.LinkOption...) validator.
IS_LINUX - Static variable in class de.carne.OS
Linux platform flag.
IS_MACOS - Static variable in class de.carne.OS
macOS platform flag.
IS_REGULAR_FILE - Static variable in class de.carne.util.prefs.PathPreference
Files.isRegularFile(Path, java.nio.file.LinkOption...) validator.
IS_WINDOWS - Static variable in class de.carne.OS
Windows platform flag.
isDebugLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level debug.
isDirectoryPath(String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a directory path.
isEmpty(String) - Static method in class de.carne.util.Strings
Check whether a String is empty.
isErrorLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level error.
isInfoLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level info.
isInitialized() - Method in class de.carne.util.Late
Check whether the hold object has already been initialized (by call to Late.init(Object)).
isInitialized() - Method in class de.carne.util.Lazy
Check whether the hold object has already been initialized (by a call to Lazy.get()).
isLoggable(Level) - Method in class de.carne.util.logging.Log
Check whether this log is active for a specific level.
isNoticeLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level notice.
isPath(String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a valid path.
isPath(Path, String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a valid relative path.
isReadablePath(String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a readable path.
isRegularFilePath(String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a file path.
isTraceLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level trace.
isTrue(boolean, MessageFormatter) - Static method in class de.carne.util.validation.InputValidator
Make sure a condition is met.
isWarningLoggable() - Method in class de.carne.util.logging.Log
Check whether this log is active for level warning.
isWritablePath(String, MessageFormatter) - Static method in class de.carne.util.validation.PathValidator
Make sure input is a writable path.

J

join(Iterable<T>, String) - Static method in class de.carne.util.Strings
Join a collection of strings.
join(Iterable<T>, String, int) - Static method in class de.carne.util.Strings
Join a collection of strings.
join(Iterable<T>, Function<T, String>, String, int) - Static method in class de.carne.util.Strings
Join a collection of strings.

K

key() - Method in class de.carne.util.prefs.Preference
Get the preference key.

L

Late<T> - Class in de.carne.util
Utility class used to manage late initialized objects.
Late() - Constructor for class de.carne.util.Late
 
Lazy<T> - Class in de.carne.util
Utility class used to manage lazy initialized objects.
Lazy(Supplier<T>) - Constructor for class de.carne.util.Lazy
Construct Lazy.
LEVEL_DEBUG - Static variable in class de.carne.util.logging.LogLevel
Level Debug
LEVEL_ERROR - Static variable in class de.carne.util.logging.LogLevel
Level Error
LEVEL_INFO - Static variable in class de.carne.util.logging.LogLevel
Level Info
LEVEL_NOTICE - Static variable in class de.carne.util.logging.LogLevel
Level Notice
LEVEL_TRACE - Static variable in class de.carne.util.logging.LogLevel
Level Trace
LEVEL_WARNING - Static variable in class de.carne.util.logging.LogLevel
Level Warning
LimitOutputStream<T extends java.io.OutputStream> - Class in de.carne.io
OutputStream implementation used for limiting the number of bytes to be written to an underlying OutputStream.
LimitOutputStream(T, long) - Constructor for class de.carne.io.LimitOutputStream
Construct LimitOutputStream.
load(Class<?>) - Static method in class de.carne.util.PropertiesHelper
Load a Properties object for a specific class.
loadClass(String) - Method in class de.carne.ApplicationLoader
 
Log - Class in de.carne.util.logging
Simple wrapper for JDK's Logger class to have a minimum level of abstraction and a clear level semantics.
Log() - Constructor for class de.carne.util.logging.Log
Construct Log.
Log(ResourceBundle) - Constructor for class de.carne.util.logging.Log
Construct Log.
Log(Class<?>) - Constructor for class de.carne.util.logging.Log
Construct Log.
Log(Class<?>, ResourceBundle) - Constructor for class de.carne.util.logging.Log
Construct Log.
Log(String) - Constructor for class de.carne.util.logging.Log
Construct Log.
Log(String, ResourceBundle) - Constructor for class de.carne.util.logging.Log
Construct Log.
log(Level, Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Issue a log message.
LogBuffer - Class in de.carne.util.logging
Handler implementation used to buffer log records for later publishing by one or more dynamically defined Handler instances.
LogBuffer() - Constructor for class de.carne.util.logging.LogBuffer
 
LogConfig - Class in de.carne.util.logging
This class is used for logging initialization during startup and afterwards.
LogConfig() - Constructor for class de.carne.util.logging.LogConfig
Initialize the logging system using the default configuration.
LogLevel - Class in de.carne.util.logging
Custom level class for supporting the level names as defined by the Log class.
LogLineFormatter - Class in de.carne.util.logging
Formatter implementation producing a static non-localized single line format output.
LogLineFormatter() - Constructor for class de.carne.util.logging.LogLineFormatter
 
LogMonitor - Class in de.carne.util.logging
This class is used to monitor and record log messages in a selective manner and only during a defined period (for example to display them to the user after a long running task).
LogMonitor(LogLevel) - Constructor for class de.carne.util.logging.LogMonitor
Construct LogMonitor.
LogMonitor.Session - Class in de.carne.util.logging
This class represents a running monitoring session.
LongPreference - Class in de.carne.util.prefs
Utility class providing access to a Long preference.
LongPreference(Preferences, String) - Constructor for class de.carne.util.prefs.LongPreference
Construct LongPreference.

M

main(String[]) - Static method in class de.carne.ApplicationLoader
Generic application main function.
Main - Interface in de.carne
Application entry point.
matches(String, Pattern, MessageFormatter) - Static method in class de.carne.util.validation.InputValidator
Make sure input matches a given Pattern.
MemUnitFormat - Class in de.carne.text
NumberFormat implementation supporting formatting and parsing of memory unit numbers.
MemUnitFormat(NumberFormat) - Constructor for class de.carne.text.MemUnitFormat
Construct MemUnitFormat.
MessageFormatter - Interface in de.carne.util
Functional interface for message formatting.

N

namedOptionAction(BiConsumer<String, String>) - Method in class de.carne.util.cmdline.CmdLine
Register a named option action.
nonNull(T) - Static method in class de.carne.check.Check
Check and ensure that an object is not null.
nonNull(T, String) - Static method in class de.carne.check.Check
Check and ensure that an object is not null.
NonNull - Annotation Type in de.carne.check
This element is assumed to be never null.
NonNullByDefault - Annotation Type in de.carne.check
This element's sub-elements are assumed to be never null (NonNull).
notEmpty() - Method in class de.carne.util.logging.LogMonitor
Check whether this monitor's buffer is not empty and does contain any records.
notEmpty(String) - Static method in class de.carne.util.Strings
Check whether a String is not empty.
notEmpty(String, MessageFormatter) - Static method in class de.carne.util.validation.InputValidator
Make sure input is not an empty String.
notice(String, Object...) - Method in class de.carne.util.logging.Log
Log notice message.
notice(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log notice message.
notNull(T, MessageFormatter) - Static method in class de.carne.util.validation.InputValidator
Make sure input is not null.
Nullable - Annotation Type in de.carne.check
This element may be null.

O

OS - Class in de.carne
Utility class to support OS specific behavior.
OS_NAME - Static variable in class de.carne.OS
OS name.
outputStream() - Method in class de.carne.io.LimitOutputStream
The underlying OutputStream.

P

parse(String, ParsePosition) - Method in class de.carne.text.MemUnitFormat
 
PathPreference - Class in de.carne.util.prefs
Utility class providing access to a Path preference.
PathPreference(Preferences, String) - Constructor for class de.carne.util.prefs.PathPreference
Construct PathPreference.
PathPreference(Preferences, String, Predicate<Path>) - Constructor for class de.carne.util.prefs.PathPreference
Construct PathPreference.
PathValidator - Class in de.carne.util.validation
This class provides validation function for Path objects and the like.
Preference<T> - Class in de.carne.util.prefs
Generic base class for preference access.
Preference(Preferences, String) - Constructor for class de.carne.util.prefs.Preference
Construct Preference.
preferences() - Method in class de.carne.util.prefs.Preference
Get the Preferences object storing this preference.
PROJECT_BUILD - Static variable in class de.carne.util.AboutInfo
The project build.
PROJECT_ID - Static variable in class de.carne.util.AboutInfo
The project id.
PROJECT_NAME - Static variable in class de.carne.util.AboutInfo
The project name.
PROJECT_VERSION - Static variable in class de.carne.util.AboutInfo
The project version.
PropertiesHelper - Class in de.carne.util
Utility class providing Properties related functions.
PropertiesPreferencesFactory - Class in de.carne.util.prefs
Properties based implementation of the PreferencesFactory interface.
PropertiesPreferencesFactory() - Constructor for class de.carne.util.prefs.PropertiesPreferencesFactory
 
publish(LogRecord) - Method in class de.carne.util.logging.LogBuffer
 
publish(LogRecord) - Method in class de.carne.util.logging.LogMonitor
 
put(T) - Method in class de.carne.util.prefs.Preference
Set the preference value.
putBoolean(boolean) - Method in class de.carne.util.prefs.BooleanPreference
Set the preference value.
putInt(int) - Method in class de.carne.util.prefs.IntPreference
Set the preference value.
putLong(long) - Method in class de.carne.util.prefs.LongPreference
Set the preference value.
putValueFromFile(File) - Method in class de.carne.util.prefs.PathPreference
Set the preference value from a File object.

R

readBytes(InputStream) - Static method in class de.carne.io.IOHelper
Read all bytes from an InputStream.
readBytes(InputStream, int) - Static method in class de.carne.io.IOHelper
Read up to a maximum number of bytes from an InputStream.
register(String, Runnable) - Static method in class de.carne.ApplicationShutdownTask
Register application shutdown task.
registerURLStreamHandlerFactory(String, URLStreamHandlerFactory) - Static method in class de.carne.ApplicationURLStreamHandlerFactory
Register an additional URLStreamHandlerFactory.
remove() - Method in class de.carne.util.prefs.Preference
Remove the preference value.
removeHandler(Logger, Handler) - Static method in class de.carne.util.logging.LogBuffer
Get the LogBuffer and remove a Handler.
removeHandler(Handler) - Method in class de.carne.util.logging.LogBuffer
Remove a Handler.
run(String[]) - Method in interface de.carne.Main
Run application.

S

safe(String) - Static method in class de.carne.util.Strings
Make sure a String is not null.
safeTrim(String) - Static method in class de.carne.util.Strings
Make sure a String is trimmed.
split(String, String) - Static method in class de.carne.util.Strings
Split a String into multiple sub strings.
start() - Method in class de.carne.util.logging.LogMonitor
Start a monitoring session.
StringPreference - Class in de.carne.util.prefs
Utility class providing access to a String preference.
StringPreference(Preferences, String) - Constructor for class de.carne.util.prefs.StringPreference
Construct StringPreference.
Strings - Class in de.carne.util
Utility class providing String related functions.
switchAction(Consumer<String>) - Method in class de.carne.util.cmdline.CmdLine
Register a switch action.
systemRoot() - Method in class de.carne.util.prefs.PropertiesPreferencesFactory
 

T

TEST_MODE_ENABLED - Static variable in class de.carne.VM
Whether this VM is in test mode (true) or not (false).
toRuntime(Throwable) - Static method in class de.carne.util.Exceptions
Make an Exception unchecked by wrapping it into a RuntimeException.
toString() - Method in class de.carne.util.cmdline.CmdLine
 
toString() - Method in class de.carne.util.Late
 
toString() - Method in class de.carne.util.Lazy
 
toString() - Method in class de.carne.util.prefs.Preference
 
toValue(String) - Method in class de.carne.util.prefs.BooleanPreference
 
toValue(String) - Method in class de.carne.util.prefs.IntPreference
 
toValue(String) - Method in class de.carne.util.prefs.LongPreference
 
toValue(String) - Method in class de.carne.util.prefs.PathPreference
 
toValue(String) - Method in class de.carne.util.prefs.Preference
Convert the preference's string representation to it's value.
toValue(String) - Method in class de.carne.util.prefs.StringPreference
 
trace(String, Object...) - Method in class de.carne.util.logging.Log
Log trace message.
trace(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log trace message.
trigger() - Static method in class de.carne.ApplicationShutdownTask
Trigger invocation of the currently registered shutdown tasks.

U

unknownArgument(Consumer<String>) - Method in class de.carne.util.cmdline.CmdLine
Register an action for unknown arguments.
unnamedOptionAction(Consumer<String>) - Method in class de.carne.util.cmdline.CmdLine
Register an unnamed option action.
userRoot() - Method in class de.carne.util.prefs.PropertiesPreferencesFactory
 

V

ValidationException - Exception in de.carne.util.validation
This exception indicates a failed data validation.
ValidationException(String) - Constructor for exception de.carne.util.validation.ValidationException
Construct ValidationException.
ValidationException(String, Throwable) - Constructor for exception de.carne.util.validation.ValidationException
Construct ValidationException.
VM - Class in de.carne
Utility class for VM option support.

W

warn(Throwable) - Static method in class de.carne.util.Exceptions
Warn about an Exception and discard it.
warning(String, Object...) - Method in class de.carne.util.logging.Log
Log warning message.
warning(Throwable, String, Object...) - Method in class de.carne.util.logging.Log
Log warning message.
write(int) - Method in class de.carne.io.LimitOutputStream
 
write(byte[]) - Method in class de.carne.io.LimitOutputStream
 
write(byte[], int, int) - Method in class de.carne.io.LimitOutputStream
 
A B C D E F G I J K L M N O P R S T U V W 
Skip navigation links