mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 02:05:09 +02:00
extra component for supporting dynamic changes to sbt's classpath. fixes #83
This commit is contained in:
@@ -4,8 +4,10 @@ import java.io.File;
|
||||
|
||||
public interface ComponentProvider
|
||||
{
|
||||
public File componentLocation(String id);
|
||||
public File[] component(String componentID);
|
||||
public void defineComponent(String componentID, File[] components);
|
||||
public boolean addToComponent(String componentID, File[] components);
|
||||
// null if locking disabled
|
||||
public File lockFile();
|
||||
}
|
||||
Reference in New Issue
Block a user