Module org.praxislive.code
Package org.praxislive.code
Class SharedCodeService.DependentTask<D extends CodeDelegate>
java.lang.Object
org.praxislive.code.SharedCodeService.DependentTask<D>
- Type Parameters:
D- base delegate type
- Enclosing class:
SharedCodeService
A dependent task for recompiling a
CodeDelegate against the new
shared code classes.-
Constructor Summary
ConstructorsConstructorDescriptionDependentTask(CodeFactory<D> factory, String existingSource, Class<D> existingClass) Create a DependentTask. -
Method Summary
Modifier and TypeMethodDescriptionGet the existing class.Get the existing source.Get code factory.
-
Constructor Details
-
DependentTask
Create a DependentTask.- Parameters:
factory- code factory for delegateexistingSource- existing source to recompileexistingClass- existing class
-
-
Method Details
-
getFactory
Get code factory.- Returns:
- code factory
-
getExistingSource
Get the existing source.- Returns:
- existing source
-
getExistingClass
Get the existing class.- Returns:
- existing class
-