Interface BaseSourceProvider
- All Known Implementing Classes:
BaseSourceProviderImpl
public interface BaseSourceProvider
Factory for
BaseSource to decouple from specific implementations such as maven or eclipse
environments.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CodeSource source) voidsetContext(AbstractBaseContext context)
-
Method Details
-
create
- Parameters:
source- theCodeSource.- Returns:
- the new
BaseSourcefor the givenCodeSource.
-
create
- Parameters:
byteCodeLocation- thebyte code location.sourceCodeLocation- thesource code location.- Returns:
- the new
BaseSourcefor the givenFiles.
-
setContext
- Parameters:
context- theAbstractBaseContext.
-