Package org.apache.camel.component.grape
Class FilePatchesRepository
- java.lang.Object
-
- org.apache.camel.component.grape.FilePatchesRepository
-
- All Implemented Interfaces:
PatchesRepository
public class FilePatchesRepository extends Object implements PatchesRepository
-
-
Constructor Summary
Constructors Constructor Description FilePatchesRepository()
FilePatchesRepository(File repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
install(String coordinates)
List<String>
listPatches()
-
-
-
Constructor Detail
-
FilePatchesRepository
public FilePatchesRepository()
-
FilePatchesRepository
public FilePatchesRepository(File repository)
-
-
Method Detail
-
install
public void install(String coordinates)
- Specified by:
install
in interfacePatchesRepository
-
listPatches
public List<String> listPatches()
- Specified by:
listPatches
in interfacePatchesRepository
-
clear
public void clear()
- Specified by:
clear
in interfacePatchesRepository
-
-