public interface DependencyChanges
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Check whether there have been any change in the compilation dependencies.
|
java.io.File[] |
modifiedBinaries()
Deprecated.
Use @link{#modifiedLibraries()} instead.
|
java.lang.String[] |
modifiedClasses()
Return the modified class names since the last compilation run.
|
VirtualFileRef[] |
modifiedLibraries()
Return the modified binaries since the last compilation run.
|
boolean isEmpty()
@Deprecated java.io.File[] modifiedBinaries()
VirtualFileRef[] modifiedLibraries()
java.lang.String[] modifiedClasses()