Serialized Form
-
Package dev.jeka.core.api.depmanagement.publication
-
Class dev.jeka.core.api.depmanagement.publication.JkPomMetadata
class JkPomMetadata extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
developers
List<JkPomMetadata.JkDeveloperInfo> developers
-
licenses
List<JkPomMetadata.JkLicenseInfo> licenses
License list for the project, generally there is a single license -
projectDescription
String projectDescription
-
projectName
String projectName
-
projectUrl
String projectUrl
-
scmConnection
String scmConnection
-
scmDeveloperConnection
String scmDeveloperConnection
-
scmUrl
String scmUrl
-
-
Class dev.jeka.core.api.depmanagement.publication.JkPomMetadata.JkDeveloperInfo
class JkDeveloperInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class dev.jeka.core.api.depmanagement.publication.JkPomMetadata.JkLicenseInfo
class JkLicenseInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package dev.jeka.core.api.depmanagement.resolution
-
Class dev.jeka.core.api.depmanagement.resolution.JkResolvedDependencyNode.JkFileNodeInfo
class JkFileNodeInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
computationOrigin
JkComputedDependency computationOrigin
-
configurations
Set<String> configurations
-
files
List<File> files
-
-
Class dev.jeka.core.api.depmanagement.resolution.JkResolvedDependencyNode.JkModuleNodeInfo
class JkModuleNodeInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class dev.jeka.core.api.depmanagement.resolution.JkResolveResult.JkErrorReport
class JkErrorReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hasErrors
boolean hasErrors
-
moduleProblems
List<JkModuleDepProblem> moduleProblems
-
-
-
Package dev.jeka.core.api.file
-
Class dev.jeka.core.api.file.JkPathSequence
class JkPathSequence extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package dev.jeka.core.api.function
-
Package dev.jeka.core.api.system
-
Class dev.jeka.core.api.system.JkDebugLogDecorator
class JkDebugLogDecorator extends JkLog.JkLogDecorator implements Serializable-
Serialization Methods
-
readObject
-
-
-
Class dev.jeka.core.api.system.JkFlatLogDecorator
class JkFlatLogDecorator extends JkLog.JkLogDecorator implements Serializable -
Class dev.jeka.core.api.system.JkIndentLogDecorator
class JkIndentLogDecorator extends JkLog.JkLogDecorator implements Serializable-
Serialization Methods
-
readObject
-
-
-
Class dev.jeka.core.api.system.JkLog
class JkLog extends Object implements Serializable -
Class dev.jeka.core.api.system.JkLog.JkLogDecorator
class JkLogDecorator extends Object implements Serializable-
Serialized Fields
-
acceptAnimation
boolean acceptAnimation
-
targetErr
PrintStream targetErr
-
targetOut
PrintStream targetOut
-
-
-
Class dev.jeka.core.api.system.JkLog.JkLogEvent
class JkLogEvent extends Object implements Serializable-
Serialized Fields
-
duration
long duration
-
message
String message
-
type
JkLog.Type type
-
-
-
Class dev.jeka.core.api.system.JkMemoryBufferLogDecorator
class JkMemoryBufferLogDecorator extends JkLog.JkLogDecorator implements Serializable-
Serialized Fields
-
bufferStream
PrintStream bufferStream
-
byteArrayBufferStream
ByteArrayOutputStream byteArrayBufferStream
-
delegate
JkLog.JkLogDecorator delegate
-
originalErr
PrintStream originalErr
-
originalOut
PrintStream originalOut
-
-
-
Class dev.jeka.core.api.system.JkNumberLogDecorator
class JkNumberLogDecorator extends JkLog.JkLogDecorator implements Serializable-
Serialized Fields
-
next
int next
-
stack
LinkedList<Integer> stack
-
-
-
-
Package dev.jeka.core.api.testing
-
Class dev.jeka.core.api.testing.JkTestProcessor.JkEngineBehavior
class JkEngineBehavior extends Object implements Serializable- serialVersionUID:
- 123454355656443L
-
Serialized Fields
-
launcherConfigurer
JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> launcherConfigurer
-
legacyReportDir
String legacyReportDir
-
progressDisplayer
JkTestProcessor.JkProgressStyle progressDisplayer
-
-
Class dev.jeka.core.api.testing.JkTestResult
class JkTestResult extends Object implements Serializable- serialVersionUID:
- -855794466882934307L
-
Serialized Fields
-
containerCount
JkTestResult.JkCount containerCount
-
failures
List<JkTestResult.JkFailure> failures
-
testCount
JkTestResult.JkCount testCount
-
timeFinished
long timeFinished
-
timeStarted
long timeStarted
-
-
Class dev.jeka.core.api.testing.JkTestResult.JkCount
class JkCount extends Object implements Serializable- serialVersionUID:
- -6936658324403096375L
-
Serialized Fields
-
aborted
long aborted
-
failed
long failed
-
found
long found
-
skipped
long skipped
-
started
long started
-
succeeded
long succeeded
-
-
Class dev.jeka.core.api.testing.JkTestResult.JkFailure
class JkFailure extends Object implements Serializable- serialVersionUID:
- -2836260954120708050L
-
Serialized Fields
-
stackTraces
StackTraceElement[] stackTraces
-
testId
JkTestResult.JkTestIdentifier testId
-
throwableClassName
String throwableClassName
-
throwableMessage
String throwableMessage
-
-
Class dev.jeka.core.api.testing.JkTestResult.JkTestIdentifier
class JkTestIdentifier extends Object implements Serializable- serialVersionUID:
- 6798288174695984997L
-
Serialized Fields
-
displayName
String displayName
-
id
String id
-
tags
Set<String> tags
-
type
JkTestResult.JkTestIdentifier.JkType type
-
-
Class dev.jeka.core.api.testing.JkTestSelection
class JkTestSelection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryConfigurer
JkUnaryOperator<org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder> discoveryConfigurer
-
excludePatterns
Set<String> excludePatterns
-
excludeTags
Set<String> excludeTags
-
includePatterns
Set<String> includePatterns
-
includeTags
Set<String> includeTags
-
testClassRoots
JkPathSequence testClassRoots
-
-
-
Package dev.jeka.core.tool
-
Exception Class dev.jeka.core.tool.CommandLine.DuplicateNameException
class DuplicateNameException extends dev.jeka.core.tool.CommandLine.InitializationException implements Serializable- serialVersionUID:
- -4126747467955626054L
-
Exception Class dev.jeka.core.tool.CommandLine.DuplicateOptionAnnotationsException
class DuplicateOptionAnnotationsException extends dev.jeka.core.tool.CommandLine.DuplicateNameException implements Serializable- serialVersionUID:
- -3355128012575075641L
-
Exception Class dev.jeka.core.tool.CommandLine.ExecutionException
class ExecutionException extends dev.jeka.core.tool.CommandLine.PicocliException implements Serializable- serialVersionUID:
- 7764539594267007998L
-
Serialized Fields
-
commandLine
dev.jeka.core.tool.CommandLine commandLine
-
-
Exception Class dev.jeka.core.tool.CommandLine.InitializationException
class InitializationException extends dev.jeka.core.tool.CommandLine.PicocliException implements Serializable- serialVersionUID:
- 8423014001666638895L
-
Exception Class dev.jeka.core.tool.CommandLine.MaxValuesExceededException
class MaxValuesExceededException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- 6536145439570100641L
-
Exception Class dev.jeka.core.tool.CommandLine.MissingParameterException
class MissingParameterException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- 5075678535706338753L
-
Serialized Fields
-
missing
List<CommandLine.Model.ArgSpec> missing
-
-
Exception Class dev.jeka.core.tool.CommandLine.MissingTypeConverterException
class MissingTypeConverterException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- -6050931703233083760L
-
Exception Class dev.jeka.core.tool.CommandLine.MutuallyExclusiveArgsException
class MutuallyExclusiveArgsException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- -5557715106221420986L
-
Exception Class dev.jeka.core.tool.CommandLine.OverwrittenOptionException
class OverwrittenOptionException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- 1338029208271055776L
-
Serialized Fields
-
overwrittenArg
CommandLine.Model.ArgSpec overwrittenArg
-
-
Exception Class dev.jeka.core.tool.CommandLine.ParameterException
class ParameterException extends dev.jeka.core.tool.CommandLine.PicocliException implements Serializable- serialVersionUID:
- 1477112829129763139L
-
Serialized Fields
-
argSpec
CommandLine.Model.ArgSpec argSpec
-
commandLine
dev.jeka.core.tool.CommandLine commandLine
-
value
String value
-
-
Exception Class dev.jeka.core.tool.CommandLine.ParameterIndexGapException
class ParameterIndexGapException extends dev.jeka.core.tool.CommandLine.InitializationException implements Serializable- serialVersionUID:
- -1520981133257618319L
-
Exception Class dev.jeka.core.tool.CommandLine.PicocliException
class PicocliException extends RuntimeException implements Serializable- serialVersionUID:
- -2574128880125050818L
-
Exception Class dev.jeka.core.tool.CommandLine.TypeConversionException
class TypeConversionException extends dev.jeka.core.tool.CommandLine.PicocliException implements Serializable- serialVersionUID:
- 4251973913816346114L
-
Exception Class dev.jeka.core.tool.CommandLine.UnmatchedArgumentException
class UnmatchedArgumentException extends dev.jeka.core.tool.CommandLine.ParameterException implements Serializable- serialVersionUID:
- -8700426380701452440L
-
Exception Class dev.jeka.core.tool.JkException
class JkException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-