public class ChangedFileRepository extends Object
| 构造器和说明 |
|---|
ChangedFileRepository(Boolean isNotify,
File sourceDir) |
ChangedFileRepository(Boolean isNotify,
File sourceDir,
AutoCompiler... compilers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAutoCompiler(AutoCompiler compiler) |
File |
getSourceDir() |
boolean |
isEmpty() |
ChangedFile |
poll() |
ChangedFile[] |
pollAll() |
void |
put(ChangedFile changedFile) |
public ChangedFileRepository(Boolean isNotify, File sourceDir, AutoCompiler... compilers)
public void addAutoCompiler(AutoCompiler compiler)
public File getSourceDir()
public void put(ChangedFile changedFile)
public ChangedFile poll()
public ChangedFile[] pollAll()
public boolean isEmpty()
Copyright © 2020. All rights reserved.