Package org.apache.camel.component.grape
Interface PatchesRepository
-
- All Known Implementing Classes:
FilePatchesRepository
public interface PatchesRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
void
install(String coordinates)
List<String>
listPatches()
-