Uses of Enum Class
spoon.support.CompressionType
Packages that use CompressionType
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CompressionType in spoon.compiler
Methods in spoon.compiler that return CompressionTypeModifier and TypeMethodDescriptionEnvironment.getCompressionType()Get the type of serialization to be used by defaultMethods in spoon.compiler with parameters of type CompressionTypeModifier and TypeMethodDescriptionvoidEnvironment.setCompressionType(CompressionType serializationType) Set the type of serialization to be used by default -
Uses of CompressionType in spoon.support
Methods in spoon.support that return CompressionTypeModifier and TypeMethodDescriptionStandardEnvironment.getCompressionType()static CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in spoon.support with parameters of type CompressionTypeModifier and TypeMethodDescriptionvoidStandardEnvironment.setCompressionType(CompressionType serializationType)