Module org.praxislive.code
Package org.praxislive.code
Class SharedCodeService.DependentResult<D extends CodeDelegate>
java.lang.Object
org.praxislive.code.SharedCodeService.DependentResult<D>
- Type Parameters:
D- base delegate type
- Enclosing class:
SharedCodeService
A dependent result with new code context linked to new shared code
classes.
-
Constructor Summary
ConstructorsConstructorDescriptionDependentResult(CodeContext<D> context, Class<D> existing) Create a DependentResult. -
Method Summary
Modifier and TypeMethodDescriptionGet the code context.Get the existing (previous) class.
-
Constructor Details
-
DependentResult
Create a DependentResult.- Parameters:
context- code contextexisting- the existing (previous) class
-
-
Method Details
-
getContext
Get the code context.- Returns:
- code context
-
getExisting
Get the existing (previous) class. Used for validation.- Returns:
- existing (previous) class
-