Package | Description |
---|---|
kieker.common.util.filesystem |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
static BinaryCompressionMethod |
BinaryCompressionMethod.getByFileExtension(java.lang.String name)
Deprecated.
This method tries to search for a suitable compression method using the extension of the file.
|
static BinaryCompressionMethod |
BinaryCompressionMethod.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BinaryCompressionMethod[] |
BinaryCompressionMethod.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net